/* 第一块 */
.b1 {
    padding-left: 20px;
}
.b1,
.b1 a {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 0 5px;
    color: #9e9e9e;
}
.b1 p span{color:#57b4f7;}
/* 第一块结束 */

/* 第二块 */
.b2 {
    display: flex;
    margin-top: 20px;
}
.left-b2 {
    width: 185px;
    margin-right: 25px;
}
.left-b2 dd.active {
    background-color: #237fcc;
    color: #fff!important;
}
.left-b2 dd.active a {
    color: #fff;
}
.left-b2 dd {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
}
.left-b2 dd:hover {
    background-color: #237fcc;
}
.left-b2 dd:hover a {
    color: #fff;
}
.left-b2 dd a {
    display: block;
    width: 100%;
    height: 100%;
    color: #888888;
    font-size:17px;
	font-weight:bold;
}
.right-b2 {
    width:1060px;
}
.right-b2 .hd {
    position: relative;
    padding: 0 0 5px 20px;
    border-bottom: 1px solid #eee;
    color: #237fcc;
	font-size: 18px;

}
.right-b2 .hd::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 6px;
    height: 100%;
    background-color: #F07530;
}
.right-b2 .bd dd {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}

.right-b2 .bd dd:hover h2,
.right-b2 .bd dd:hover p,
.right-b2 .bd dd:hover .d,
.right-b2 .bd dd:hover .y-m {
    color: #237fcc!important;
}
.right-b2 .bd dd a>div:first-child div {
    width: 610px;
    height: 160px;
    padding-right: 30px;
    border-right: 1px #e3e0e0 solid;;
    
}
.right-b2 .bd dd a>div:first-child div h2 {
 
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}
.right-b2 .bd dd a>div:first-child div p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}
.right-b2 .bd dd img {
    width: 250px;
    height: 160px;
    margin-right: 30px;
}
.right-b2 .bd dd .r-text {
    text-align: center;
	width:140px;
}
.right-b2 .bd dd .date {
    color: #3f3f3f;
    font-family: Arial;
    font-weight: bold;
}
.right-b2 .bd dd .d {
    font-size: 50px;
    line-height: 52px;
    text-align: center;
}
.right-b2 .bd dd .y-m {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}
.right-b2 .bd dd .read-fqc {
    color: #999;
    width: 100px;
    font-size: 14px;
    margin-top: 10px;
}
/* 第二块结束 */