@charset "utf-8";

article,
aside,
audio,
body,
canvas,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
label,
legend,
li,
mark,
menu,
nav,
ol,
p,
section,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

article,
aside,
blockquote,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

img {
    border: 0 none;
    vertical-align: top
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em,
i,
strong {
    font-style: normal;
    font-weight: 400
}

ins {
    text-decoration: underline
}

del {
    text-decoration: line-through
}

mark {
    background: 0 0
}

input::-ms-clear {
    display: none !important
}

html {
    scroll-behavior: smooth;
}

body {
    font: 14px/1.8 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
    background: #fff;
    scroll-behavior: smooth;
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #217bb0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

a:hover {
    text-decoration: none;
    color: #3144a3
}

a,
input,
button {
    outline: none;
}


/* header */
.header {
    min-width: 1200px;
    background: url(../img/header_bg.jpg) no-repeat center/cover;
}

.header-logo {
    padding: 45px 0;
    display: block;

}

.header-logo img {
    width: auto;
    height: 60px;
}

.mobile-logo {
    display: none;
    max-width: 100%;
    height: auto;
}

.header-link {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.header-link a {
    display: inline-block;
    padding: 3px 10px 3px 22px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ededed;
    border-radius: 5px;
    background: url(../img/icon_home.png) no-repeat center left
}

.header-link a:hover {
    color: #fff;
}

.search-box {
    position: relative;
    margin-top: 8px;
}

.search-input {
    width: 240px;
    height: 35px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    /* background: rgba(255, 255, 255, .6); */
    border: 0;
    border-radius: 5px;
}

.search-input::-webkit-input-placeholder {
    color: #c5a0a0
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    background: #a9bdd3 url(../img/icon_search.png) no-repeat center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.search-button:hover {
    background: #f1f1f1 url(../img/icon_search.png) no-repeat center;
}


/* header nav */
.header-nav {
    position: relative;
    z-index: 2;
    min-width: 1200px;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(38, 87, 144, .35);
}

.site-nav {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.site-nav>ul {
    width: 100%
}

.site-nav>ul>li {
    position: relative;
    float: left;

    text-align: center;

}

.site-nav>ul>li>a {
    display: block;
    font-size: 16px;
    padding: 14px 14px;
    color: #333
}

.site-nav>ul>li:hover>a {
    background: #5179a6;
    color: #fff;
}

.sub-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(47, 88, 143, .8);
    transform: translateY(10px);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}

.site-nav>ul>li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-nav li a {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    color: #fff
}

.sub-nav li:hover a {
    background: #2f588f;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    border: none;
}

.dropdown-menu {
    border: none;
    width: 100%;
    min-width: 115px;
    left: 0;
    padding: 0;
    text-align: center
}

.dropdown-menu>li>a {
    padding: 5px 10px;
    font-size: 12px;
    background: rgba(38, 87, 144, .8);
    color: #fff;
    white-space: unset;
    line-height: 1.5;
}

.dropdown-menu>li>a:hover {
    background: rgba(255, 255, 255, .8);
    color: #2c8cc6
}

.navbar-collapse {
    padding: 0
}

/* footer */
.footer {
    min-width: 1200px;
    padding: 30px 0 0;
    background: #265790 url(../img/footer_bg.jpg) no-repeat center/cover
}

.footer-item {
    margin: 30px 0 40px
}

.footer-info {
    color: rgba(255, 255, 255, .6);
    padding-left: 100px;
    position: relative;


}

.footer-info::before {
    content: "";
    position: absolute;
    background: url(../img/erweima.png) no-repeat;
    width: 70px;
    height: 71px;
    left: 0px;


}


.as {
    margin-top: 11px;
}

.social-media li {
    float: left;
    position: relative;
    margin: 0px 30px 10px 0;
    cursor: pointer;
}

.social-media .popup-content {
    position: absolute;
    top: -70px;
    left: -60px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.social-media li:hover .popup-content {
    top: -110px;
    opacity: 1;
    visibility: visible;
}

.footer-link-button {
    margin: 10px 0 10px 20px;
    padding: 3px 15px;
    border: none;
    border-bottom: 1px solid #93abc8;
    color: #fff;
    background: transparent
}

.footer-copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #154072;
}

.footer-copyright a {
    color: rgba(255, 255, 255, .5);
}

.footer-copyright img {
    vertical-align: middle;
}



/* Homepage */
.block-item {
    position: relative;
    margin-top: 30px;
}

.home-slider {
    background: #f1f1f1
}

.home-slider .wrapper {
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.banner-carousel {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background: #ccc
}

.banner-carousel .swiper-slide {
    position: relative;
    display: block;
}

.banner-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 9px !important;
    background: transparent;
    opacity: .6;
    border: 2px solid #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.content {
    background: #fff url(../img/content_bg.png) no-repeat center/cover;
}

.news-carousel {
    width: 100%;
    height: 260px;
    background: #f1f1f1;
}

.news-carousel .swiper-slide {
    position: relative;
    display: block;
}

.news-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
}

.news-carousel .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    background: rgba(38, 87, 144, .7);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.news-carousel:hover .swiper-slide p {
    background: rgba(0, 0, 0, .6)
}

.news-pagination {
    width: auto !important;
    left: auto !important;
    right: 10px;
    bottom: 5px !important
}

.news-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px !important;
    background: transparent;
    opacity: .6;
    border: 2px solid #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.news-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.block-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #6789b1;
    font-family: SourceHanSansCN;
}

.block-title .more {
    float: right;
    width: 16px;
    height: 24px;
    margin-top: 20px;
    line-height: 1;
    background: url(../img/icon_more.png);
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.block-title .more:hover {
    opacity: .5;
}

.block-list {
    padding: 10px 10px;
    font-size: 14px;
    background: #fff;
    height: 260px;
}

.block-list li {
    padding: 3px 0;
    overflow: hidden;
    zoom: 1;
}

.block-list li:last-child {
    border-bottom: none;
}

.block-list li a {
    float: right;
    width: 85%;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

/* .block-list li span {
    float: right;
    width: 25%;
    margin-top: 2px;
    font-size: 12px;
    text-align: left;
    color: #265790;
} */

.block-list li:hover a {
    color: #2f588f;
}

.ls {
    width: 100% !important;

}

.block-list.point li {
    background: url(../img/icon_list.png) no-repeat center left
}

.block-list.point li a {
    float: left;
    width: 87%;
    padding-left: 18px
}

.block-list.point li span {
    float: left;
    width: 12%;
    text-align: right;
    color: rgb(38 87 144 / 80%);
    font-size: 12px
}

.block-list.column-list {
    min-height: 300px;
    height: auto;
}

.block-img {
    float: left;
    width: 50%;
    text-align: center;
}

.assa {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgb(38 87 144 / 80%);
    line-height: 30px;
}

.block-img-button {
    display: block;
    width: 168px;
    height: 154px;
    margin: 8px auto;
    background: no-repeat center/cover;
    border-radius: 10px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.block-img-button.i1 {
    background-image: url(../img/one1.png);
}

.block-img-button.i2 {
    background-image: url(../img/one2.png);
}

.block-img-button.i3 {
    background-image: url(../img/one3.png);
}

.block-img-button.i4 {
    background-image: url(../img/one4.png);
}

.block-img-button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.block-tab-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #6789b1;
    font-family: SourceHanSansCN;
}

.block-tab-title>li>a {
    padding: 0 10px;
    color: #666;
    font-size: 16px;
    line-height: 60px;
    border-radius: 0;
    border: none;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.block-tab-title>li.active>a,
.block-tab-title>li.active>a:focus,
.block-tab-title>li.active>a:hover {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background-color: transparent
}

.block-tab-title .open>a,
.block-tab-title .open>a:focus,
.block-tab-title .open>a:hover,
.block-tab-title>li>a:focus,
.block-tab-title>li>a:hover {
    background: transparent;
    color: #216491
}

.tab-more {
    position: absolute;
    top: 0px;
    right: 20px;
    display: block;
    width: 16px;
    height: 24px;
    margin-top: 20px;
    line-height: 1;
    background: url(../img/icon_more.png);
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.tab-more:hover {
    opacity: .5;
}

.quick-link {
    margin: 15px 0;
    background: #f1f1f1
}

.quick-link .wrapper {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: url(../img/Quick\ Navigation.png) no-repeat center/cover
}

.link-icon {
    padding: 30px 0 20px;
    text-align: center;
    height: 216px;
}

.link-icon:hover {
    background: rgba(0, 0, 0, .1)
}

.link-icon img {
    width: 75px;
    height: 75px
}

.link-icon p {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
}

.photo-carousel-title {
    width: 100%;
    height: auto;
}

.photo-carousel {
    width: 100%;
    height: auto
}

.photo-carousel .swiper-slide {
    width: 25%;
    margin: 30px 0;
}

.photo-item {
    margin: 0 10px
}

.photo-item img {
    width: 100%;
    height: 202px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.photo-item:hover img {
    box-shadow: 0 0 10px rgba(38, 87, 144, .1);
}

.photo-item p {
    text-align: center;
    font-size: 16px;
    color: #333;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all
}

.photo-item:hover p {
    width: 100%;
    color: #216491;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photo-prev {
    top: 42%;
    left: -50px;
    width: 50px;
    height: 115px;
    background: url(../img/arrow_left.png) no-repeat center/cover
}

.photo-next {
    top: 42%;
    right: -50px;
    width: 50px;
    height: 115px;
    background: url(../img/arrow_right.png) no-repeat center/cover
}

.photo-prev:hover,
.photo-next:hover {
    opacity: .8;
}

.honor-wall {
    background: #fff
}

/* Column */
.column-pic {
    position: relative;
    min-width: 1200px;
    width: 100%;
    height: 380px;
    margin: 0 auto;
    background: #f1f1f1 url(../img/list.png) no-repeat center/cover;
}

.column-pic .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

#column {
    position: relative;
    background: url(../img/content_bg.png) no-repeat center/cover;
}

#column .container {
    margin-top: -100px;
}

.column-title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 11px 0
}

.column-position {
    float: right;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #3c7bac
}

.column-position a {
    color: #636363
}

.column-position a:hover {
    color: #3c7bac
}

.column {
    padding: 10px 30px;
    margin-bottom: 50px;
    background: #fff;
    min-height: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.column-position i {
    margin-right: 8px
}

.column-banner {
    width: 100%;
    height: 150px;
    background-size: cover !important;
    box-shadow: 0 10px 30px rgba(109, 71, 169, .2)
}

.wp_listalbumn {
    margin-top: 20px
}

.main-column-name {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #265791;
    text-align: center
}

.col-list {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.col-list>ul {
    position: relative;
    padding: 0
}

.col-list li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px dashed #e6e6e6;
    background: #fafafa url(../img/icon_right.png) no-repeat 95% center
}

.col-list li:hover {
    background: #fafafa url(../img/icon_right_blue.png) no-repeat 95% center
}

.col-list li.selected {
    background: #f1f1f1 url(../img/icon_right_grey.png) no-repeat 95% center;
}

.col-list li.selected a {
    color: #265791;
    font-weight: bold
}

.col-list ul li a {
    color: #636363;
    display: block;
    padding: 8px 20px
}

.col-list ul li ul {
    position: relative;
    padding: 0
}

.col-list ul li ul li {
    font-size: 14px;
    background: #ccc;
    color: #181818;
    border: none
}

.col-list ul li ul li a {
    color: #181818;
    display: block;
    padding: 5px 20px
}

.col-list ul li ul li span {
    position: relative;
    top: 3px;
    font-size: 12px;
    float: right
}

.col-list ul li ul li:hover a+span {
    color: #4863d2
}

.col-breadcrumbs {
    float: right;
    margin-top: 30px;
    margin-right: 10px
}

.breadcrumb {
    color: #fff;
    text-align: center;
    background: #3c7bac;
    border-radius: 0
}

.breadcrumb a {
    color: #fff
}

.breadcrumb a:hover {
    color: #636363
}


.wp_paging {
    float: none !important;
    display: inline-block !important;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.wp_paging .pages_count,
.wp_paging .page_nav {
    float: none !important;
    display: block !important;
    text-align: center;
    margin-top: 0;
}

.page_jump {
    display: none !important
}


.page_nav .prev span {
    display: none !important
}

.page_nav .prev::before {
    content: "上一页"
}

.page_nav .next span {
    display: none !important
}

.page_nav .next::before {
    content: "下一页"
}

.wp_paging li {
    height: auto !important;
}

.wp_paging li a {
    height: auto;
    background: #fafafa;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s
}

.wp_paging li a:hover {
    background: #f0f0f0;
    box-shadow: 2px 2px 10px rgba(66, 133, 88, .2);
    color: #636363
}

.wp_paging li span,
.wp_paging li a {
    float: none !important;
}

.img-list-item {
    margin: 20px 0;
}

.img-list-item img {
    width: 100%;
    height: 186px;
}

.img-list-item p {
    background: #2c8cc6;
    color: #fff;
    text-align: center
}

/* Content */
#content {
    padding: 40px 0;
    background: url(../img/content_bg.png) no-repeat center/cover;
}

.post-content {
    max-width: 1080px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.post-breadcrumbs {
    padding: 5px 20px;
    font-size: 12px;
    color: #333;
    background: #f1f1f1;
}

.post-breadcrumbs a {
    color: #265791;
}

.post-title {
    padding: 20px 0 0px;
    font-size: 24px;
    text-align: center;
    color: #154072
}

.post-attr {
    margin: 0 20px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    color: #636363;
    border-bottom: 2px solid #265791;
}

.post-attr span {
    margin: 0 5px;
}

.read-content {
    max-width: 800px;
    min-height: 500px;
    margin: 0 auto 50px;
    padding: 30px 0
}

.read-content img {
    margin: 10px 0;
    max-width: 100% !important;
    height: auto
}

.wp_column_article {
    margin-top: 15px
}

.container {
    width: 1200px;
}

@media screen and (max-width:1250px) {
    .photo-prev {
        left: 0;
    }

    .photo-next {
        right: 0;
    }
}

.as {
    padding-left: 32px;
    box-sizing: border-box;
    background: url(../img/weixin.png) no-repeat left;



}


.col-xs-8 {
    width: 66.666667% !important;
}

.col-xs-offset-4 {
    margin-left: 22.333333% !important;
}

.col-xs-2 {
    width: 10.666667% !important;
    margin-right: 14px !important;
}


.wp-search {
    position: relative;
    /* border: 1px solid #d0d0d0; */
}

.wp-search form {
    display: block;
    background: rgba(255, 255, 255, .6);
    border: 0;
    border-radius: 5px;
}

.wp-search .search-input {
    margin-left: 10px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;

    padding: 4px 0;
    line-height: 22px;
    background: none;
    color: #FFFFFF;
    font-size: 16px;
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: 38px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 38px;
    height: 38px;
    border: 0;
    outline: 0;
    background: url(../img/icon_search.png) no-repeat center;
    cursor: pointer;
}



.tt {
    position: relative;
    height: 61px;
    border-bottom:1px solid #6789b1;
}

.tt .title {
    height: 40px;
    display: inline-block;
}

.title .bt1 {
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #333;
}

.title .list_tt {
    /* height: 30px;
    margin-left: 55px; */
    display: inline-block;
    margin-top: 17px;
    line-height: 22px;
}

.list_tt li {
    cursor: pointer;
    float: left;
    
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    font-size: 16px;

    border-radius: 0;
    border: none;
}

.list_tt li:last-child {
    margin-right: 0px;
}

.list_tt li.selected {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    padding: 0 10px;
}

.tt .more_btn {
    height: 40px;
    width: 48px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: right;
    margin-top: 8px;    
}

/* .tt .more_btn:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dce7ef;
} */

.tt .more_btn .more_text {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #036eb7;
    display: none;
  
}

.tt .more_btn .more_text:first-child {
    display: block;
}

.post-bt {
    margin-top: 10px;
}
.more_btn {
    float: right;

}
.post-11 .news_list li {
    /* margin-top: 50px; */
    width: 100%;
    margin-right: 7.4%;
    box-sizing: border-box;
    padding: 3px 0px;
}

.post-11 .news_list li:nth-child(3n) {
    margin-right: 0;
}

.post-11 .news_list li:first-child,
.post-11 .news_list li:nth-child(2),
.post-11 .news_list li:nth-child(3) {
    margin-top: 0;
}

.post-11 .news_list li a {
    display: block;
    /* height: 60px; */
    padding-left: 18px;
    position: relative;
}


.post-11 .news_list li a::before {
    position: absolute;
    content: "";
    background: url(../img/icon_list.png) no-repeat center left;
    width: 8px;
    height: 8px;
    left: 0px;
    top: 10px;
}


.post-11 .news_list li .news_title {
    line-height: 30px;
    white-space: nowrap;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
width: 80%;
}

.post-11 .news_list li .news_time {
    position: absolute;
    right: 0;
    top: 0;

    color: #333;
    font-size: 16px;

    width: 12%;
   
    text-align: right;
    color: rgb(38 87 144 / 80%);
    font-size: 12px;
    line-height: 29px;
}

.post-11 .news_list li a:hover .news_title {
    color: #036eb7;
}


.sub-nav1 {
    /* opacity: 0; */
    /* visibility: hidden; */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(47, 88, 143, .8);
    transform: translateY(10px);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}
