@charset "UTF-8";
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.backBtn{width: 110px;height: 38px;line-height: 38px;text-align: center;color: #fff !important;background: #c1161f url(../images/backbtn.png) no-repeat center left 17px;border-radius: 6px;box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 35px;float: right;margin-top: 25px;}
.backBtn:hover{font-weight: bold;}
.animHide{opacity: 0;}
.animHide1{opacity: 1;}
#fp-nav.hover{opacity: 0;visibility: hidden;}
.topBox{height: 88px;}
.bai .topBox .top{background: rgb(255,255,255,1);box-shadow: 0px 1px 2px #dcdcdc;}
.top{height: 88px;position: fixed;top: 0;width: 100%;left: 0;box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);background: #fff;z-index: 99;}
.top .logo{margin-top: 20px;}
.top .logo img{height: 42px;}
.top .bg{position: absolute;top: 88px;left: 0;width: 100%;height: 0;background: rgb(255,255,255,0.9);-webkit-transition: all .4s linear;display: block;}
.menu{height: 100%;position: relative;}
.menu dd{display:inline; position:relative;float: left;margin-right: 60px;height: 88px;}
.menu dd .yj{height:88px; line-height:88px;text-align:center; position: relative;}
.menu dd .yj a{ display:block;  font-size:15px;color: #666666;transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.menu dd .ej {overflow: hidden;position: absolute;top: 88px;height: 0;line-height: 50px;white-space: nowrap;transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.menu dd .ej.open{height: 50px;}
.menu dd .ej li {display: inline-block;margin-right: 30px;line-height: 50px;text-align: center;}
.menu dd .ej li:last-child{margin-right: 0;}
.menu dd .ej li a {font-size: 14px;color: #333;}
.menu dd .ej li a:hover {color: #c1161f;}
.menu dd.hover .yj a{font-weight: bold;color: #333;}
.menuBtn{cursor: pointer;position: relative;z-index: 2;}
.menuBtn .con{border-radius: 50%;background: #c1161f;margin-top: 27px;width: 35px;height: 35px;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 11px;padding-left: 8px;position: relative;z-index: 2;}
.menuBtn span{display: block;width: 20px;height: 3px;background: #fff;margin-bottom: 2px;transform: scaleY(0.5);-webkit-transform: scaleY(0.5);transition: all .4s ease-in;-webkit-transition: all .4s linear;}
.menuBtn span.line2{width: 16px;}
.menuBtn.active span{height: 1px;}
.menuBtn.active span.line1{transform: rotateZ(45deg)translate(4px,4px);}
.menuBtn.active span.line2{display: none;}
.menuBtn.active span.line3{transform: rotateZ(-45deg)translate(-2px,2px);}
.searchBox{width: 19px;height: 20px;background: url(../images/common/search.png)no-repeat center;margin-top: 33px;cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s linear;position: relative;margin-right: 50px;}
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show{display: block;}
.model{position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span{display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.model::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0,0,0,.87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #c1161f url(../images/common/searchbtn.png) no-repeat center center;background-size: 19px 20px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}
.menuBtn .bg{ position: absolute;left: 50%;top: 65%;width: 250rem;padding-top: 250rem;margin-top: -125rem;margin-left: -125rem;background: rgba(220,239,249);border-radius: 100%;transform: scale(0);-webkit-transform: scale(0);;transform-origin: center center;transition: all .8s cubic-bezier(.77,0,.175,1);}
.menuBtn .bg.active{transform: scale(1);-webkit-transform: scale(1);}
.menuBox{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/menubg.jpg) no-repeat center / cover;z-index: -1;opacity: 0;visibility: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.menuBox.active{z-index: 999;opacity: 1;visibility: visible;}
.menuBox .wrap{position: relative;height: 100%;}
.menuBox .menuBtn{position: absolute;top: 0;right: 0;z-index: 2;}
.menuBox .menuBtn span{height: 1px;}
.menuBox .menuBtn span.line1{transform: rotateZ(45deg)translate(4px,4px);}
.menuBox .menuBtn span.line2{display: none;}
.menuBox .menuBtn span.line3{transform: rotateZ(-45deg)translate(-2px,2px);}
.menuBoxDl{padding: 0 3.25%;text-align: center;height: 100%;}
.menuBoxDl dd{display: inline-block;padding: 0 20px;height: 100%;margin: 0 2%;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 17.6851%;vertical-align: top;}
.menuBoxDl dd::before{display: block;content: "";width: 0%;height: 100%;background: rgba(255,255,255,0.8);position: absolute;left: 50%;top: 0;ransition: all .4s ease-in;-webkit-transition: all .4s ease-in;margin-left: -120px;}
.menuBoxDl dd:hover::before{width: 240px;}
.menuBoxDl dd ul{position: relative;z-index: 2;}
.menuBoxDl dd ul li{margin-bottom: 25%;}
.menuBoxDl dd ul li a{font-size: 15px;color: #666666;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.menuBoxDl dd ul li.title{margin-bottom: 50%;}
.menuBoxDl dd ul li.title a{font-size: 18px;color: #333333 !important;font-weight: bold;}
.menuBoxDl dd ul li a:hover{color: #c1161f;font-weight: bold;}
/* ————— 头部 end ————— */
/* ————— 下一屏按钮 start ————— */
.nextBtn{position: absolute;bottom: 50px;left: 50%;width: 20px;height: 29px;margin-left: -10px;background: url(../images/nextBtn.png) no-repeat center;-webkit-animation: arrowDown 1s infinite linear;animation: arrowDown 1s infinite linear;cursor: pointer;z-index: 5;}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
/* ————— 下一屏按钮 end ————— */

/* ————— indexBanner start ————— */
/* .indexBanner{position: relative;height: 100%;}
.indexBannerLoad{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: all 1.3s;-webkit-transition: all 1.3s;}
.indexBannerLoad svg{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;width: 100px;height: 100px;fill: rgb(215, 23, 24);}
.indexBannerLoad.hide{ visibility: hidden; opacity: 0;}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg);transform:rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.indexBanner .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.indexBanner .bd .slick-list,.indexBanner .bd .slick-track{height: 100%;}
.indexBanner.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.indexBanner .mySlide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 50px;right: 0;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin: 0 5px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexBanner .slick-dots li.slick-active{width: 40px;border-radius: 30px;}
.indexBanner .mySlide .text{position: absolute; left: 50%; top:50%; width: 1200px; transform: translate(-50%,-50%); color: #FFF;display: none;}
.indexBanner .mySlide .text .text1{ font-size: 25px; margin-bottom: 30px;}
.indexBanner .mySlide .text .text2{ font-size: 0px;}
.indexBanner .mySlide .text .text2 span{font-size: 70px;font-family: "宋体";font-weight: bold;letter-spacing: 3px;float: left;}
.indexBanner .mySlide.slick-active .text{display: block;}
.indexBanner .img{ width: 1200px;position: absolute;left: 50%; top:50%;transform: translate(-50%,-50%); font-size: 0;text-align: center;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .pathBox{position: absolute;z-index: 2;font-size: 24px;font-weight: bold;line-height: 20px;color: #fff;left: 0;bottom: 50px;overflow: hidden;}
.indexBanner .wrapBox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.indexBanner .wrapBox .wrap{position: relative;height: 100%;}
.indexBanner .pathBox .path{margin: 0 16px;width: 132px;height: 1px;background: rgba(255,255,255,0.5);margin-top: 9px;position: relative;}
.indexBanner .pathBox i{font-style: normal;}
.indexBanner .pathBox .path em{height: 5px;position: absolute;left: 0;top: 50%;margin-top: -2.5px;background: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;} */
.indexBanner{padding-top: 37.1354%;}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.indexFooter{padding-top: 0 !important;}
.footer{background: #f2f2f2;padding: 75px 0 15px;overflow: hidden;}
.footerMenu{margin-bottom: 30px;overflow: hidden;}
.footerMenu dd{width: 70px;margin-right: 10%;float: left;display: inline;}
.footerMenu dd ul li{margin-bottom: 20px;}
.footerMenu dd ul li a{font-size: 14px;color: #666;height: 16px;line-height: 16px;}
.footerMenu dd ul li a:hover{color: #333;}
.footerMenu dd ul li.title{margin-bottom: 65px;position: relative;font-size: 16px;font-weight: bold;color: #333333;}
.footerMenu dd ul li.title::before{display: block;content: "";position: absolute;bottom: -27px;width: 25px;height: 2px;background: #bdbdbd;}
.footerMenu dd ul li.title a{font-size: 16px;font-weight: bold;color: #333;}
.footerCR{position: relative;}
.footerImg{overflow: hidden;}
.footerImg dd{margin-left: 20px;float: left;display: inline;}
.footerImg dd .con{border: 1px solid #d7d7d7;border-radius: 3px;padding: 10px;margin-bottom: 15px;}
.footerImg dd img{display: block;width: 110px;height: 110px;}
.footerImg dd{font-size: 14px;color: #999999;display: block;text-align: center;}
.footerB{padding: 35px 0 0 0;border-top: 1px solid #d9d9d9;}
.footerText .info{font-size: 14px;color: #333333;height: 30px;line-height: 30px;padding-left: 42px;background: url(../images/footernow.png) no-repeat center left;margin-bottom: 15px;}
.footerText .info.tel{background-image: url(../images/footerphone.png);}
.footerText .info.tel img{display: inline-block;vertical-align: middle;height: 11px;}
/* 备案信息 start */
.ftArchival{height: 50px;line-height: 50px;font-size: 14px;color: #999;}
.ftArchival a{font-size: 14px;color: #999;transition: all 0.4s;-webkit-transition: all 0.4s;}
.ftArchival a:hover{color: #333;}
.ftArchival .footerBan{background: url(../images/common/beian.png) no-repeat center left 6px;padding-left: 30px;}
.ftArchival .footerCnzz{background: url(../images/common/cnzzIcn.png) no-repeat center right;padding-right: 55px;}
/* 备案信息 end */
/* 友情链接start */
.friendLink {width: 227px;margin-bottom: 5px;margin-left: auto;}
.footerLinkBox {position: relative;height: 38px;line-height: 38px;border-radius: 5px;background: rgba(153,153,153, 0.1);padding: 0 16px;cursor: pointer;}
.footerLinkBox span {display: block;font-size: 14px;color: #333333;background: url(../images/fdRight.png) center right no-repeat;}
.footerDown {position: absolute;width: 100%;bottom: 38px;left: 0;border-radius: 0 0 5px 5px;background: rgba(0, 0, 0, 0.3);border-top: 1px solid rgba(255, 255, 255, 0.5);display: none;}
.footerDown a {display: block;line-height: 20px;padding: 10px 16px;font-size: 13px;color: #FFFFFF;}
.footerDown a:hover {color: #fff;}
/* 友情链接end   */
/* ————— 底部 end ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 29.16666%;z-index: 2;position: relative;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;box-shadow:0 3px 5px #dcdcdc;border-bottom: 1px solid #ebebeb;}
.subNavBox{ position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #666666;font-size: 15px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;text-align: center;position: relative;z-index: 2;}
.subNav .bg{height: 81px;position: absolute;left: 0;top: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;background: #c1161f;}
.subNav a.hover{color: #fff;}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{height: 80px;line-height: 80px;background: #fff;box-shadow:0 3px 5px #dcdcdc;border-bottom: 1px solid #ebebeb;}
.sjMenu a{ display: inline-block; padding:0 10px; color: #333; font-size: 16px;}
.sjMenu  em{display: inline-block;width: 6px;height: 6px;margin: 0 30px;border-radius: 50%;background: #c1161f;}
.sjMenu a:hover{ color: #c1161f; font-weight: bold;}
.sjMenu a.hover{ color: #c1161f; font-weight: bold;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;color:#999999;border-radius:3px; margin: 0 3px;width: 34px;height: 34px;padding-top: 7px;box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #dfdfdf;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #c1161f;color: #fff;}
.page a.hover{background: #c1161f;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; border-color: #1e5ab0;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{text-align: center;margin-bottom: 90px;}
.indexTitle .title{display: inline-block;position: relative;padding: 0 5px 0 0;}
.indexTitle .title img{display: block;}
.indexTitle .title::before{display: block;content: "";width: 391px;height: 56px;background: url(../images/indexTitleL.png) no-repeat center;position: absolute;left: -370px;top: 50%;margin-top: -28px;}
.indexTitle .title::after{display: block;content: "";width: 330px;height: 21px;background: url(../images/indexTitleR.png) no-repeat center;position: absolute;right: -330px;top: 50%;margin-top: -10.5px;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{padding: 120px 0 230px;background: url(../images/col1bg.png) no-repeat right bottom;}
.column1 .pic{width: 780px;margin-left: 110px;}
.column1 .pic::after{display: block;position: absolute;content: "";left: -40px;top: 40px;width: 100%;height: 100%;background: #f9f2e1;}
.column1 .pic img{z-index: 2;}
.column1 .pic::before{padding-top: 61.5384%;}
.column1 .text{overflow: hidden;padding-top: 90px;}
.column1 .text .title{font-size: 18px;font-weight: bold;color: #333333;line-height: 20px;height: 20px;margin-bottom: 50px;}
.column1 .text .info{font-size: 15px;line-height: 32px;color: #333333;max-height: 192px;overflow: hidden;margin-bottom: 50px;}
.column1 .text .btn{display: block;width: 35px;height: 35px;border-radius: 50%;background: url(../images/indexMore.png) no-repeat center;position: relative;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.column1 .text .btn:hover{right: -3px;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{margin-top: -140px;background: url(../images/col2bg.png) no-repeat center / 100% 100%;padding: 200px 0;}
.column2 .indexTitle{margin-bottom: 60px;}
.col2Slick .slick-dots {text-align: center;font-size: 0;animation-delay: 1.5s;}
.col2Slick .slick-dots li {display: inline-block;width: 10px;height: 10px;border-radius: 100%;margin: 0 4px;vertical-align: middle;cursor: pointer;position: relative;background: #94070a;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .slick-dots li.slick-active {width: 45px;border-radius: 30px;}
.col2Slick .bd {overflow: hidden;}
.col2Slick .slick-list {overflow: visible;margin: 0 -15px;margin-bottom: 50px;}
.col2Slick .myslide {float: left;display: inline;}
.col2Slick .slickCon {display: block;margin:0 15px;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.col2Slick .slickCon .pic{border-radius: 10px;margin-bottom: 25px;}
.col2Slick .slickCon .pic::before{padding-top: 60%;}
.col2Slick .slickCon .text .time{font-size: 16px;line-height: 16px;height: 16px;color: #333333;margin-bottom: 30px;}
.col2Slick .slickCon .text .info{font-size: 15px;line-height: 15px;height: 15px;color: #666666;}
.col2Slick .slickCon .text .title{line-height: 18px;height: 18px;;margin-bottom: 20px;font-weight: bold;}
.col2Slick .slickCon .text .title a{font-size: 16px;color: #333333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .slickCon:hover .text .title a{color: #94070a;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{padding-bottom: 180px;}
.column3 .indexTitle{margin-bottom: 60px;}
.col3L {width: 47.5694%;margin-right: 30px;box-sizing: border-box;-webkit-box-sizing: border-box;position: relative;height: 442px;}
.col3L .con {padding: 50px 60px 1px 50px;background: #943e3e;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.col3R .con {padding: 50px 60px 1px 50px;}
.col3L .bg {height: 468px;position: absolute;right: -30px;top: 0;width: 31px;background: #b07979;-webkit-clip-path: polygon(0 0, 100% 5.6%, 100% 100%, 0 94.5%);clip-path: polygon(0 0, 100% 6.6%, 100% 100%, 0 94.5%);}
.col3List dd {margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid rgb(255, 255, 255, 0.08);}
.col3List dd:last-child {border-bottom: 0;}
.col3List dd .title {height: 18px;line-height: 18px;margin-bottom: 15px;overflow: hidden;}
.col3List dd .title a {font-size: 16px;color: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3List dd .title a:hover {margin-left: 5px;}
.col3List dd .time {font-size: 14px;color: #fff;height: 14px;line-height: 14px;overflow: hidden;}
.col3R {overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;background: #b59191;position: relative;top: 30px;height: 438px;}
/* ————— 第3通栏 end ————— */
/* ========== 首页 end ========== */