/* .main {
    height: 3000px;
} */

/* 第一块 */
.break-news {
    margin: 30px 0;
    justify-content:center;
}
.break-news span {
    padding: 6px 20px;
    margin-right: 10px;
    background-color: #ec0203;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.break-news h2 {
    font-size: 28px;
    color: #2C83CA;
}
/* 第一块结束 */
/* 第一块结束 */

/* 第二块 */
.b2 {
    display: flex;
    height: 420px;
    padding: 20px;
    padding-bottom: 0;
    background-color: #f6f6f6;
    overflow: hidden;
}
.b2 .right-text {
    height: 365px;
    overflow: hidden;
}
.left-b2 {
   width: 67%;
    height: 100%;
    margin-right: 3%;
}

.content .hd {
    border-bottom: #237fcc 1px solid;
}
.content .title {
    width: 135px;
    height: 40px;
    line-height: 33px;
    background: url('../ysdwimages/whstitbg.png') no-repeat;
    background-size: 100% 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.content .more {
    font-size: 16px;
    color: #999999;
}
.content .more:hover {
    color: #237fcc;
}
.content .bd {
    display: flex;
    margin-top: 25px;
}
.content .bd .left-swiper {
    width: 824px;
    height: 400px;
    margin-right: 15px;
}
.content .bd .left-swiper a {
    position: relative;
    width: 100%;
    height: 100%;
}
.content .bd .left-swiper a div {
    padding-left: 5px;
}

.content .bd .left-swiper .imgpic {
    width: 450px;
    height:325px;
	float:left;
}
.content .bd .left-swiper img {
    width: 450px;
    height:325px;
}
.content .bd .left-swiper .imgcnt {
    width: 340px;
    height:325px;
	float:right;
	position:relative;
}
.content .bd .left-swiper .imgcnt .imgtit a{font-size: 23px;color:#237fcc;font-weight: bold;}
.content .bd .left-swiper .imgcnt .imgdate{line-height:45px;font-size:16px;}
.content .bd .left-swiper .imgcnt .imgmemo{font-size: 16px;line-height:30px;}
.content .bd .left-swiper .imgcnt .imgmore{    
    color: #57b4f7;
    line-height: 45px;
    font-size: 16px;
    position: absolute;
    top: 292px;
    left: 251px;}

.content .bd .right-text {
    width: 100%;
}
.content .bd .right-text dl dd {
    padding: 17px 0;
    border-bottom: 1px solid #eee;
}
.content .bd .right-text dl dd .d {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    color: #0f67b1;
}
.content .bd .right-text dl dd .y-m {
    font-size: 12px;
    color: #7d7d7d;
}
.content .bd .right-text dl dd .date {
    width: 65px;
    margin-right: 10px;
    text-align: center;
}
.content .bd .right-text dl dd .text {
    width:285px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.content .bd .right-text dl dd .text:hover{
	 color:#237fcc ;
}
.b4  .content .bd .right-text dl dd .text {
    width:190px;
}
.right-b2 {
    width: 29%;
    height: 100%;
}
.right-b2 .d {
    color: #666!important;
}
/* 第二块结束 */

/* 第三块 */
    .b3 {
        height: 380px;
        padding: 20px;
        margin-top: 30px;
        background: url('../ysdwimages/whspic2.jpg') center no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .b3 .hd {
        height: 90px;
        line-height: 90px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd;
        /* background-color: red; */
    }
    .b3 .hd dl {
        justify-content: space-around;
    }
    .b3 .hd dl dd {
        position: relative;
        width: 33.33333%;
        text-align: left;
    }
    .b3 .hd dl dd.on a {
        color: #0968b7;
    }
	.b3 .hd dl dd.on  {
		 background: url('../ysdwimages/whspic4.png') bottom center no-repeat;
    }

    .b3 .hd dl dd a {
        font-size: 27px;
        color: #1F1F1F;
    }
    .b3 .bd {
        height: 240px;
        overflow: hidden;
    }
    .b3 .bd dl {
        display: flex;
        flex-wrap: wrap;
    }
    .b3 .bd dl dd {
        justify-content: space-between;
        width: 28%;
        padding: 20px;
        margin-right: 3%;
        margin-bottom: 25px;
        background-color: #fff;
    }
	
    .b3 .bd dl dd:nth-child(3n) {
        margin-right: 0;
    }
    .b3 .bd dl dd .date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        margin-right: 10px;
        border-right: #ccc 1px solid;
        width: 65px;
        font-size: 14px;
        color: #919191;
    }
    .b3 .bd dl dd .date .d {
        font-size: 30px;
        color: #666;
    }
    .b3 .bd dl dd .text {
        width: 265px;
        font-size: 16px;
        line-height: 27px;
    }
	.b3 .bd dl dd:hover {
        background-color: #237fcc;
    }
	.b3 .bd dl dd:hover .date {
        color: #fff;
    }
	.b3 .bd dl dd:hover .date .d {;
        color: #fff;
    }
	.b3 .bd dl dd:hover .text {
         color: #fff;
    }
/* 第三块结束 */

/* 第四块 */
    .b4 {
        display: flex;
        /* height: 341px; */
        padding: 20px 25px;
        margin-top: 30px;
        overflow: hidden;
        background-color: #f6f6f6;
    }
    .b4 .right-text {
        height: 212px;
        overflow: hidden;
    }
    .b4>div {
        width: 290px;
    }
    .b4 .content .bd {
        margin-top: 5px;
    }
    .b4 .right-b4 {
        margin-left: 20px;
    }
    .b4 .bd dl dd .date {
        padding-right: 5px;
        border-right: #ccc 1px solid;
    }
    .b4 .bd dl dd {
        /* width: 100%; */
        padding: 6px 12px!important;
        border: 0!important;
        background: #f9f9f9;
        margin: 7px auto;
        border-left: #9E9E9E 2px solid!important;
    }
    .b4 .bd dl dd .date .d {
        color: #666;
    }
    .b4 .bd dl dd .text {
        line-height: 24px;
    }
/* 第四块结束 */

/* 第五块 */
    .b5 {
        padding: 30px 40px 20px;
        background-color: #f6f6f6;
        overflow: hidden;
    }
    .b5 .hd {
        border-bottom: 0!important;
    }
    .b5 .bd img {
        width: 100%;
        height: 90%;
    }
    .b5 .bd p {
        color: #1F1F1F;
        font-size: 14px;
		text-align:center;
    }
/* 第五块结束 */
/*科技平台 */
.b6 {
    background: url('./whskjptbg.jpg') center top no-repeat;
    background-size: cover;
    overflow: hidden;
	margin-top:30px;
}
.b6 .content-1270 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
}
.b6 .hd {
    margin-bottom: 50px;
    font-size: 34px;
    color: #000000;
    text-align: center;
}
.b6 .bd {
    width: 1000px;
    margin: 0 auto;
}
.b6 .bd .prev {
    position: absolute;
    left: 1%;
    top: 50%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url('../ysdwimages/whspicprev.jpg') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.b6 .bd .next {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 1%;
    top: 50%;
    border-radius: 50%;
    background: url('../ysdwimages/whspicprev.jpg') no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    cursor: pointer;
}
.b6 .bd .swiper-slide a{
    display: block;
    width: 333px;
    height: 187px;
}
.b6 .bd h3 {
    width: 337px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
}
.b6 .bd h3:hover{
    color: #237fcc;
}
.b6 .bd .swiper-slide img {
    height: 187px;
	width: 323px;
    vertical-align: top;
}

/* 解决右边空白问题 */
.mySwiper3 .swiper-wrapper .swiper-slide:first-child {
    margin-right: 20px; 
}
.mySwiper3  .swiper-pagination {
    position: absolute;
    bottom: 29%!important;
    text-align: right!important;
}
.mySwiper3  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background-color: transparent;
    border: 2px solid #fff!important;
}
.mySwiper3  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff!important;
}
.mySwiper4 .swiper-wrapper .swiper-slide:first-child {
    margin-right: 8px; 
}
.mySwiper4  .swiper-pagination {
    position: absolute;
    bottom: 29%!important;
    text-align: right!important;
}
.mySwiper4  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background-color: transparent;
    border: 2px solid #fff!important;
}
.mySwiper4  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff!important;
}
/* 第三块结束 */
/* 专提专栏 */
.ztzlblock {
		position:relative;
		margin-top:30px;
		}
		.ztzlblock ul,.ztzlblock li,.ztzlmore{
		display:inline-block;
		}
		.ztzlblock li a{
		 display:block;
		 width:520px;
		 height:220px;
		 margin-right:30px;
		}
		.ztzlblock li img{
		    width:100%;
			height:100%
		}
		.ztzlmore{
		position:absolute;
        top: -8px;
        right: -24px;
		}
		.ztzlmore a{
			
		   display:block;
			width:200px;
			height:243px;
		}
		.ztzlmore  img{
		    width:100%;
			height:100%
		}
		
		        /*资质*/
.zzry li{
	float: left;
	width: 228px;
    height: 200px;
	margin-right:18px;
	text-align: center;
}
.zzry li img{
    width: 228px;
    height: 173px;
}
.zzry li:last-child{
	margin-right:0px;
}
.zzrydiv .title{
	    padding: 25px;
}
.zzrydiv .title h2{
	float:left;
}
.zzrydiv .title h2 a{
	display:block;
    width: 135px;
    height: 40px;
    line-height: 33px;
    background: url('../ysdwimages/whstitbg.png') no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.zzrydiv .title h2 .noactive{
    background:none;
    color: #237fcc;
}

.zzrydiv .more {
    font-size: 16px;
    color: #999999;
    line-height: 35px;
    float: right;
    display: none;
}
.zzrydiv .more:hover {
    color: #237fcc;
}


		
		