.content_box {
    background: #fff;
    padding: 40px
}

.content_l {
    float: left;
    width: 243px;
    
}
.content_l_title{
    background: #0a5092;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.content_l_sub_title{
    border: 1px solid #eee;
    border-top: none;
}
.content_l_sub_title p{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
}

.content_l_sub_title p a{
    color: #333
}

.content_l a{color: #fff;}

.content_r {
    float: right;
    width: 880px;
    
}
.content_r2{width: 100%;float: none;}

.content_r h2 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.content_r h2 span {
    font-size: 14px;
    font-weight: normal;
    float: right;
}
.content_r_box_list1 {min-height:500px;}
.content_r_box_list1 .news_list li {
    margin-bottom: 20px;
}

.content_r_box_list1 .news_list li .news_title {
    font-size: 18px;
}

.content_r_box_list1 .news_list li .news_title a {
    color: #333;
}

.content_r_box_list1 .news_list li .news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
    font-size: 16px
}

.content_r_box_list1 .list_img li {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.content_r_box_list1 .list_img li img {
    width: 202px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.content_r_box_list1 .news_title_t {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333;
    height: 75px;
}

.content_r_box_list1 .news_meta2 {
    font-size: 16px;
    color: #999;
}

.badge_gq {
    background: #1c6cb6;
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 10px;
}

.badge_gq2 {
    background: #f60;
}

.pages{text-align: center;margin-top:20px;}

.pages span.current {
    color: #fff;
    background: #1c6cb6;
    display: inline-block;
    line-height: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
    padding: 0 0.25rem;
    margin: 0 0.25rem 0.25rem 0.25rem;
    vertical-align: bottom;
    border-radius: 0.1rem;
    text-decoration: none;
}

#footer {
    background: #1c6cb6;
    background-size: cover;
    position: relative;
    margin-top: 20px
}

.footer .inner {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 1400px;
    margin: 0 auto;
}

#footer .inner .contant p {
    /* font-size: 0.16rem; */
    opacity: 1;
    font-weight: bold;
    line-height: 0.5rem;
    margin-top: 0.1rem;
}

#footer .inner .contant p span {
    margin: 0 40px;
    font-size: 16px;
}

.foot-center .sitelogo img {
    width: 3.06rem;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .857rem
}

#footer .inner.in1 {
    padding: .57rem 0 .32rem;
    position: relative
}

#footer .inner .mod {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    padding: 50px 0 30px;
}

#footer .inner .foot-left {
    flex: 1;
    display: flex
}

#footer .inner .foot-center {
    flex: 1;
    text-align: center;
}

#footer .inner .foot-center img {
    max-width: 100%
}

#footer .inner .foot-right {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

#footer .inner p {
    font-size: var(--smailSizex);
    line-height: 0.6rem;
    color: #fff;
}

#footer .inner p a {
    color: #fff;
    padding: 0 40px;
}

#footer .inner p span {
    margin: 0 5px
}

.foot-left .title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: .21rem;
    font-weight: 700;
    margin-bottom: .14rem
}

/**底部链接**/
.foot-left .tt {
    margin-bottom: .18rem
}

.foot-left .links {
    margin-right: 1.02rem
}

/**分享**/
.shares .news_list {
    display: flex;
    text-align: center;
    gap: .1rem
}

.shares .news_list .imgs {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 127%;
    left: 50%;
    margin-left: -.5rem;
    transform: translateY(-.4rem);
    opacity: 0;
    transition: all .4s ease-in-out
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%unset
}

.shares .news_list .news_icon {
    display: block;
    background-color: #ffffff2e;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-size: 53%
}

.shares .news_list .news {
    position: relative
}

.shares .news_list .n1 .news_icon {
    background-image: url(images/weixin.svg)
}

.shares .news_list .n2 .news_icon {
    background-image: url(images/weibo.svg)
}

.shares .news_list .news_icon:hover {
    opacity: 1
}

.shares .news_list .news:hover .imgs {
    opacity: 1;
    transform: none
}

.shares .news_list .news_title {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 0.24rem;
    margin-top: .1rem;
}

.footlogo img {
    width: 4.62rem
}

.foot-bottom {
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgb(255 255 255 / 50%)
}

.footer .copyright {
    margin: 60px 0 30px;
}

.foot-bottom p {
    font-size: var(--smailSizex);
    line-height: 2.4;
    color: #fff;
    position: relative
}


/**侧导航**/
nav.Quick-navigation {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-size: 19px;
    line-height: 70px;
    background: var(--mainColor);
    color: #fff;
    padding: 0 16px;
    border-radius: 20px
}

nav.Quick-navigation a {
    color: #fff;
    border-bottom: 1px solid #fff
}

nav.Quick-navigation a.current {
    color: #e1d4a4;
    border-bottom: 1px solid var(--hoverColor)
}

.Scroll-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1;
    background: #fff;
    bottom: 2%;
    border-radius: 50%;
    right: 1%;
    background: #1776be7a;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.inner .col_news_head {
    padding: 0 0.3rem;
}
.banner_inner{width: 100%;}
.nav .ub-container{display: flex;justify-content: space-between;}