@charset "UTF-8";
/* ========== 主体框架 start ========== */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;right: -60px;top: -40px;}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background-position: center center;}
/* ————— 头部 start ————— */
.topHead{ height: 45px; line-height: 45px; background: #036eb8; color: #52b1f3; font-size: 14px;}

.top{background-color: #fff; height: 85px;}
/* logo start */
.logo{margin-top: 15px;}
.logo img{height: 55px;}
/* logo end */
/* 搜索 start */
.topR{}
/* 搜索 end */
/* 导航 start */
.menuDl dd{float: left;display: inline;position: relative;}
.menuDl dd .yj{position: relative;z-index: 9;}
.menuDl dd .yj a{display: block;line-height: 85px;text-align: center;color: #333333;font-size: 16px;transition: 0.4s; margin: 0 20px;}
.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover{color: #036eb8;}
.menuDl dd .ej{position: absolute;top: 100%;left: 50%;width: 150px;background: rgb(255 255 255 / 79%);display: none;padding: 5px 0;z-index: 3;margin-left: -75px; border-radius:0 0 3px 3px;}
.menuDl dd .ej li{font-size: 14px;text-align: center; position: relative;}
.menuDl dd .ej li span a{padding: 12px 0;line-height: 25px;display: block;color: #333333;margin-bottom:1px}
.menuDl dd .ej li:hover span a{color: #ffffff;background: #036eb8;}
.menuDl dd .ej li.hover span a{color: #ffffff;background: #036eb8;}
.menuDl dd .sj{ position: absolute; left: 100%; top: 0; width: 100%; background: rgba(0, 0, 0, 0.42); visibility: hidden; opacity: 0; transform: translateY(10px);-webkit-transform: translateY(10px);transition: all 300ms;-webkit-transition: all 300ms;}
.menuDl dd .sj a{ display: block; padding:12px 0; line-height: 25px; color: #fff;}
.menuDl dd .sj a:hover{color: #ffffff;background: #036eb8;}
.menuDl dd .sj a.hover{color: #ffffff;background: #036eb8;}
.menuDl dd .ej li:hover .sj{ visibility: visible; opacity: 1; transform: translateY(0px);-webkit-transform: translateY(0px);}
.menuIcon>div{ margin: 0 20px !important;}
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 27.0833%;}
.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: 33px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 18px;height: 18px; border: 1px solid transparent;border-radius: 50%;margin: 0 8px;vertical-align: middle;cursor: pointer;position: relative;}
.indexBanner .slick-dots li::before{ display: block; content: ''; width: 12px; height: 12px; border-radius: 12px; background: #FFF; position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -6px; transition: all 300ms;-webkit-transition: all 300ms; transform: scale(1);-webkit-transform: scale(1);}
.indexBanner .slick-dots li.slick-active{border-color: #FFF;}
.indexBanner .slick-dots li.slick-active::before{ transform: scale(.7);-webkit-transform: scale(.7);}
.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;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: url(../images/footerBg.jpg) top center no-repeat;
	background-size: cover;
}

.footerTop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 6px 0;
}

.friendLink {
	overflow: hidden;
	margin-right: -40px;
}

.friendLink .title {
	height: 30px;
	line-height: 30px;
	color: #d3e8fd;
	font-size: 16px;
	margin-right: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}

.friendLink .list {
	overflow: hidden;
	padding: 5px 0;
	line-height: 20px;
	font-size: 0;
}

.friendLink .list a {
	float: left;
	display: inline;
	color: #ffffff;
	font-size: 16px;
	margin: 0 33px;
}

.friendLink .list a:hover {
	color: #d3e8fd;
}

.backTop {
	width: 30px;
	height: 30px;
	background: #d3e8fd url(../images/backTop.png) center center no-repeat;
	border-radius: 50%;
	cursor: pointer;
}
.footerEwmBtn .btn{
	position: relative;
	float: left;
	display: inline;
	margin-right: 14px;
}
.footerEwmBtn .icon{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.footerEwmBtn .btn1 .icon{
	background: #ffffff url(../images/footerWxIcon.png) center center no-repeat;
	background-size:auto 15px;
}
.footerEwmBtn .btn2 .icon{
	background: #ffffff url(../images/footerSjIcon.png) center center no-repeat;
	background-size:auto 15px;
}
.footerEwmBtn .btn3 .icon{
	background: #ffffff url(../images/footerAppIcon.png) center center no-repeat;
	background-size:auto 17px;
}
.footerEwmBtn .footerEwmCon{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: -142px;
	left: -45px;
	width: 120px;
	height: 120px;
	box-shadow: 0px 5px 9.8px 0.2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 9.8px 0.2px rgba(0, 0, 0, 0.2);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerEwmBtn .footerEwmCon:before{
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:10px solid #ffffff;
}
.footerEwmBtn .footerEwmCon img{
	width: 100%;
	height: 100%;
}
.footerEwmBtn .btn:hover .footerEwmCon{
	opacity: 1;
	visibility: visible;
	top: -132px;
}
/* 友情链接end   */
/* 底部中间start   */
.footerCon{
	padding-top: 15px;
	height: 70px;
	overflow: hidden;
}
.footerLeftText{
	font-size: 15px;
	color: #6ca8e3;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}
.footerLeftText a{
	font-size: 15px;
	color: #6ca8e3;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerLeftText a.GAB {
	padding-left: 32px;
	background: url(../images/common/beian.png) left center no-repeat;
}
.footerLeftText a:hover{
	opacity: 0.8;
}
.footerWay dd{
	display: inline-block;
}
.footerWay dd:last-child{
	display: block;
}
.footerM {
	padding: 30px 0 20px;
	overflow: hidden;
}

.footerTitle {
	height: 82px;
	line-height: 82px;
	font-size: 20px;
	color: #FFFFFF;
}

.footerML {
	float: left;
	display: inline;
	position: relative;
	width: 435px;
	padding-right: 120px;
	padding-top: 10px;
}

.footerML::after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	top: -30px;
	bottom: -100px;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
}

.footerLogo {
	padding-top: 30px;
	margin-bottom: 52px;
}

.footerLogo img {
	display: block;
	height: 55px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0 35px 0 60px;
}

.footerTel {
	overflow: hidden;
	margin-right: 15px;
}

.footerWay dd {
	overflow: hidden;
}

.footerWay dd .title {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #6ca8e3;
}

.footerWay dd .text {
	overflow: hidden;
	line-height: 26px;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0 7px;
}
.footerWay dd .footerTel .text {
	height: 26px;
}

.footerTel .text img {
	display: block;
	height: 17px;
	position: relative;
	top: 5px;
}
.footerMR {
	float: right;
	display: inline;
	position: relative;
	padding-left: 85px;
}

.footerMR::after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	top: -30px;
	bottom: -40px;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

.footerMR .footerTitle {
	padding-left: 20px;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
}

.footerEwm dd .con {
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	overflow: hidden;
	width: 110px;
}

.footerEwm dd img {
	display: block;
	width: 110px;
	height: 110px;
}

.footerEwm dd span {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #6ca8e3;
	font-size: 15px;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight .conL {
	overflow: hidden;
}

.friendCopyRight .conL span {
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #6ca8e3;
	display: block;
	margin-bottom: 4px;
}

.friendCopyRight .conL a {
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #6ca8e3;
	transition: .3s;
	-webkit-transition: .3s;
	margin-right: 12px;
}

.friendCopyRight .conL a.GAB {
	padding-left: 32px;
	background: url(../images/common/beian.png) left center no-repeat;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #6ca8e3;
}

.friendCopyRight .conR a {
	color: #6ca8e3;
	transition: .3s;
	-webkit-transition: .3s;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 26.0417%;}
.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 .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 0px;}
.locationBox+.h30{height: 0;}
.location{ position: relative; padding-left: 260px; height: 0;background: #fff;}
.locationL{ position: absolute; left: 0; bottom: 20px; width: 200px;padding: 47px 30px 30px; background: url(../images/locationBg.png) no-repeat center center / cover;}
.locationL::before{ display: block; width: 20px; height: 5px; background: #FFF; position: absolute; top: 25px; left: 30px; content: '';}
.locationL span{ display: block; height: 30px; line-height: 30px; color: #ffffff; font-size: 20px; margin-bottom: 1px;}
.locationL em{ display: none; height: 20px; line-height: 20px; color: #d1d1d1; font-size: 14px; text-transform: capitalize; font-style: normal;}
.locationL i{ position: absolute;  right: 15px; bottom: 35px; width: 21px; height: 21px; background: url(../images/locationIcn1.png) no-repeat center center;display: none;}
.locationList{ display: none;overflow: hidden;box-shadow:0 14px 20px rgb(3 110 184 / 10%); padding-left: 17px;}
.locationList .item{ float: left; display: inline;}
.locationList .item a{ display: block; margin:0 30px; height: 55px; line-height: 55px; color: #444444; font-size: 15px; position: relative;}
.locationList .item a::before{ position: absolute; content: ''; width: 0; height: 5px; background: #f8b551; left: 50%; transform: translateX(-50%);-webkit-transform: translateX(-50%); bottom: 0; transition: all 300ms;-webkit-transition: all 300ms;}
.locationList .item:hover a::before{ width: 30px;}
.locationList .item:hover a{ color:#036eb8;}
.locationList .item.hover a::before{ width: 30px;}
.locationList .item.hover a{ color:#036eb8; }
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{display: none; text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: #036eb8; color: #FFF; border-color: #036eb8;}
.sjMenu a.hover{ background: #036eb8; color: #FFF; border-color: #036eb8;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 0px;}
.page a{display: inline-block;overflow: hidden;color:#999999;border-radius:3px;background: #fff; margin: 0 3px; font-size: 14px; min-width: 38px; height: 38px; border-radius: 40px; border: 1px solid #dfdfdf; text-align: center; line-height: 38px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #036eb8;color: #fff; border-color: #036eb8;}
.page a.hover{background: #036eb8;color: #fff; border-color: #036eb8;}
.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{width: 11px;height: 38px;background-position: center center;background-repeat: no-repeat;display: inline-block;vertical-align: middle;}
.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; border-color: #E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2; border-color: #E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2; border-color: #E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2; border-color: #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: #036eb8; color: #FFF; border-color: #036eb8;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #036eb8; border-color: #036eb8;}
/* ————— 弹窗 end ————— */
.subPage{ background-position: center bottom; background-repeat: no-repeat;}
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle {
    line-height: 46px;
    height: 46px;
    overflow: hidden;
}

.indexTitle .name {
    color: #036eb8;
    font-size: 28px;
    float: left;
    display: inline;
}

.indexTitle .name span {
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
}

.indexTitle .more1 {
    float: right;
    display: inline;
}
.indexTitle .more1 a{
    display: inline-block;
    height: 42px;
    background: #FFF;
    line-height: 42px;
    font-size: 15px;
    border: 2px solid #e6e6e6;
    border-radius: 25px;
    color: #666666;
    padding: 0 28px;
}
.indexTitle .more1 a:hover{
    background: #036eb8;
    color: #fff;
    border-color: #036eb8;
}

.indexTitle .more2{float: right;display: inline; margin-top: 10px;}
.indexTitle .more2 a{ display: block; width: 25px; height: 25px; background: url(../images/more.png) no-repeat center center;}

.indexList dd{ overflow: hidden; height: 40px; line-height: 40px; padding-left: 15px; position: relative;}
.indexList dd::before{ display: block; content: ''; width: 4px; height: 4px; background: #d7d7d7; position: absolute; left: 0; top: 18px;}
.indexList dd span{ float: right; display: inline; color: #858585; font-size: 14px; margin-left: 40px;}
.indexList dd a{ display: block; overflow: hidden; color: #666666; font-size: 15px;}
.indexList dd:hover a{ color: #036eb8;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1Box{ padding: 54px 0 65px; background: #f5f5f5;}
.column1C{ overflow: hidden;}
.column1L{ width: 34.7222%; float: left; display: inline; margin-right: 20px;}
.column1L .pic::before{ padding-top: 66.4%;}
.column1L .text{padding: 36px 20px 20px 20px; background: #FFF; position: relative;}
.column1L .text .date{ position: absolute; width: 70px; height: 70px; background: #036eb8; color: #fbfbfc; left: 20px; top: -45px; text-align: center;}
.column1L .text .date span{ display: block; height: 32px; line-height: 32px; font-size: 26px; font-weight: bold;}
.column1L .text .date em{ display: block; height: 20px; line-height: 20px; font-size: 15px; font-style: normal;}
.column1L .text .title{ height: 40px; line-height: 40px; overflow: hidden;}
.column1L .text .title a{ color: #333333; font-size: 16px;}
.column1L .text .info{ height: 40px; line-height: 40px; overflow: hidden; color: #858585; font-size: 15px;}
.column1L .text .title a:hover{ color: #036eb8;}

.column1M{ width: 23.6111%; float: left; display: inline; margin-right: 20px;}
.column1M .pic::before{ padding-top: 65.5882%;}
.column1M .text{padding: 10px 20px 52px 20px; background: #FFF; position: relative;}
.column1M .text .time{ display: block; height: 30px; line-height: 30px; font-size: 16px; color: #999999; margin-bottom: 9px;}
.column1M .text .title{ height: 46px; line-height: 23px; overflow: hidden; margin-bottom: 22px;}
.column1M .text .title a{ color: #333333; font-size: 16px;}
.column1M .text .info{ height: 75px; line-height: 25px; overflow: hidden; color: #858585; font-size: 15px;}
.column1M .text .title a:hover{ color: #036eb8;}

.column1R{ overflow: hidden; background: #FFF; height: 467px;}
.column1RList{ overflow: hidden; padding: 8px 30px 0;}
.column1RList dd{ padding: 10px 0 15px; border-bottom: 1px dashed #e6e6e6;}
.column1RList dd .time{ height: 36px; line-height: 36px; color: #999999; font-size: 16px;}
.column1RList dd .title{ height: 30px; line-height: 30px; overflow: hidden;}
.column1RList dd .title a{ color: #545454; font-size: 16px;}
.column1RList dd:hover .title a{ color: #036eb8;}
.column1RList dd:last-child{ border-bottom: none;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
    background: #fff;
    padding: 50px 0 60px;
}

.column2Box {
    width: 50%;
    float: left;
    display: inline;
}

.column2Box .con {
    border: 1px solid #ebebeb;
    padding: 15px 30px 0;
    margin-right: 60px;
}

.column2Box .indexTitle{ padding-bottom: 12px; border-bottom: 2px solid #0075c2;}

.column2Con {
    overflow: hidden;
    margin: 0 -60px 0 0;
}

.guideItem {
    height: 84px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}
.guideItem:last-child{ border-bottom: none;}

.itemHeight {
    line-height: 85px;
}

.point {
    display: inline-block;
    width: 6px;
    float: left;
    height: 6px;
    border-radius: 50%;
    background: #117ec6;
    line-height: 45px;
    margin-top: 20px;
}

.more2 {
    height: 30px;
    float: right;
    width: 30px;
    margin-top: 30px;
    /*border-radius: 50%;*/
    /*background: #e6e6e6;*/
}

.guideItem .guideData {
    font-size: 15px;
    text-align: center;
    float: left;
    display: inline;
    margin: 15px 0;
}

.guideItem .guideData .guideMonth {
    font-size: 16px;
    display: block;
    height: 25px; line-height: 25px;
    color: #999999;
}

.guideItem .guideDay {
    font-size: 26px;
    color: #0075c2;
    display: block;
    font-weight: bold;
    height: 30px; line-height: 30px;
}

.guideItem .guideIntro {
    font-size: 18px;
    color: #555555;
    line-height: 84px;
    height: 84px;
    padding-left: 30px;
    overflow: hidden;
}
.guideItem .guideIntro a{ color: #555555;}

.guideItem .guideIntro span {
    margin-left: 20px;
}

.box2 .box2Item {
    line-height: 43px;
}

.box2 .guideData {
    float: right;
    font-size: 16px;
}

.box2 .box2Item .zhidu {
    font-size: 16px;
    margin:0 30px;
    padding-right: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.box2 .box2Item .guideMonth {
    color: #999999;
    font-size: 16px;
}

.column2ConL{height: 424px;}
.column2ConR{ padding: 18px 0; height: 387px;}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
    background: #deebf4;
    padding: 50px 0;
}

.column3 .column3Item {
    width: 25%;
    float: left;
    background: #deebf4;
}

.column3Con {
    background: #fff url(../images/linkBg.jpg) no-repeat right center / cover;
    line-height: 160px;
    width: 90%;
    margin: auto;
    text-align: center;
    border-bottom: 4px solid #b9d4e9;
    display: block;
}
.column3Con:hover{
    border-bottom-color: #1870b7;
}
.linkTitle {
    text-align: center;
    color: #333333;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.column3Con span{
    font-size: 24px;
    color: #444444;
    margin-left: 50px;
}
.column3 .column3Content{
    width: 80%;
    margin: auto;
}
.innerIntro {
    width: 16%;
    background: #fff;
    border-bottom: 3px solid #b9d4e9;
    padding: 30px 60px;
    height: 160px;
    float: left;
}

.innerIntro:hover {
    border-bottom: 3px solid #1870b7;
    background: #1870b7;
    color: #fff;
}

.imgBox {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    display: inline;
    width: 33%;
    text-align: right;
}

.column3Text {
    width: 46%;
    float: left;
    display: inline;
    font-size: 24px;
}

.linkImg {
    width: 40px;
    height: 40px;
    position: absolute;
    padding-top: 60px;
}

.linkText {
    margin-left: 10px;
    font-size: 24px;
    float: left;
    display: inline;
    line-height: 140px;
}

.linkBoxs {
    padding: 27px 0 21px;
    overflow: hidden;
}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */