.top .topMsg {
    font-size: 30px;
    color: #fff;
    position: relative;
}

.top .topMsg>img {
    width: 100%;
}

.top .topMsg>p {
    color: #000;
    position: absolute;
    top: 20%;
    left: 10%;
    font-weight: 700;
    font-size: 44px;
}

.top .topMsg>p img { width: 86px; margin-top: -10px; }

.greyline {
    width: 60%;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
    margin: 90px auto 10px;
}

.line-box {
    /* margin-left: 0;
    margin-right: 8.33333333%;
    margin-top: 100px; */
}

.news {
    margin-top: 80px;
}

.news .newsLeft {
    border: 1px solid #000;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 660px;
    /* 红圆点 */
}

.news .newsLeft .title{
    margin-top: 50px;
    max-width: 82%;
    font-size: 19px;
    font-weight: 600;
    font-family: '微软雅黑';
    color: #e81623;
}

.news .newsLeft p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    margin-right: 10px;
}

.news .newsLeft a {
    display: block;
    width: 175px;
    height: 50px;
    background-color: #527fa2;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 200px;
}

.news .newsRight {
    overflow: hidden;
    height: 660px;
    background: url('../images/150963886\ 拷贝.png') no-repeat;
    color: #fff;
    padding: 0 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.news .father{
	position: relative;
}
.news .mask{
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	opacity: 0.5;
	height: 680px;
	background-image: url(../images/mask.jpg);
}
.news .newsRight h3 {
    text-align: center;
    margin-top: 40%;
}

.news .newsRight p {
    font-size: 22px;
    margin-top: 15px;
}

.tableNews {
    padding-top: 30px;
    /* 导航样式*/
    /*新闻主体*/
}

.tableNews .line-box .line {
    position: absolute;
    left: 45px;
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}

.tableNews .news-tabs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 555px;
}

.tableNews .news-tabs>li {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsMsg .containerTop .figure img{
	width: 200px;
	height: 178px;
}
.newsMsg .containerTop .row>a{
	display: block;
}
.newsMsg .containerTop .row div:nth-child(2){
	margin-top: 5%;
}
.tableNews .news-tabs>li:last-child {
    margin-bottom: 0;
}

.tableNews .news-tabs>li.active>a {
    background: url('../images/tabactive.png');
    background-repeat: no-repeat;
    background-position: center;
}

.tableNews .news-tabs>li.active>span {
    color: #527fa2;
}

.tableNews .news-tabs>li>span {
    margin-left: 15px;
    font-size: 16px;
    color: gray;
}


/* .tableNews .news-tabs>li>a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
} */

.tableNews .news-tabs>li>a {
    background: url('../images/tabunactive.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
}

.tableNews .news-tabs>li>a:hover {
    background: url('../images/tabactive.png');
    background-repeat: no-repeat;
    background-position: center;
}


/* .tableNews .news-tabs>li.active>a,
.tableNews .news-tabs>li.active>a:hover,
.tableNews .news-tabs>li.active>a:focus {
    background-color: green;
    color: #fff;
} */

.tableNews .tab-content ul {
    margin-top: 20px;
}

.tableNews .tab-content ul li {
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .tableNews .news-tabs>li {
        margin-bottom: 0;
        width: 33.33%;
    }
    .tableNews .news-tabs>li a {
        margin: 0 auto;
    }
}

.newsMsg .newsMsgBox {
    height: 200px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .newsMsg .newsMsgBox {
        height: 200px;
        border-bottom: 1px solid #ccc;
        margin-top: 20px;
    }
    .newsMsg .newsMsgBox img {
        width: 100%;
    }
    .newsMsg .newsMsgBox h4 {
        font-size: 16px;
        margin-top: 0px;
    }
    .newsMsg .newsMsgBox p {
        font-size: 14px;
        color: #333;
    }
    .top .topMsg>p {
        font-size: 16px;
    }
    .news .newsRight h3 {
        text-align: center;
        margin-top: 12%;
    }
    .news .newsRight p {
        font-size: 18px;
        line-height: 30px;
    }
    .news .newsLeft {
        border: 1px solid #000;
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 20px;
    }
    .news .newsLeft a {
        margin-top: 30px;
        font-size: 14px; width: 120px; height: 40px; line-height: 40px;
    }
    .news { margin-top: 40px; }
    .news h2 { font-size: 20px; }
    .news .newsLeft .title { font-size: 14px; line-height: 25px; max-width: 100%; margin-top: 20px; }
    .news .newsRight { height: auto; padding: 30px 15px; }

    .news .newsRight h3 { font-size: 20px; line-height: 30px; margin-top: 0px; }
    .news .newsRight p { font-size: 14px; line-height: 25px; }


}

@media screen and (max-width: 1440px) {
    .greyline {
        width: 74%;
    }
}
@media (max-width:768px){
    .top .topMsg p img{
        width: 45px;
    }

    .tableNews { padding-top: 0px; }
    .greyline { width: 100%; margin: 20px 0px 20px; }
    .tableNews .news-tabs { flex-direction: row; height: auto; }
    .tableNews .news-tabs>li { flex-direction: column; flex: 1; }
    .tableNews .news-tabs>li>span { margin-left: 0px; margin-top: 5px; }
    .tableNews .container .fl { width: 100%; }
    .newsMsg .containerTop .figure img { height: auto;  width: 100%; }
    .newsMsg .containerTop .row div:nth-child(2) { margin-top: 0px; padding-bottom: 20px; }
    .newsMsg .newsMsgBox { height: auto; }
    .newsMsg .newsMsgBox .z_p { margin-bottom: 0px; }

    .newsMsg .newsMsgBox h4 { line-height: 24px; }



}