﻿@charset "utf-8";
@import url("styles.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open%20Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* wx.c5h865 */
/* qq.465320335 */

.ffr {
   font-family: 'Roboto', sans-serif;
}
.ffo {
   font-family: 'Open Sans', sans-serif;
}
.ffd {
   font-family: 'Oswald', sans-serif;
}

/* head */
.header {
   width: 100%;
   padding: 0 2%;
   background-color: #fff;
   position: fixed;
   top: 0;
   z-index: 99999;
   overflow: hidden;
   box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.06);
}
.logo {
   line-height: 82px;
}
.naver {
   overflow: hidden;
   padding-left: 60px;
   line-height: 86px;
}
.naver li {
   float: left;
}
.naver li a {
   display: block;
   color: #333;
   padding: 0 20px;
   position: relative;
}
.naver li a:hover,
.naver li a.on {
   color: #066ce4;
}
.naver li a::after {
   content: "";
   display: block;
   position: absolute;
   width: 70%;
   height: 3px;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-color: #066ce4;
   transition: all .5s ease;
   transform: scaleX(0);
   opacity: 0;
}
.naver li a:hover::after,
.naver li a.on::after {
   opacity: 1;
   transform: scaleX(1);
}
.naver li img {
   display: inline-block;
   margin-right: 8px;
}
.naver li.lang a::after,
.naver li.lang a.on::after {
   display: none;
}
.naver li.lang a.on {
   font-weight: bold;
}
.naver li.lang a {
   padding-left: 25px;
   padding-right: 0;
}

.tel {
   color: #6c6c6c;
   padding-top: 18px;
}
.tel span {
   display: block;
   padding: 3px 0;
}
.tel span i {
   display: inline-block;
   vertical-align: -1px;
}
.tel span.num {
   color: #f17126;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}
.main_title {
   padding: 60px 0 40px;
}
.main_title span {
   display: block;
   color: #777;
   text-transform: uppercase;
   line-height: 100%;
}
.main_title span.bt {
   color: #066ce4;
   font-size: 45px;
   padding-bottom: 20px;
   font-weight: 400;
}
.main_title span.x {
   width: 50px;
   margin: 0 auto;
   border-bottom: 3px solid #f17126;
}


/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   padding: 0 9% 40px;
}
.products .p_class ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.products .p_class li {
   width: 16%;
   margin-bottom: 0.8%;
   background: #066ce4;
   padding: 2px;
   transition: all 0.3s;
}
.products .p_class li a {
   display: block;
   border: 1px solid #fff;
   padding: 15px 0;
   color: #fff;
}
.products .p_class li:hover {
   background: #f17126;
}
.products .p_list {
   padding-top: 10px;
}
.products .p_list ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.products .p_list li {
   width: 19.3%;
   margin-bottom: 1%;
}
.products .p_list li ._pic {
   padding: 5px;
   border: 1px solid #eee;
   height: 220px;
   overflow: hidden;
   position: relative;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products .p_list li ._pic::after {
   display: block;
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 0;
   background: url(/images/more.png) center no-repeat rgba(0,0,0,0.2);
   transition: all 0.5s;
}
.products .p_list li:hover ._pic::after {
   height: 100%;
}
.products .p_list li ._title {
   border-top: 2px solid #fff;
   background-color: #f7f7f7;
   padding: 16px 0;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.5s;
   border-radius: 3px;
}
.products .p_list li a {
   color: #353535;
}
.products .p_list li:hover ._title {
   background-color: #f17126;
   color: #fff;
}

.abouts {
   padding: 4% 5% 4.5%;
   background: url(/images/abs.jpg) center top no-repeat;
   overflow: hidden;
}
.abouts .a_pic {
   width: 47.5%;
   height: 470px;
   border-radius: 5px;
   overflow: hidden;
}
.abouts .a_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.abouts .a_box {
   width: 49%;
   padding-top: 10px;
}
.abouts .a_box span {
   display: block;
   line-height: 100%;
   color: #333;
}
.abouts .a_box span.t {
   font-size: 32px;
   color: #066ce4;
}
.abouts .a_box span.c {
   padding: 28px 0 23px;
}
.abouts .a_box span.x {
   width: 50px;
   border-bottom: 3px solid #f17126;
}
.abouts .a_box span.d {
   line-height: 32px;
   padding: 22px 0 33px;
}
.abouts .a_box span.m i {
   display: inline-block;
   margin-right: 8px;
}
.abouts .a_box span.m a {
   display: inline-block;
   color: #fff;
   background: #066ce4;
   padding: 16px 23px;
   border-radius: 3px;
   text-align: center;
   margin-right: 10px;
}
.abouts .a_box span.m a.b {
   background-color: #f17126;
}
.abouts .a_box span.m a:hover {
   background: #333;
}

.youshi {
   width: 100%;
   padding: 10px 8% 80px;
   box-sizing: border-box;
}
.youshi ul {
   overflow: hidden;
   padding-top: 10px;
}
.youshi li {
   float: left;
   width: 33.33333%;
   padding: 0 3%;
   box-sizing: border-box;
}
.youshi li span {
   display: block;
   margin: 0 auto;
   color: #333;
}
.youshi li span.iconfont {
   width: 150px;
   height: 150px;
   line-height: 150px;
   border-radius: 200px;
   background-color: #f1f1f1;
   color: #066ce4;
   font-size: 88px;
   overflow: hidden;
   transition: all 0.5s;
}
.youshi li span.icon-fanghu {
   font-size: 76px;
}
.youshi li span.icon-kefu2 {
   font-size: 63px;
}
.youshi li:hover span.iconfont {
   -webkit-transform:rotateY(180deg);
   transform:rotateY(180deg);
}
.youshi li span.b {
   padding: 28px 0 10px;
   font-weight: 500;
}
.youshi li span.d {
   color: #888;
   line-height: 23px;
}

.yewu {
   width: 100%;
   overflow: hidden;
}
.yewu li {
   float: left;
   width: 20%;
   height: 373px;
   position: relative;
}
.yewu li img._pic {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.yewu li ._box {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5);
   box-sizing: border-box;
   padding: 17% 9% 0;
   transition: all 0.5s;
}
.yewu li ._box .x {
   width: 65px;
   height: 0;
   margin: 0 auto 5px;
   border-bottom: 1px solid #fff;
}
.yewu li ._box span {
   display: block;
   margin: 21px 0;
}
.yewu li:hover ._box {
   background: rgba(6,108,228,0.7);
}

.news {
   padding: 10px 10% 50px;
   background: #f5f5f5;
}
.news .n_box {
   overflow: hidden;
   padding-bottom: 50px;
}
.news .n_pic {
   width: 48.5%;
   height: 502px;
   overflow: hidden;
   position: relative;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_pic ._title {
   overflow: hidden;
   position: absolute;
   bottom: 0;
   width: 100%;
   background: rgba(6,108,228,0.7);
   padding: 25px 0;
}
.news .n_pic ._title span {
   display: block;
}
.news .n_pic ._title span i {
   display: block;
   font-size: 24px;
   padding-bottom: 2px;
}
.news .n_pic ._title span.fl {
   width: 18%;
}
.news .n_pic ._title span.fr {
   width: 82%;
   padding-top: 3px;
}
.news .n_pic a {
   color: #fff;
}
.news .n_list {
   width: 48.5%;
}
.news .n_list li {
   background-color: #fff;
   padding: 20px 0;
   margin-bottom: 10px;
   overflow: hidden;
   transition: all 0.5s;
   border-radius: 3px;
}
.news .n_list li ._r {
   width: 16%;
   color: #777;
   padding-left: 3%;
}
.news .n_list li ._r span {
   display: block;
   background: #f5f5f5;
   padding: 8px 0;
}
.news .n_list li ._r span.m {
   background: #f17126;
}
.news .n_list li ._d {
   width: 80%;
   padding-right: 4%;
   color: #999;
}
.news .n_list li ._d span {
   display: block;
   padding: 3px 0;
}
.news .n_list li ._d span a {
   color: #333;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .n_list li:hover {
   background-color: #066ce4;
}
.news .n_list li:hover ._d span,
.news .n_list li:hover ._d a {
   color: #fff !important;
}

.honor {
   padding: 10px 0 100px;
}
.honor .lf_list {
   width: 1350px;
   margin: 0 auto;
   overflow: hidden;
}
#scroll {
	overflow: hidden
}
#scroll_box {
	float: left;
	width: 800%
}
#scroll_begin,
#scroll_end,
.iproduct .cn {
	float: left
}
.iproduct .ih1 {
	position: relative;
   margin: 0 6px;
}
.iproduct .ih1 img {
   border: 1px solid #fff;
   display: block;
   height: 330px;
   margin-bottom: 10px;
}
.iproduct .ih1 a {
	color: #555
}
.iproduct .ih1 a:hover {
   color: #f17126;
}
.iproduct .ih1:hover img {
   border-color: #f17126;
}



/* cols */
.cols_ban {
   margin-top: 86px;
   width: 100%;
   height: 380px;
   overflow: hidden;
}
.cols_pos {
   position: relative;
   z-index: 99;
   padding: 21px 6% 20px;
   background: #fff;
   box-shadow: 0 3px 10px rgba(0,0,0,0.01);
   color: #888;
   letter-spacing: 0.2px;
}
.cols_pos a {
   color: #888;
}
.cols_pos a:hover {
   color: #f17126;
   text-decoration: underline;
}
.cols_pos a:last-child {
   color: #066ce4;
}
.cols_pos i {
   display: inline-block;
   margin: 0 2px;
}

.cols {
   font-family: 'Open Sans', sans-serif;
   width: 100%;
   background: #f5f5f5;
   padding: 40px 6% 50px;
   overflow: hidden;
}
.cols_left {
   width: 20%;
   background: #fff;
}
.cols_left .left_top {
   padding: 18px 0;
   background: url(/images/leftbg.jpg) left bottom no-repeat;
}
.cols_left .left_top h2 {
   font-size: 30px;
   font-weight: 400;
}
.cols_left .left_top span {
   padding-top: 2px;
   display: block;
   opacity: 0.8;
   text-transform: uppercase;
}
.cols_left .left_list {
   padding-top: 2px;
   font-weight: 500;
}
.cols_left .left_list li {
   position: relative;
   border-bottom: 1px solid #f3f3f3;
}
.cols_left .left_list li::before {
   content: '';
   position: absolute;
   left: 23px;
   top: 25px;
   width: 7px;
   height: 7px;
   background: #e3e3e3;
   border-radius: 100px;
   transition: all 0.5s;
}
.cols_left .left_list li.on::before,
.cols_left .left_list li:hover::before {
   background: #f17126;
}
.cols_left .left_list li a {
   display: block;
   padding: 21px 10px 20px 40px;
   color: #505050;
}
.cols_left .left_list li ._sub a {
   border-top: 1px solid #f3f3f3;
   font-weight: normal;
   padding: 20px 10px 18px 43px;
   color: #6a6a6a;
}
.cols_left .left_list li.on>a,
.cols_left .left_list li a:hover {
   color: #f17126;
   background: #fafafa;
}

.cols_right {
   width: 78%;
   background: #fff;
}
.cols_right .r_top {
   padding: 28px 28px 25px;
   border-bottom: 1px solid #f3f3f3;
   color: #066ce4;
   background: #fafafa;
}
.cols_right .r_top i {
   font-size: 27px;
   vertical-align: 2px;
   margin-right: 2px;
   display: inline-block;
}

.cols_desc {
   color: #505050;
   overflow: hidden;
   padding: 35px 28px;
}
.cols_desc a {
   color: #505050;
}
.cols_desc a:hover {
   color: #066ce4;
}
.cols_desc img {
   max-width: 100%;
   display: inline-block;
   vertical-align: -1px;
}
.cols_desc table {
   margin: 20px auto;
   width: 100%;
   max-width: 100%;
   border-bottom: 2px solid #066ce4;
   line-height: 25px !important;
   border-radius: 5px;
   overflow: hidden;
   /* border-top: 1px solid #fff;
   border-left: 1px solid #fff; */
}
.cols_desc table thead tr th {
   padding: 8px;
   background: #066ce4;
   color: #fff;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   font-size: 16px;
   text-align: center;
   vertical-align: middle;
   font-family: 'GOTHAM-MEDIUM';
   font-weight: normal;
}
.cols_desc table tbody tr td {
   color: #1e2e53;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff !important;
   font-family: 'GOTHAM-MEDIUM';
   padding: 12px 8px;
   background: #f7f8f8;
   text-align: center;
   vertical-align: middle;
}
.cols_desc table tbody tr:nth-child(2n) td {
   background: #e8e8e8;
}
.cols_desc table tbody tr:nth-child(1) td {
   background: #066ce4;
   color: #fff;
   border-right: 1px solid rgba(255,255,255,0.2);
   line-height: 30px;
}
.cols_desc table tbody tr:nth-child(3) td {
   background: #f7f8f8;
   color: #1e2e53;
}
.cols_desc table tbody tr td:last-child {
   border: none;
}

.cols_pic {
   padding: 25px 0 30px;
   text-align: center;
}
.cols_pic img {
   max-width: 100%;
}


/* news */
.newslist {
   padding: 0;
}
.newslist li {
   padding: 1.6% 2.1%;
   overflow: hidden;
   transition: all 0.5s;
   border-bottom: 1px solid #f5f5f5;
}
.newslist li ._l {
   width: 6%;
   background-color: #fff;
   line-height: 100%;
}
.newslist li ._l span {
   display: block;
   color: #666;
   padding: 14px 0 12px;
}
.newslist li ._l span.r {
   background-color: #f17126;
   color: #fff;
}
.newslist li ._c {
   width: 77%;
   padding: 3px 0 0 1.5%;
}
.newslist li ._c span {
   display: block;
}
.newslist li ._c span.d {
   color: #888;
   padding-top: 10px;
   transition: all 0.5s;
}
.newslist li ._c a {
   display: block;
   color: #333;
}
.newslist li ._r {
   width: 10%;
   overflow: hidden;
}
.newslist li ._r img {
   max-width: 100%;
}
.newslist li:nth-child(2n) {
   background-color: #fafafa;
}
.newslist li:hover a,
.newslist li:hover span.d {
   color: #f17126 !important;
}

.pro {
   padding: 20px 2% 0;
}
.pro .p_list li {
   width: 24%;
}
.pro .p_list li:last-child:nth-child(4n - 1) {
   margin-right: calc(24% + 4% / 3);
}
.pro .p_list li:last-child:nth-child(4n - 2) {
   margin-right: calc(48% + 8% / 3);
}

.pro ._pic {
   height: 240px !important;
}

.photo .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}


/* info */
.info_box {
   padding: 3% 0;
}
.info_box .info_t {
   border-bottom: 1px solid #f5f5f5;
   padding-bottom: 25px;
}
.info_box .info_t h3 {
   color: #f17126;
   text-align: center;
   font-size: 30px;
   font-weight: 500;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 25px 0 0;
}
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 8px;
   font-size: 14px;
}

.pro_box {
   overflow: hidden;
}
.pro_box.pro_pad {
   padding: 30px;
}
.pro_box .pro_pic {
   width: 49%;
   overflow: hidden;
}
.pro_box .pro_pic img {
   max-width: 100%;
}
.pro_box .pro_desc {
   width: 48%;
   padding-top: 20px;
}
.pro_box .pro_desc li.title {
   border-bottom: 1px solid #f3f3f3;
   padding: 2px 0 30px;
}
.pro_box .pro_desc li.title span {
   display: block;
}
.pro_box .pro_desc li.title span.d {
   color: #777;
   padding-top: 15px;
}
.pro_box .pro_desc li.title a {
   color: #066ce4;
   display: block;
   padding-top: 25px;
   font-size: 14px;
}
.pro_box .pro_desc li.title a:hover {
   text-decoration: underline;
   color: #f17126;
}
.pro_box .pro_desc li.tel {
   padding: 22px 0;
}
.pro_box .pro_desc li.share {
   padding: 27px 0;
   margin-left: -4px;
   border-bottom: 1px solid #e5e5e5;
}
.pro_box .pro_desc li.share a {
   margin: 0 5px 0 0 !important;
}
.pro_box .pro_desc li.btn {
   margin-top: 27px;
}
.pro_box .pro_desc li.btn a {
   margin-right: 10px;
   padding: 13px 32px;
   display: inline-block;
   color: #fff;
   background-color: #f17126;
   border-radius: 3px;
}
.pro_box .pro_desc li.btn a:hover {
   background: #066ce4;
}

.pro_box .pro_info {
   border-top: 1px solid #f3f3f3;
   margin-top: 30px;
   padding: 0 0 40px;
}


/* pages */
.n_pages {
   padding: 40px 0;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.n_pages a {
   display: block;
   background-color: #f3f3f3;
   color: #666;
   padding: 11px 14px;
   margin: 0 4px;
   border-radius: 2px;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #f17126 !important;
   color: #fff;
}
.n_pages .not_data {
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   background-color: #f6f6f6;
   margin: 10px 2% 0;
   border-radius: 2px;
   line-height: 90px;
   height: 90px;
   overflow: hidden;
   padding: 0 1%;
}
.n_next li {
   position: relative;
   float: left;
   width: 47%;
}
.n_next li.all {
   width: 6%;
   box-sizing: border-box;
   border-left: 1px solid #dfdfdf;
   border-right: 1px solid #dfdfdf;
}
.n_next li a {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #555;
}
.n_next li a:hover {
   color: #066ce4 !important;
}
.n_next li.n {
   text-align: right;
}
.n_next li i {
   display: block;
   position: absolute;
   top: 0;
   left: 11px;
   color: #ccc;
   font-size: 35px;
   font-weight: normal;
   transition: all 0.5s;
}
.n_next li.n i {
   right: 11px !important;
}
.n_next li span {
   color: #797979;
   font-size: 15px;
   font-weight: normal;
   padding: 0 15px 0 50px;
}
.n_next li.n span {
   padding: 0 50px 0 15px;
}
.n_next li a:hover i {
   left: 6px;
}
.n_next li.n a:hover i {
   right: 6px !important;
}
.n_next li.all a {
   font-size: 20px;
   color: #c3c3c3;
}


/* message */
.apply {
   width: 50%;
   margin: 0 auto;
   padding: 3% 0 4%;
}
.apply li input,
.apply li textarea {
   width: 100%;
   border: 1px solid #ddd;
   margin: 7px 0;
   padding: 2.5% 2%;
   font-size: 15px;
   box-sizing: border-box;
   background: #fff;
}
.apply li textarea {
   height: 130px;
}
.apply li button {
   background: #066ce4;
   color: #fff;
   line-height: 55px;
   width: 100%;
   border: none;
   font-size: 16px;
   margin: 15px auto 0;
   display: block;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #066ce4;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 81%;
   margin: 3px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -16px;
   cursor: pointer;
   margin-left: 8px;
}
.apply li label input {
   width: 5%;
}
.apply li.xb {
   font-size: 14px;
   color: #888;
   padding: 7px 0;
}

/* footer */
.footer {
   width: 100%;
   padding: 0 10%;
   background: url(/images/footbg.jpg) center bottom repeat;
   color: #f0f0f0;
}
.footer a {
   color: #f0f0f0;
}
.footer a:hover {
   color: #f17126 !important;
   text-decoration: underline;
}
.footer .foot_nav {
   border-bottom: 1px solid #6c6c6c;
   border-bottom-color: rgba(255,255,255,0.2);
   padding: 35px 0 22px;
}
.footer .foot_nav li {
   display: inline-block;
   height: 20px;
   overflow: hidden;
   border-right: 1px solid #969696;
   border-right-color: rgba(255,255,255,0.5);
   padding: 0 18px 0 12px;
}
.footer .foot_nav li:last-child {
   border: none;
}
.footer .foot_nav li a {
   color: #fff;
}
.footer .foot {
   padding: 46px 4% 40px;
   overflow: hidden;
}
.footer .foot h3 {
   font-size: 23px;
   line-height: 100%;
}
.footer .foot ul {
   padding-top: 22px;
}
.footer .foot_lx {
   width: 30%;
}
.footer .foot_lx ul {
   margin-left: -3px;
}
.footer .foot_lx li i {
   display: inline-block;
   margin-right: 3px;
}
.footer .foot_lm {
   width: 54%;
   margin-left: 3%;
   overflow: hidden;
}
.footer .foot_lm dl h3 {
   margin-bottom: 20px;
}
.footer .foot_lm dd {
   float: left;
   width: 33.33333%;
}
.footer .foot_ewm {
   width: 10%;
   padding-top: 52px;
}
.footer .foot_ewm ul {
   padding: 0;
}
.footer .foot_ewm li img {
   width: 100%;
}
.footer .foot_ewm li span {
   display: block;
   padding-top: 5px;
}
.footer .foot_copy {
   border-top: 1px solid #6c6c6c;
   border-top-color: rgba(255,255,255,0.2);
   color: #aaa;
   padding: 23px 0 30px;
}
.footer .foot_copy a {
   color: #aaa;
   padding: 0 2px;
}
.footer .foot_copy p {
   padding-top: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #aeaeae;
   font-size: 15px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: 1px #066ce4 solid;
   color: #066ce4;
   overflow: hidden;
}
p#back-to-top i {
   font-size: 22px;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #066ce4;
   background-color: #066ce4;
}

@media screen and (max-width: 1520px) {
   .naver {
      padding-left: 30px;
   }
   .naver li a {
      padding: 0 13px;
   }
   .products {
      padding: 0 6% 40px;
   }
   .products .p_class li a {
      padding: 13px 0;
   }
   .products .p_list li ._pic {
      height: 250px;
   }
   .pro .p_list ul {
      margin-right: -1.33333%;
   }
   .pro .p_list li {
      float: left;
      width: 32%;
      margin: 0 1.33333% 2% 0;
   }
   .news {
      padding: 0 8% 80px;
   }
}