@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:18px;line-height:30px; color:#333333; width:100%; min-width:300px; zoom:1;font-family:Microsoft YaHei,arial, sans-serif;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family:Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family:Microsoft YaHei,arial, sans-serif;}
aside{font-family:systr,Microsoft YaHei,arial, sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#004090;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: #f4f5f6 url(../images/select.png) no-repeat right 12px center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1400{ z-index:1; position:relative; clear:both; max-width:1400px;width: 92%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.mb40{margin-bottom: 40px;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;left: 0;}
.relative{position: relative;}


/*font*/
.DINMedium{font-family: "DINMedium";}
.f_red{ color:#cf0b0b;}
.f_blue{ color:#2844a5;}
.f_666{ color:#666;}
.iconfont{ font-size:24px; vertical-align:middle;display: inline-block;}
.iconyjt{font-size: 20px;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p,.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
/* white-space: break-spaces; */
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1024px){
	select,input,textarea,button{font-size: 14px;}
.w1440{margin:0 15px;max-width: none;width: auto;padding:0 15px;}
body{min-width:300px;font-size: 15px;line-height: 24px;/*adding-top: 90px;*/}
.mb40{margin-bottom: 15px;}
}



/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}
.ListWz .imgbox img{object-fit: contain;}
.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.btnam{position: relative;transition: all 0.3s;display: block;text-align: center;color:#fff !important;border-radius: 0.3rem;width: 1.8rem;line-height: 0.6rem;font-size: 16px;background:#36b0ce;overflow: hidden;}
.btnam em{position: relative;z-index: 1;display: inline-block;}
.btnam em i{display: inline-block;width: 26px;height: 12px;vertical-align: middle;background:url(../images/ico/more.png) right center no-repeat;margin-left: 0.16rem;}
.btnam:after{left: -200%;top: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background-image: linear-gradient(#37b1d0, #2b5a8c);border-radius: 0.28rem;}
.btnam:hover:after{left:0%;top:0;width: 120%;height: 120%;}
.btnam.blueline{border:2px solid #2945a8;line-height: 0.51rem;background-color: transparent;color:#1c3cac !important;}
.btnam:hover,.btnam:hover.blueline{color:#fff !important;}

@media(max-width:1024px){
	.btnam{font-size: 12px;width: 100px;line-height: 26px;}
	.btnam em i{width: 18px;}
}

/*pages*/
.Pages{width:100%; text-align:center; margin:30px 0px;}
.Pages a{display:inline-block; height:28px; line-height:28px; padding:0px 13px; color:#666666; font-size:14px; border:1px solid #dddddd; border-radius:5px; margin:0px 3px;margin-bottom:3px;}
.Pages a:hover,.Pages a.a_cur{color:#fff; background:#0e76cd}
.Pages .p_jump input{border:1px solid #ddd;width:60px;line-height:28px;vertical-align:top}
.Pages .p_jump a{vertical-align:top}
/*pages end*/

@media(max-width:768px){
	.Pages a{padding:0 5px;}
}
/*Top*/
.Header{position: relative;}
.Header .Logo {position: absolute;left: 50%;top: 5vw;transform: translateX(-50%);z-index: 10;}
.Header .Logo .guang{position: absolute;height: 120%;width: 100px;background:url(../images/logoguang.png) no-repeat left center;left: -20px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);animation: 4s move infinite 0.5s linear;-webkit-animation: 4s move infinite 0.5s linear;background-size: contain;}
@-webkit-keyframes move{
	0%{left: 0%;opacity: 1;}
	95%{left: 93%;opacity: 0.5;}
	100%{opacity: 0;left: 93%;}
}
@keyframes move{
	0%{left: 0%;opacity: 1;}
	95%{left: 93%;opacity: 0.5;}
	100%{opacity: 0;left: 93%;}
}
.Header .slider {width: 100%;z-index: 0;}
.Header .slider li{}

.Searchico{ cursor:pointer; color:#fff;line-height:34px;display: none;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:20px;margin-right: 4px;}
.searchbox{width:289px;padding:0 48px 0 28px;background:rgba(255,255,255,0.4);transition: all 0.3s;z-index:1000;position: absolute;top: 5.5vw;right: 0;border:1px solid rgba(196,221,245,0.4);border-radius: 25px;}
.searchbox:hover{border:1px solid rgba(196,221,245,1);border-radius: 25px;}
.searchbox .input{height: 48px;line-height:48px;width: 100%;}
.searchbox .input::-webkit-input-placeholder{color:#999999;}
.searchbox button{position: absolute;right: 0;top: 0;background-image: linear-gradient(to right, #07439a , #0f58b7);height: 48px;width: 48px;color:#fff;border-radius: 50%;}
.searchbox button:hover{background-image: linear-gradient(to left, #07439a , #0f58b7);}
.searchbox button i{font-weight: bold;font-size: 27px;}

.MainNav{border-bottom: 1px solid #1356aa;height: 68px;position: absolute;z-index: 100;left: 0;bottom: 0;width: 100%;}
.MainNav:before{height: 68px;background: #1356aa;position: absolute;content: "";left: 0;width: calc(100% - 18vw);top: 0;z-index: -1;}
.MainNav ul{position: relative;height: 66px;}
.MainNav ul:before{content: "";position: absolute;right: 0;top: 0;background: url(../images/navpoint.png) right center no-repeat;width: 300px;height: 68px;}
.MainNav li{float: left; position:relative; z-index:100;width: 16.666%;}
.MainNav li:not(:last-child):after{position: absolute;right: 0;top: 50%;width: 1px;height: 28px;content: "";background:rgba(255,255,255,0.1);margin-top: -14px;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center;transition: all ease 0s;color:#fff;font-size: 20px;line-height: 66px;}
.MainNav span a:hover{background:url(../images/navbgon.png) center center no-repeat;background-size:contain;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#fff;background:url(../images/navbgon.png) center center no-repeat;background-size:contain;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:69px; left:0;width:100%;}
.NavPull.null{background:none; padding:0;}
.NavPull dd{ position:relative;background:#00479d;line-height: 60px;}
.NavPull dd:not(:last-child):before{width: 148px;left: 50%;transform: translateX(-50%);bottom: 0;content: "";position: absolute;height: 1px;background:rgba(255,255,255,0.05);}
.NavPull a{ color:#fff;display: block;}
.NavPull dd:hover{ background:url(../images/navbgon.jpg) center center;}

.closebtn{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; position:absolute; right:6px; top:35px; z-index:999;;display: none;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;}
.openbtn i{ display:block; height:2px; background:#1356aa; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 {width: 0;}


@media(max-width:1024px){
.Header .slider,	.Header .slider li{height: 100px;}
.Header{position: relative;left: 0;top: 0;width: 100%;z-index: 100;height: 100px;}
.Header .Logo{top: 30px;}
.Header .logoimg{height: 48px;max-width: none;}
.Header .topdate{display: none;}
.searchbox{width: 100%;position: absolute;left: 0;top: 100px;opacity: 0;z-index: -1;transition: all 0.3s;visibility: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);border-radius: 10px;line-height: 50px;background:#fff;}
.searchbox button i{font-size: 20px;}
.searchbox button{width: 50px;}
.searchbox.on{top: 88px;z-index: 100;visibility: visible;opacity: 1;}
.searchbox .input{height: 50px;}
.Header .inner{padding:10px 0 18px;}

.openbtn{display: block;}
.Searchico{display: block;position: absolute;right: 18px;top: 32px;color:#1356aa;}

.MainNav{position: fixed;right: 0;top: 88px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100; z-index: -100;left: auto;}
.MainNav ul{height: auto;}
.MainNav:before,.MainNav ul:before{display: none;}
.MainNav .w1400{margin:0px; z-index: 100;width: auto;}
.MainNav.on{right: 0;opacity: 1;z-index: 1000;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#1356aa;}
.MainNav li{width: auto;float: none;text-align: left;margin-right: 0;}
.MainNav span a{text-align: left;font-size: 16px;padding-left: 0;line-height: 40px;border-bottom: 1px solid #eee;margin:0 25px;color:#333;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 20px;top: 0;height: 40px;line-height: 40px;z-index: 5;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.MainNav li:not(:last-child):after,
.MainNav span a em:after{display: none;}
.NavPull{position: static;width: 100%;margin:0;text-align: left;}
.NavPull{padding:10px 0;}
.NavPull dd{background: transparent;line-height: 35px;}
.NavPull a{padding-left: 45px;font-size: 14px;color:#333;}
}
@media(max-width:580px){
	.Header .logoimg{height: 26px;}
	.Header .Logo {top: 24px;}
	.Searchico {right: 30px;top: 19px;}
	.Header .slider, .Header .slider li,.Header{height: 70px;}
	.openbtn{top: 22px;}
}

/*Bottom*/
.FriendLink{background:#f5f5f5;padding: 40px 0;}
.FriendLink .TitHead{border-bottom: 0;margin-bottom: 0;}
.FriendLink .TitHead li{cursor: pointer;}
.FriendLink .TitHead li span{font-size: 18px;font-weight: bold;}
.FriendLink .TitHead li i{content: "";display: inline-block;vertical-align: middle;width: 8px;height: 7px;margin-left: 10px;background: url(../images/ico/arr3.png);}
.FriendLink .TitHead li.on {color:#333;}
.FriendLink .TitHead li.on span:After{background: url(../images/navon.gif) right top no-repeat;}
.FriendLink .TitHead li.on i{background: url(../images/ico/arr4.png);}
.FriendLink .Con{background:#fff;font-size: 16px;padding:25px 30px;min-height: 98px;}
.FriendLink .Con li{display: inline-block;margin-right: 27px;}
.FriendLink .Con li:last-child{margin-right: 0;}
.FriendLink .Con li a{color:#666666;}
.FriendLink .Con li a:hover{color:#1356aa;}

.Footer{ position:relative;border-top: 3px solid #1356aa;padding:38px 0;color:#666666;font-size: 16px;background: #f5f5f5;}
.Footer a{color:#666666;}.Footer a:hover{color:#1356aa;}
.Footer .copyright{line-height: 32px;float: left;}
.Footer .copyright span{display: inline-block;margin-right:25px;}
.Footer .copyright .ga{display: inline-block;vertical-align: middle;margin-right: 13px;}
.Footer .ewm{float: right;padding-right: 100px;position: relative;}
.Footer .ewm img{width: 106px;height: 106px;background:#fff;padding:11px;}
.Footer .ewm span{position: absolute;right: 0;width: 81px;top: 50%;transform: translateY(-50%);}

.totop{position:fixed;right:0;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 60px;height:60px;line-height: 60px;color:#fff;z-index:210;background: #1356aa;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop:hover{background:#2476dc;}

@media(max-width:1024px){
	.Footer .copyright{float: none;}
	.Footer .ewm{float: none;width: 200px;margin:15px auto 0;}
}
@media(max-width:768px){
	.totop{width: 30px;height: 30px;line-height: 30px;}
	.Footer{font-size: 14px;padding:20px 0;}
	.Footer .copyright{line-height: 24px;}
}
/*Bottom*/


/*首页 s*/
.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}

.TopNews{background:#f7f7f7;margin-bottom: 50px;}
.TopNews .w1400{padding:50px 100px;}
.TopNews .title{line-height: 48px;position: relative;padding-left: 142px;margin-bottom: 26px;}
.TopNews .title aside{font-size: 28px;font-weight: bold;left: 13px;top: 0;width: 110px;text-align: center;border-radius: 0 15px 0 15px;background:#d0121c;color: #fff;position: absolute;}
.TopNews .title .name{font-size: 32px;font-family: 宋体;}
.TopNews .desc{color:#999999;}
.HomeFocus{width: 48.21%;float: left;margin-bottom: 50px;}
.HomeFocus .imgbox{padding-top: 405px;}
.HomeFocus .titbox{padding:36px 80px 37px 20px;background:#f7f7f7;position: relative;}
.HomeFocus .titbox .tit{font-weight: bold;}
.HomeFocus .titbox:After{position: absolute;right: 30px;top: 50%;width: 30px;height: 30px;border-radius: 50%;transform: translateY(-50%);background:url(../images/ico/arr1.png) center center no-repeat;content: "";border:2px solid #1356aa;transition: all 0.3s;}
.HomeFocus .item:hover .titbox:After{right: 15px;}
.HomeFocus .date{position: absolute;left: 0;bottom: 0;line-height: 50px;padding:0 16px;border-radius: 0 10px 0 0;background:#225eaa;color:#fff;z-index: 99;}
.HomeFocus .slick-dots  {right: 0;left: auto;width: 132px;bottom: 122px;}
.HomeFocus .slick-dots li {margin-right: 9px;}
.HomeFocus .slick-dots li button{background:#fff;}

.HomeNews{width: 48.21%;float: right;}

.TitHead{border-bottom: 1px solid #e3e3e3;position: relative;line-height: 49px;margin-bottom: 18px;font-size: 0;clear: both;}
.TitHead li,.TitHead p{text-align: center;font-size: 24px;text-align: center;color:#666666;cursor: pointer;display: inline-block;vertical-align: bottom;}
.TitHead ul{display: inline-block;vertical-align: bottom;}
.TitHead li span,.TitHead p span{display: block;position: relative;padding:0 32px;}
.TitHead li.on,.TitHead p.on{color: #fff;}
.TitHead li.on span:after,.TitHead p.on span:after{height: 49px;width: 100%;content: "";background:url(../images/pointtit.png) right top no-repeat;left:0;position: absolute;z-index: -1;}
.TitHead .more{position: absolute;right: 0;top: 0;font-size: 16px;color:#999999;}
.TitHead .more:hover{color:#1356aa;}
.TitHead .nav li{font-size: 18px;margin-left: 23px;}
.TitHead .nav li span{padding: 0;position: static;}
.TitHead .nav li span:After{display: none !important;}
.TitHead .nav li.on{color:#1356aa;border-bottom: 1px solid #1356aa;}
.TabSlide .TitHead .more{display: none;}
.TabSlide .TitHead li.on .more{display: block;}

.ListWz .li{height: 40px;line-height: 40px;position: relative;padding:0 65px 0 16px;}
.ListWz .li:before{position: absolute;left: 0;width: 5px;height: 5px;top: 50%;transform: translateY(-50%);border:1px solid #aeaeae;content: "";border-radius: 50%;transition: all 0.3s;}
.ListWz .li .date{position: absolute;right: 0;top: 0;color:#999999;font-size:14px;}
.ListWz .li:hover:before{background:#1356aa;border:1px solid #1356aa;left: 5px;}
.ListWz .top{padding:13px 0 0 117px;margin-bottom: 12px;height: 120px;position: relative;border-bottom: 1px solid #e3e3e3;}
.ListWz .top .date{position: absolute;left: 0;top: 13px;width: 93px;text-align: center;padding-right: 15px;border-right: 1px solid #e4e4e4;color:rgba(19,86,170,0.5)}
.ListWz .top .date span{display: block;line-height: 52px;font-size: 46px;font-weight: bold;color:#1356aa;}
.ListWz .top .tit{margin-bottom: 6px;line-height: 27px;font-size: 20px;color:#1356aa;font-weight: bold;}
.ListWz .top .desc{font-size: 16px;line-height: 24px;color:#999999;}
.ListWz .top a:hover .tit{color:#1356aa;}

.ListWz .top2{padding: 24px 0 0 190px;height: 162px;border-bottom: 1px solid #eeeeee;position: relative;margin-bottom: 19px;}
.ListWz .top2 .imgbox{position: absolute;left: 0;top: 11px;width: 170px;height: 120px;}
.ListWz .top2 .tit{margin-bottom: 8px;font-size: 20px;font-weight: normal;color:#1356aa;}
.ListWz .top2 .desc{color:#999999;font-size: 16px;line-height: 24px;}

.HomeZt{clear: both;background:#e9eff7;padding:29px 29px 29px 148px;height: 200px;position: relative;margin-bottom: 50px;}
.HomeZt .title{position: absolute;left: 29px;top: 29px;color:#fff;text-align: center;background:#1356aa;border-radius: 0 10px 0 10px;padding:0 6px;width: 90px;height: 141px;}
.HomeZt .title h2{font-size: 24px;line-height: 28px;padding:23px 0 19px 0;border-bottom: 2px solid rgba(255,255,255,0.5);}
.HomeZt .title h2 span{display: inline-block;vertical-align: top;width: 32px;}
.HomeZt .title .more{line-height: 20px;margin-top: 9px;font-size: 16px;color:rgba(255,255,255,0.5);}
.HomeZt .title .more:after{display: inline-block;vertical-align: middle;margin-left: 10px;width: 23px;height: 12px;background:url(../images/ico/arr2.png);content: "";transition: all 0.3s;}
.HomeZt .title:hover .more{color:#fff;}
.HomeZt .title:hover .more:After{margin-left: 15px;}
.HomeZt .slider{padding:0 64px;}
.HomeZt .slick-list{margin:0 -18px;}
.HomeZt .item{padding:0 18px;} 
.HomeZt .item img{display: block;width: 100%;border-radius: 5px;} 

.TabSlide{position: relative;}
.HomeCol{width: 48.28%;min-height: 266px;padding-bottom: 39px;}
.HomeCol:nth-child(2n+2){clear: both;}
.HomeNav{clear: both;padding-bottom: 40px;}
.HomeNav .TitHead{margin-bottom: 40px;}
.HomeNav .scroll{height: 101px;overflow: hidden;font-size: 0;}
.HomeNav .scroll li{padding: 0 15px;display: inline-block;}
.HomeNav .scroll li img{border-radius: 5px;width: 256px;height: 101px;}

@media(max-width:1024px){
	.TopNews .w1400{padding:50px;}
	.HomeFocus{width: auto;float: none;margin-bottom: 25px;}
	.HomeFocus .imgbox{padding-top: 64%;}
	.HomeNews{width: auto;float: none;margin-bottom: 25px;}
	.HomeZt{padding:0px 0 20px 0;height: auto;}
	.HomeZt .title{position: relative;width: auto;height: auto;padding:0;margin-bottom: 15px;top: auto;left: auto;display: block;text-align: left;}
	.HomeZt .title h2{padding:10px 0;border-bottom: 0;}
	.HomeZt .title .more{position:absolute;right: 10px;top: 0;}
	.HomeZt .title h2 span{width: auto;}
	.HomeFocus .slick-dots{right:auto;left: 50%;margin-left: -66px;;bottom: 60px;}
	.HomeZt .slider{padding: 0 30px}
	.ListWz .imgbox img{object-fit: contain;}
	.MainNav li:hover span a, .MainNav li.onnav span a{background: none}
}
@media(max-width:767px){
	.TopNews {margin-bottom: 20px;}
	.TopNews .w1400{padding:15px 0;}
	.TopNews .title aside{font-size: 16px;width: 65px;line-height: 30px;}
	.TopNews .title{line-height: 30px;padding-left: 85px;margin-bottom: 10px;}
	.TopNews .title .name{font-size: 16px;}
	.HomeFocus .titbox{padding:12px  65px 12px 15px;}

	.TitHead{line-height: 34px;overflow: hidden;}
	.TitHead li.on span:after, .TitHead p.on span:after{height: 34px;}
	.TitHead li, .TitHead p{font-size: 16px;}
	.TitHead li span, .TitHead p span{padding:0 18px 0 10px;}
	.TitHead .more{font-size: 14px;}
	.TitHead .nav li{font-size: 15px;}

	.ListWz .top{padding: 0 0 0 80px;height: 107px;}
	.ListWz .top .date{top: 0;width: 70px;padding-right: 0;font-size: 14px;}
	.ListWz .top .tit{font-size: 16px;}
	.ListWz .top .desc{font-size: 15px;}
	.ListWz .top .date span{font-size: 30px;}
	.ListWz .li{height: 30px;line-height: 30px;}
	.ListWz .top2 {height: 150px;margin-bottom: 12px;}
	.ListWz .top2 .tit{font-size: 16px;}
	.ListWz .top2 .desc{font-size: 15px;}

	.HomeZt .title h2{font-size: 18px;padding:5px 10px;}
	.HomeZt .slick-list{margin:0 -5px;}
	.HomeZt .item{padding:0 5px;}

	.HomeCol{width: auto !important;float: none !important;padding-bottom: 20px;min-height: 100px;}

	.HomeNav{padding-bottom: 20px;}
	.HomeNav .TitHead{margin-bottom: 20px;}
	.HomeNav .scroll li{padding:0 10px;}
	.HomeNav .scroll li img{width: 200px;height: 79px;}

	.FriendLink .TitHead li span{font-size: 16px;}
	.FriendLink .Con{font-size: 15px;padding:20px;min-height: auto;}
}
@media(max-width:580px){
	.ListWz .top2 {padding:0 0 0 165px;height: 105px;}
	.ListWz .top2 .imgbox{width: 150px;height: 90px;top: 0;}
	.HomeFocus .titbox:After{width: 25px;height: 25px;right: 10px !important;}
	.FriendLink{padding:20px 0;}
}
/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{height: auto !important;height: 480px;min-height: 480px;position: relative;padding:50px 0;}
.SubMenu{width: 21%;float: left;padding-bottom: 60px;}
.SubMenu ul{border: 1px solid #e3e3e3;border-top: 0;padding:9px 20px 66px;}
.SubMenu li{position: relative;border-bottom: 1px solid #e3e3e3;}
.SubMenu li a{ display:block; color:#333333;position: relative;z-index: 1;padding:14px 31px 15px 31px;}
.SubMenu li i{position: absolute;right: 0;top: 50%;transform: translateY(-50%);color:#d21c26;opacity: 0;transition: all 0.3s;}
.SubMenu li:after{content: "";position:absolute;left: 50%;top: 26px;width: 8px;transition: all 0.3s;height: 8px;border:1px solid #adadad;left: 12px;border-radius: 50%;}
.SubMenu li a:hover,.SubMenu li.onli a{ color:#1356aa;}
.SubMenu li:hover:after,.SubMenu li.onli:after{left: 8px;border:2px solid #d0121c;}
.SubMenu li:hover i,.SubMenu li.onli i{right: 10px;opacity: 1;}
.ColName{padding:41px 87px 0 45px;font-size: 24px;color:#fff;background:#1356aa url(../images/colbg.gif) right top no-repeat;position: relative;font-size: 28px;font-weight: normal;height: 130px;}
.ColName .en{display: block;text-transform: uppercase;margin-top: 2px;font-size: 14px;opacity: 0.4;}
.ColName .iconfont{display: none; font-size:20px; position:absolute; width:100%; height:100%; text-align:right; right:45px; top:30%;transition: all ease 0.3s;}

.RightCon{width:calc(100% - 21%);float: right;padding: 0 0 60px 2.8%;}

.Position{line-height: 53px;border-bottom: 1px solid #e5ecf5;}
.Position h2{float: left;font-size: 22px;font-weight: normal;color:#1356aa;}
.Place{float: right;color:#999999;background:url(../images/ico_home.png) 0px center no-repeat;padding-left: 28px;font-size: 16px;}
.Place a{color:#666666;position: relative;}.Place a:hover{color:#1356aa;}
.Place a:after{display: inline-block;vertical-align: middle;width: 28px;height: 20px;background:url(../images/ico/arr5.png) center center no-repeat;content: "";}
.Place span{color:#999999;}

.SinglePage{ color:#555555; word-wrap:break-word;word-break:normal;text-align:justify;font-size: 16px;padding:0 44px 0;}
.SinglePage.NewsInfo img{width: auto;height: auto;width: 800px;display: inline-block;}
.SinglePage.NewsInfo *{font-size: 20px ;line-height: 2 ;font-family: 微软雅黑;}
.SinglePage.NewsInfo p{text-indent: 2em;margin-bottom: 10px !important;}
.SinglePage.NewsInfo div{text-indent: 2em;margin-bottom: 10px !important;}
.SinglePage.NewsInfo div p{text-indent: 0 !important;margin-bottom: 0 !important;}
.SinglePage.NewsInfo div br{display: contents;}
.SinglePage.NewsInfo .imgb{margin:10px auto !important;text-indent: 0em;}
.SinglePage.NewsInfo video{width: 800px !important;display: block;margin: 0px auto;height: auto !important;object-fit: cover;}

@media(max-width:1024px){
	.ColName{padding:10px 30px 10px 20px;height: auto;background-position: right -11px center;}
	.ColName .iconfont{display: block;}
	.SubMenu{width: auto;float: none;padding-bottom: 20px;}
	.SubMenu ul{padding-bottom: 0;}
	.SubMenu ul li:last-child{border-bottom: 0;}
	.RightCon{width: auto;float: none;padding-left:0;}
	.SinglePage.NewsInfo video{width: 100% !important;}

}
@media(max-width:767px){
	.ColName{font-size: 18px;}
	.ColName .en{font-size: 12px;line-height: 15px;}
	.SubMenu li a{padding-top: 5px;padding-bottom: 5px;}
	.SubMenu li:after {top: 13px;}

	.Position {line-height: 28px;padding-bottom: 10px;margin-bottom: 20px;}
	.Position h2{float: none;font-size: 18px;display: none;}
	.Position .Place{font-size: 14px;}

	.RightCon{padding-bottom: 20px;}

	.SubPage{padding:30px 0;}

	.SinglePage.NewsInfo img{width: 100% !important;}
	.SinglePage.NewsInfo *{font-size: 16px !important;}
}
/*栏目页公用样式 end*/

.TitleInfo{text-align: center;padding: 54px 0 28px;background:url(../images/linebg.gif) 0px bottom repeat-x;margin-bottom: 49px;}
.TitleInfo h1{font-weight: normal;line-height: 40px;margin-bottom: 29px;font-size: 32px;font-weight: normal;color:#1356aa;}
.TitleInfo .other{color:#666666;font-size: 16px;}
.TitleInfo .other li{display: inline-block;padding:0 28px;}
.TitleInfo .other li span{color:#999999;}
.bshare-custom{display: inline-block;vertical-align: middle;position: relative;}
.bshare-custom .button{position: absolute;left: 0;top: 0;width: 32px;overflow: hidden;height: 32px;opacity: 0;}
.bshare-custom .button iframe{width: 32px;overflow: hidden;height: 32px;}
.bshare-custom.icon-medium a{padding-left: 0;width: 32px;height: 32px !important;border-radius: 50%;margin-right: 8px;}
.bshare-custom.icon-medium .bshare-sinaminiblog{background:url(../images/ico/sina.gif) !important;}
.bshare-custom.icon-medium .bshare-weixin{background:url(../images/ico/wx.gif) !important;position: relative;z-index: 10;}
.bshare-custom.icon-medium .bshare-qzone{background:url(../images/ico/qq.gif) !important;position: relative;z-index: 10;}

.PrevNextInfo{padding: 38px 0 30px 0;margin-top: 40px;border-top: 1px solid #e7e7e7;position: relative;font-size: 16px;}
.PrevNextInfo dl dt{position: absolute;left: 0;top: 0;color:#1356aa;}
.PrevNextInfo dl{line-height: 40px;height:40px;position: relative;padding-left: 77px;}
.PrevNextInfo dl a{color:#1356aa;}
.PrevNextInfo dl a.none{opacity:0.7;color: #999;}
.PrevNextInfo dl a.none:hover{color:#999;}
.PrevNextInfo dl a:hover{color:#ed0000;}
.PrevNextInfo .back{position: absolute;right: 0;top: 58px;text-align: center;color:#666666;padding:0 33px;line-height: 38px;border:1px solid #e7e7e7;border-radius: 20px;z-index: 10;}
.PrevNextInfo .back i{transform: rotate(-180deg);margin-right: 5px;}
.PrevNextInfo .back:hover{background-color:#ed0000;color:#fff;}

.LinkBox{background:#f5f5f5;padding:30px;}
.LinkBox .slick-list{margin:0 -10px;}
.LinkBox .item{padding:0 10px;}
.LinkBox .item .imgbox{height: 100px;}
.LinkBox .item img{border-radius: 8px;width: 100%;}
.LinkBox .slick-prev{left: -16px;}
.LinkBox .slick-next{right: -16px;}
@media(max-width:767px){
	.TitleInfo{margin-bottom: 20px;padding-top: 0;}
	.TitleInfo h1{font-size: 20px;line-height: 30px;margin-bottom: 12px;}
	.TitleInfo .other{font-size: 14px;}

	.SinglePage{font-size: 15px;padding:0;}

	.LinkBox{padding:20px;}
	.LinkBox .item .imgbox {height: 43px;}
	.LinkBox .slick-list{margin:0 -5px;}
	.LinkBox .item{padding:0 5px;}

	.PrevNextInfo{margin-top: 50px;padding-top: 20px;font-size: 15px;}
	.PrevNextInfo .back{top: -35px;padding:0 10px;font-size: 14px;line-height: 28px;}
	.PrevNextInfo .back i{margin-right: 0;}
	.PrevNextInfo dl{line-height: 35px;height: 35px;padding-left: 68px;}
}


/* 新闻 */
.NewsList{padding:24px 0 17px 0;}
.NewsList .item a{display:block;padding:10px 66px 0 138px;margin-bottom: 30px;height: 108px;position: relative;border-bottom: 1px solid #e3e3e3;}
.NewsList .item .date{position: absolute;left: 0;top: 10px;width: 103px;text-align: center;border-right: 1px solid #e4e4e4;color:rgba(19,86,170,0.5);}
.NewsList .item .date span{display: block;line-height: 52px;font-size: 46px;font-weight: bold;color:#1356aa;}
.NewsList .item .tit{margin-bottom: 7px;line-height: 27px;font-size: 20px;font-weight: bold;color:#1356aa;}
.NewsList .item .desc{font-size: 16px;line-height: 24px;color:#999999;}
.NewsList .item .iconyjt{position: absolute;right: 0;top: 33%;color:#d0121c;transition: all 0.3s;opacity: 0;}
.NewsList .item a:hover .iconyjt{right: 30px;opacity: 1;}
.NewsList .item a:hover .tit{color:#d0121c;}
.NewsList .item a:hover .date{color:#d0121c;}

.NewsList3{padding:24px 0 17px 0;}
.NewsList3 .item a{display:block;padding:15px 66px 15px 10px;margin-bottom: 15px;/*height: 108px;*/position: relative;border-bottom: 1px solid #e3e3e3;}
.NewsList3 .item .tit{margin-bottom: 7px;line-height: 30px;font-size: 20px;font-weight: bold;}
.NewsList3 .item .tit.tc{line-height: 40px;font-size: 24px;text-align: center;display: none;}
.NewsList3 .item .desc{font-size: 16px;line-height: 24px;color:#999999;}
.NewsList3 .item .iconyjt{position: absolute;right: 0;top: 33%;color:#d0121c;transition: all 0.3s;opacity: 0;}
.NewsList3 .item a:hover .iconyjt{right: 30px;opacity: 1;}
.NewsList3 .item a:hover .tit{color:#d0121c;}
.NewsList3 .item a:hover .date{color:#d0121c;}
.NewsList3 .item .desc .clear{border-bottom: 1px dashed #ddd;}

.StyleList{padding: 26px 0 5px;}
.StyleList .item{margin-bottom: 32px;border-bottom: 1px solid #e3e3e3;height: 196px;position: relative;padding-left: 294px;}
.StyleList .imgbox{position: absolute;left: 12px;top: 0;width: 239px;height: 168px;}
.StyleList .tit{line-height: 42px;font-size: 20px;font-weight: bold;}
.StyleList .desc{line-height: 24px;height: 48px;color:#999999;font-size: 16px;margin-bottom: 40px;}
.StyleList .date{color:#999999;font-size: 16px;}
.StyleList .date i{margin-left: 8px;transition: all 0.3s;}
.StyleList a:hover .tit{color:#d0121c;}
.StyleList a:hover .date i{color:#d0121c;margin-left: 20px;}

.NewsFocus{margin: 35px 0 50px;position: relative;}
.NewsFocus .slider{background:#f7f7f7;}
.NewsFocus .item{background:#f7f7f7;}
.NewsFocus .item .imgbox{width: 35%;padding-top: 280px;}
.NewsFocus .item .info{padding:25px 64px 0;vertical-align: top;transition: all 0.6s;font-size: 16px;}
.NewsFocus .item .date{color:#666;}
.NewsFocus .item .ti{margin:19px 0 15px;font-size: 20px;}
.NewsFocus .item .desc{color:#666666;line-height: 24px;margin-bottom: 25px;}
.NewsFocus .item .more{color:#666666;}
.NewsFocus .item .more i{transition: all 0.3s;}
.NewsFocus .item:hover .more i{color:#d0121c;margin-left: 10px;}
.NewsFocus .item .line{height: 0.89rem;border-bottom: 1px solid #e6e6e6;}
.NewsFocus .slick-dots{left: auto;right: 64px;text-align: right;bottom: 65px;}

.NewsList2{margin: 0 -40px 35px -40px;}
.NewsList2 .item{width: 33.333%;float: left;padding:0 40px;margin-bottom:3.3%;position: relative;font-size: 16px;}
.NewsList2 .item:After{position: absolute;right: 0;top: 0;height: calc(100% - 0.09rem);width: 1px;content: "";background:#e1e1e1;}
.NewsList2 .imgbox{padding-top: 72%;}
.NewsList2 .ti{font-size: 20px;margin:25px 0 12px;}
.NewsList2 .desc{line-height: 24px;height: 48px;color:#666666;font-size: 16px;}
.NewsList2 .date{margin-top: 20px;padding-top: 15px;color:#666;border-top: 1px solid #e3e3e3;position: relative;}
.NewsList2 .date .more{position: absolute;right: 0;top: 15px;color:#999999;}
.NewsList2 .date .more i{transition: all 0.3s;}
.NewsList2 .item:hover .date .more i{color:#d0121c;margin-left: 10px;}
.NewsList2 .item:nth-child(3n+3):After{display: none;}

@media(max-width:640px){
	.NewsList{padding:0 0 15px 0;}
	.NewsList .item a{padding:0 0 0 80px;height: 96px;margin-bottom: 15px;}
	.NewsList .item .date{width: 70px;font-size: 14px;top: 4px;}
	.NewsList .item .date span{font-size: 30px;}
	.NewsList .item .tit{font-size: 16px;}
	.NewsList .item .desc{font-size: 15px;}

	.StyleList{padding-top: 0;}
	.StyleList .item{padding: 0 0 10px 0;height: auto;margin-bottom: 15px;}
	.StyleList .imgbox{position: relative;left: auto;top: auto;width: 100%;padding-top: 64%;}
	.StyleList .tit{font-size: 16px;line-height: 30px;margin-top: 8px;}
	.StyleList .desc{font-size: 15px;margin-bottom: 12px;}
	.StyleList .date{font-size: 14px;}

	.NewsFocus{margin:0 0 20px;}
	.NewsFocus .item .desc{margin-bottom: 10px;}
	.NewsFocus .item .imgbox{display: block;width: auto;padding-top: 64%;}
	.NewsFocus .item .info{display: block;padding:20px;font-size: 14px;}
	.NewsFocus .slick-arrow{display: none !important;}
	.NewsFocus .item .ti{font-size: 15px;margin:5px 0;}
	.NewsFocus .item .line{display: none;}
	.NewsFocus .slick-dots{bottom: 22px;right: 12px;}

	.NewsList2{margin:0 -15px 20px;}
	.NewsList2 .item {width: 50%;padding:0 15px;font-size: 14px;}
	.NewsList2 .item:nth-child(2n+2):After {display: none;}
	.NewsList2 .item:nth-child(2n+3):After {display: block;}
	.NewsList2 .ti{font-size: 15px;min-height: 48px;line-height: 24px;margin:10px 0 8px;}
	.NewsList2 .date{padding-top: 8px;margin-top: 8px;}
	.NewsList2 .date .more{top: 8px;}
	.NewsList2 .desc{font-size: 14px;}
}

/*20230725*/
.SubMenu .DJ-nav{padding:20px 0 30px 0;background: #f5f5f5}
.SubMenu .DJ-nav ul {padding: 0;border: none}
.SubMenu .DJ-nav ul li{padding:0 30px;line-height: 50px;position: relative;border: none}
.SubMenu .DJ-nav ul li a{padding: 0}
.SubMenu .DJ-nav ul li::before{content:'';display: block;width:3px;height:0;background:#cc1c25;position: absolute;top:0;left:0;transition: all .5s;}
.SubMenu .DJ-nav ul li:hover::before{height:100%;}
.SubMenu .DJ-nav ul li:hover{background:url(../images/jt.png) #fff no-repeat center right 30px;}
.SubMenu .DJ-nav ul li.onli::before{height:100%;}
.SubMenu .DJ-nav ul li.onli{background:url(../images/jt.png) #fff no-repeat center right 30px;}
.SubMenu .DJ-nav ul li:hover:after, .SubMenu .DJ-nav ul li.onli:after,.SubMenu .DJ-nav ul li:after{display: none}
.SubMenu .DJ-nav ul li.onli a,.SubMenu .DJ-nav ul li:hover a{color: #cc1c25}

/* 20230807 */
.SubTit{background: url(../images/linebg2.gif) 0px bottom repeat-x;padding-bottom: 5px;line-height: 63px;font-size: 24px;color:#1356aa;margin-bottom: 33px;text-indent: 0 !important;}
.wyhList{font-size:18px;}
.wyhList .item1{margin-bottom: 26px;text-align: left;}
.wyhList .item1 dt{color: #1356aa;position: relative;padding-left: 17px;display: inline-block;vertical-align: middle;}
.wyhList .item1 dt:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 5px;height: 5px;border-radius: 50%;background: #d1d1d1;}
.wyhList .item1 dd{display: inline-block;margin-right: 60px;}
.wyhList .item1 dd:last-child{margin-right:0;}

.wyhList .item2{display: inline-block;vertical-align: top;width: 100%;}
.wyhList .item2 dd{width: 27%;float: left;margin-bottom: 12px;}
.wyhList dd span{display: inline-block;text-align:justify;text-align-last:justify;width: 56px;}
.wyhList .item2 dd:nth-child(4n+4){width: 18%;float: right;}

.wyhList .item3{margin-bottom: 26px;text-align: left;clear: both;}
.wyhList .item3 dt{color: #1356aa;position: relative;padding-left: 17px;font-weight: bold;clear: both;text-indent: 0;}
.wyhList .item3 dt:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 5px;height: 5px;border-radius: 50%;background: #d1d1d1;}
.wyhList .item3 dd{width: 25%;float: left;}
.wyhList .item3 dd:last-child{margin-right:0;}

@media(max-width:767px){
	.wyhList .item3 dd{width: 50%;}
}
@media(max-width:640px){
	.wyhList .item1{margin-bottom: 10px;}
	.wyhList{font-size: 15px;}
	.wyhList .item1 dd{margin-right: 20px;}
	.wyhList .item2 dd{width: 50% !important;float: left !important;}
	.wyhList .item2 dd span{width: 48px;}

	.wyhList .item3 dd{width: auto;min-width: 50%;}
}

.threeNav{margin:20px 0;}
.threeNav ul::after{content:"";display: block;clear: both;}
.threeNav ul{margin-left:-20px;}
.threeNav ul li{line-height: 38px;margin-left:20px;float:left;margin-bottom:10px;}
.threeNav ul li a{display: block;padding:0 15px;background: #eee;font-size: 16px;}
.threeNav ul li.on a{background: #1356aa;color:#fff;}
.threeNav ul li:hover a{background: #1356aa;color:#fff;}

@media(max-width:640px){
	.threeNav ul{margin-left:-3%;}
	.threeNav ul li{line-height: 30px;margin-left:3%;width:30.33%;text-align: center;}
	.threeNav ul li a{font-size: 14px;padding:0 10px;}
}

.wyhList .item1,
.wyhList .item2{
    display:flex;
    flex-wrap:wrap;
}
.wyhList .item1 li,
.wyhList .item2 li{
    width:20%;
}
@media(max-width:760px){
    .wyhList .item1 li,
    .wyhList .item2 li{
        width:25%;
    }
}
@media(max-width:640px){
    .wyhList .item1 li,
    .wyhList .item2 li{
        width:50%;
    }
}