/* .main {
    height: 3000px;
} */

/* 第一块 */
/* 头条开始 */
.break-news {
    margin: 25px 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: 20px;
    color: #2C83CA;
}
/* 头条结束 */
/* 第一块结束 */
.b1 {
    display: flex;
}
.b1 .left-swiper {
    position: relative;
    width: 50%;
}
.left-swiper img {
    width: 100%;
	height:423px;
}
.left-swiper p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    bottom: 0;
    background-color: #0066cc;
}
.left-swiper p span {
    display: inline-block;
    width: 90%;
    color: #fff;
    font-size: 15px;
}
.swiper-pagination {
    bottom: 45px!important;
    text-align: right!important;
}
.b1 .right-tab {
    width: 50%;
    height: 440px;
    padding: 0 12px 0 20px;
    background: url('../ysdwimages/hdspic2.png') no-repeat -6px -6px;
    background-size: 100% 100%;
    overflow: hidden;
}
.right-tab .hd {
    height: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #666;
    border-bottom: 1px solid #C8D1D5;
}
.right-tab .hd a.more {
    font-size: 16px;
    color: #1859b4;
}
.right-tab .hd dl dd {
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    padding: 0px 25px;
}
.right-tab .hd dl dd.on {
    position: relative;
    color: #1859b4;
}
.right-tab .hd dl dd.on::after {
   content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1859b4;
}
.right-tab .bd .content {
    margin-top: 20px;
    transition: 2s;
}
.right-tab .bd dd {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 18px;
    margin: 16px 0;
}
.right-tab .bd dd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: url('../ysdwimages/hdspic3.png') no-repeat;
    background-size: contain;
}
.right-tab .bd a {
    width: 560px;
    font-size: 16px;
}
.right-tab .bd a:hover {
    color: #1859b4;
}
/* 第二块 */
.b2,
.b3 {
    margin-top: 30px;
}
.b2>dl,
.b3>dl {
    display: flex;
}
.b2 dl dl,
.b3 dl dl {
    height: 278px;
    overflow: hidden;
}
.b2>dl>dd,
.b3>dl>dd {
    width: 22%;
    padding-bottom: 6px;
    border-bottom: 2px solid #e8effb;
}
.b2 dd dd,
.b3 dd dd {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 14px;
    margin: 15px 0;
}
.b2 dd dd a,
.b3 dd dd a {
    font-size: 16px;
}
.b2 dd dd a:hover,
.b3 dd dd a:hover {
    color: #1859b4;
}
.b2 .more,
.b3 .more {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1859b4;
    text-align: right;
}
.b2 dd dd::before,
.b3 dd dd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: url('../ysdwimages/hdspic3.png') no-repeat;
    background-size: contain;
}
.b2 dt,
.b3 dt {
    width: 100%;
    padding: 0 0 8px 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #1859b4;
    font-size: 24px;
    font-weight: bold;
    color: #1859b4;
    box-sizing: border-box;
}
.b2 a,
.b3 a {
    display: block;
    width: 280px;
}
/* 第二块结束 */


/*专题专栏*/
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd{ padding:10px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin-right:19px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li:last-child{ margin-right:0}
.picMarquee-left .bd ul li .ztzlpic{ text-align:center; }
.picMarquee-left .bd ul li .ztzlpic img{ width:400px; height:145px; display:block; padding:2px; }
.picMarquee-left .bd ul li .ztzlpic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .ztzltitle{ line-height:24px; }
