/* 新闻开始 */
.xinwenbg {
    width: 100%;
}
.xinwen {
    max-width: 1450px;
    margin: 0 auto;
}
.xinwen1 {
    background-color: #0172b7;
}
.xinwen1 ul {
    max-width: 1450px;
    margin: 0 auto;
}
.xinwen1 ul li {
    float: left;
    width: 140px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #348ec5;
}
.xinwen1 ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.xw1 {
    background-color: #004f7f !important;
}
.xinwen1 ul li a:hover {
    background-color: #004f7f;
}
.xinwen {
    margin-top: 40px;
}
.xinwen ul li {
    margin-bottom: 70px;
}
.xinwen-left {
    float: left;
    width: 104px;
}
.xinwen-left h2 {
    background-color: #ffffff;
    color: #0172b7;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #0172b7;
}
.xinwen-left h3 {
    background-color: #0172b7;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    line-height: 45px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #0172b7;
}
.xinwen-right {
    width: calc((100% - 140px)/1);
    float: left;
    padding-left: 40px;
}
.xinwen-right h2 a {
    padding-top: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}
.xinwen-right p {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}




@media only screen and (max-width: 980px) {

}
