.boxSizing { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .contact_title_img { background-image: url("./../../images/contact/contact_title.png"); } h3.contact_title { font-size: 1.6rem; margin-bottom: 20px; position: relative; } h3.contact_title:after { content: ''; position: absolute; width: 30px; height: 1px; background-color: #b81c25; left: 0; bottom: -8px; } ul.contact_list { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 3%; margin-top: 50px; overflow: hidden; } ul.contact_list li { width: 100%; margin-bottom: 25px; overflow: hidden; } ul.contact_list li .list_img { width: 60px; height: 60px; border: 1px solid #b81c25; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; float: left; margin-right: 15px; } ul.contact_list li .list_img img { height: 24px; width: auto; margin-top: 18px; } ul.contact_list li .list_content { overflow: hidden; } ul.contact_list li .list_content p { font-size: 1.4rem; } .address_pic { width: 100%; overflow: hidden; } .address_pic img { width: 100%; } .title_icon { width: 25px; height: 25px; margin: 30px auto 0; background-repeat: no-repeat; background-size: contain; background-position: center; } .title_icon.icon_com { background-image: url(./../../images/contact/icon_com.png); } .title_icon.icon_contact { background-image: url(./../../images/contact/icon_contact.png); } .title_icon.icon_leader { background: url(./../../images/contact/icon_leader.png) no-repeat center center; } .title_icon.icon_counselor { background: url(./../../images/contact/icon_counselor.png) no-repeat center center; } .title_icon.icon_expert { background: url(./../../images/contact/icon_expert.png) no-repeat center center; } .title_icon.icon_honor { background: url(./../../images/contact/icon_honor.png) no-repeat center center; background-size:25px; } .title_icon.icon_course { background: url(./../../images/contact/icon_course.png) no-repeat center center; background-size:25px; } .title_icon.icon_topic1 { background: url(./../../images/contact/icon_topic1.png) no-repeat center center; background-size:25px; } .title_icon.icon_topic2 { background: url(./../../images/contact/icon_topic2.png) no-repeat center center; background-size:25px; } .title_icon.icon_topic3 { background: url(./../../images/contact/icon_topic3.png) no-repeat center center; background-size: 25px; } h3.contact_block_title { text-align: center; margin: 10px 0 20px; font-size: 18px; position: relative; } h3.contact_block_title:after { content: ''; position: absolute; width: 26px; height: 2px; background-color: #b81c25; bottom: -9px; left: 50%; margin-left: -13px; }