/* 第一块 */
/*小轮播*/
.second-slide{position:relative;float: left; width:623px; height:400px; overflow:hidden; position:relative;border: 1px solid #ddd;}
.second-slide .hd{ height:35px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.second-slide .hd ul{ overflow:hidden; zoom:1; float:left;  }
.second-slide .hd ul li{ float:left; margin-right:7px;  width:14px; height:14px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius:50%;}
.second-slide .hd ul li.on{ background:#57b4f7; color:#fff; }
.second-slide .bd{ position:relative; height:100%; z-index:0;   }
.second-slide .bd li{ zoom:1; vertical-align:middle;width:100%; height:400px; }
.second-slide .bd img{    width: 100%;
    height: 100%;
	width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;
    background: url(../ysdwimages/shsno-index.jpg) no-repeat;
    background-size: 100% 100%;
	display:block;}
	
.second-slide .bd li p{position:absolute;left:0;bottom:10px;line-height: 50px;height:50px;width:623px;white-space: nowrap;overflow: hidden;padding-left: 20px}
.second-slide .bd li p i{position:absolute;left:0;top:0;display: block;width:623px;height: 50px;background: #000;opacity: .3}
.second-slide .bd li p a, .second-slide .bd li p a:visited{position: relative;color: #fff;font-size: 16px;line-height: 30px;text-align: center;}
.bottomimg{display:block;width:100%;height:50px;}

/* tab栏 */
.tab-title {
    display: flex;
    background-color: rgba(20, 93, 140, 1);
    height: 60px;
    line-height: 60px;
}

.tab-title dd {
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.tab-title .active-tab {
    background-color: rgba(92, 179, 58, 1);
}
.tab-title dd:hover {
    background-color: rgba(92, 179, 58, 1);
}
.tab-content dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
	padding-top: 7px;
	font-size:16px;
}
.tab-content .dot {
    display: block;
    width: 5px;
    height: 5px;
    background-color: rgb(66, 138, 189);
    /* line-height: 12px; */
}
.tab-content .text {
    width: 500px;
    margin-left: 15px;
    font-size: 14px;
}
.tab-content a:hover {
    color: #428ac3;
    cursor: pointer;
}
.tab-content .date {
    font-size: 12px;
    color: #c1c1c1;
}
/* 第一块结束 */

/* 第二块 */
.b2 {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.b2>div {
    width: 30%;
    height: 100%;
    padding: 15px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    /* background-color: red; */
}
.box-title .icon {
    width: 6px;
    height: 18px;
    margin-right: 5px;
    background-color: rgb(66, 138, 189);
}
.box-title .text {
    font-size: 18px;
    color: #145d8c;
	font-weight:bold;
}
.box-title .more {
    font-size: 14px;
    color: #707070;
}
.box-title .more:hover {
    color: #428ac3;
}


.box-title2 .icon {
    width: 6px;
    height: 18px;
    margin-right: 5px;
	margin-top:20px;
	margin-bottom:-10px;
    background-color: rgb(66, 138, 189);
}
.box-title2 .text {
    font-size: 18px;
	font-weight:bold;
    color: #145d8c;
		margin-top:20px;
		margin-bottom:-10px;
}
.box-title2 .more {
    font-size: 14px;
    color: #707070;
		margin-top:20px;
		margin-bottom:-10px;
}
.box-title2 .more:hover {
    color: #428ac3;
}




.box-content {
    margin-top: 20px;
	font-size:16px;
}
.content-text dd {
    padding: 10px 0 8px 12px;
	font-size: 16px;
}
.content-text .text {
    width: 250px;
	font-size: 14px;
}
.content-text .date {
    font-size: 14px;
    color: #999;
}
/* 第二块结束 */

/* 第三块 */
.b3 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 60px;
    background-color: #f5f5f5;
}
.b3>div {
    width: 30%;
    height: 100%;
    overflow: hidden;
}
.line-b3 {
    width: 1px;
    height: 180px;
    background-color: #ccc;
}
/* 第三块结束 */

/* 第四块 */
.b4 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
}
.b4>div {
    width: 30%;
    height: 100%;
    overflow: hidden;
}
/* 第四块结束 */

/* 第五块 */
.b5 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
}
.b5>div {
    height: 100%;
    overflow: hidden;
}
.b5 .left-b5 {
    width: 65%;
}
.b5 .right-b5 {
    width: 30%;
}
.b5 .left-b5 .box-content img {
    width: 370px;
    height: 110px;
}
.b5 .right-b5 .box-content img {
    width: 221px;
    height: 110px;
}
/* 第五块结束 */

/* 第六块 */
.b6 {
    position: relative;
    padding: 20px 70px;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
}
.b6 img {
       width: 213px;
    height: 160px;
}
.b6 h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.b6 .prev {
    position: absolute;
    top: 50%;
    transform: translate(30%, -50%) rotate(180deg);
    left: 0;
    width: 45px;
    height: 45px;
    background: url('../ysdwimages/shsarrow.svg') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.b6 .next {
    position: absolute;
    top: 50%;
    transform: translate(-30%, -50%);
    right: 0;
    width: 45px;
    height: 45px;
    background: url('../ysdwimages/shsarrow.svg') no-repeat;
    background-size: contain;
    cursor: pointer;
}
/* 第六块结束 */
