.content-body {
    width: 1200px;
    height: auto;
    margin: 10px auto;
    background: #fff;
    display: block;
}
.zzjg-xrld-div {
    display: flex;
    flex-direction: column;
}
.xrld-text-div {
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    color: #0B77CF;
    opacity: 1;
    border-bottom: 1px solid rgba(218, 218, 218, 0.5490196078431373);
}

.xrld-text-div span {
    border-bottom: 2px rgba(11, 119, 207, 0.39)solid;
}

.xrld-en-div {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    color: #D1D1D1;
    opacity: 1;
    text-align: center;
}

.xrld-item-div {
    /*display: flex;*/
    /*justify-content: space-around;*/
}

.xrld-item {
    margin: 10px auto;
    display: flex;
    width: 345px;
}

.xrld-item img {
    margin: auto;
    width: 70%;
    background: linear-gradient(180deg, #4996DC 0%, #FFFFFF 100%);
}

.xrld-item-name {
    text-align: center;
    height: 45px;
    width: 110px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    opacity: 1;
    background-color: #0B77D0;
    border-radius: 10px;
}

.xrld-item-zw {
    text-align: center;
    height: 45px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 42px;
    color: #000000;
    opacity: 1;
    margin-left:50px;
}

.zzjg-jj {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

.content-div {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.zzjg-jj .zzjg-jj-img img {
    height: 350px;
}

.zzjg-jj .zzjg-jj-content {
    margin-left: 35px;
}

.zzjg-jj-content p {
    font-size: 16px;
    line-height: 31px;
    text-indent: 2em;
    color: #666;
}

.xrld-bmfb-div {
    padding-bottom: 10px;
}


.xrld-bmfb-div ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-left: 0;
}

.xrld-bmfb-div li {
    position: relative;
}

.xrld-bmfb-div img {
    height: 299px;
    width: 100%;
}

.xrld-bmfb-div span {
    position: absolute;
    top: 2%;
    left: 30%;
    text-align: center;
    display: block;
    width: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0A7BAE;
    opacity: 1;
}

.article-detail {
    width: 1200px;
    height: auto;
    margin: 10px auto;
    display: block;
}

.article-detail .article-top-navigation {
    height: 70px;
    line-height: 70px;
    /*margin: 10px auto;*/
    background: #fff;
    color: #777;
    border-bottom: 1px solid #D8D8D8;
}

.article-detail .article-top-navigation img {
    float: left;
    margin: 23px 5px 0 20px;
}

.article-detail .article-top-navigation span {
    float: left;
    font-size: 20px;
}

.article-detail .article-content {
    display: flex;
}

.subnavlist{
    background:rgba(236, 247, 252, 0.39);
}

.subnavl {
    width: 15%;
    min-height: 460px;
    background:#ffffff;
    color: #666666;
    float: left;
    position: relative;
    /*box-shadow: 0px 0px 7px #ccc;*/
    padding: 0 10px 0 5px!important;
}

.subnavl ul {
    margin-top: 1rem;
}

.subnavl .subnavlist li {
    font-size: 20px;
    zoom: 1;
    list-style: none;
    cursor: pointer;
    /*background: url("../images/lb_b1_h.png") no-repeat 16px 16px;*/
    /*line-height: 73px;*/
    height: 73px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.subnavl ul .act0 {
    background: rgba(11, 119, 207, 0.39);
}

.subnavl .subnavlist li a.act, .subnavlist3 li a:hover, .subnavlist3 li a.act {
    color: #3582c4;
}

.subnavlist li a.act{
    color: #3582c4;
}

.subnavl .subnavlist li a {
    color: #666;
    text-decoration: none;
    border: none;
}


.subnavl .subnavlist li.act0 a {
    color: #fff;
}

.newscontain {
    float: left;
    background: #fff;
    min-height: 460px;
    height: auto;
    width: 86%;
    padding: 0px 20px 0 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*box-shadow: 0 0 7px #ccc;*/
    -moz-box-shadow: 0 0 7px #ccc;
    -ms-box-shadow: 0 0 7px #ccc;
    -o-box-shadow: 0 0 7px #ccc;
    /*-webkit-box-shadow: 0 0 7px #ccc;*/
}

.newscontain .article-tag-list {
    /*background: url("../images/news_icon_grap.png") no-repeat 2px 25px;*/
    list-style: none;
    /*padding-left: 25px;*/
    font-size: 16px;
    line-height: 74px;
    height: 74px;
    display: flex;
    justify-content: space-between;
    background: rgba(236, 247, 252, 0.39);
    margin:10px auto;
}

/* .newscontain .article-tag-list a {
    color: #000000 !important;
}

.newscontain .article-tag-list a:hover {
    color:red !important;
} */

.circleDivF{
    display: flex;
    align-items: center;
}

.circleDiv{
    width: 6px;
    height: 6px;
    background: rgba(24, 109, 194, 0.39);
    border-radius: 50%;
    opacity: 1;
    margin: 0 20px;
}

.newscontain .article-tag-list .article-time{
    margin-right: 10px;
    width: 110px;
}

.tab-box a {
    font-size: 18px;
    text-decoration: none !important;
}

.divpage .page {
    list-style: none;
    display: flex;
    margin: 15px auto;
    justify-content: center;
}


