@charset "utf-8";
* {
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    list-style-type: none;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 12px;
    line-height: 1.231;
    -webkit-touch-callout: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
    position: relative;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border: none
}

img:not([src*="/"]) {
    display: none;
}

.clear {
    clear: both;
}

i, em, b {
    font-style: normal;
}

label {
    font-weight: normal
}

input, input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media only screen and (max-width: 1080px), only screen and (max-device-width: 1080px) {
    html, body {
        font-size: 33.75px;
    }
}

@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
    html, body {
        font-size: 30px;
    }
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    html, body {
        font-size: 25px;
    }

    /* @media only screen and (max-width: 750px), only screen and (max-device-width:750px) {
        html,body {
        font-size:23.4375px;
    }*/
}

@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
    html, body {
        font-size: 22.5px;
    }

}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    html, body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    html, body {
        font-size: 18.75px;
    }
}

@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    html, body {
        font-size: 16.875px;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    html, body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
    html, body {
        font-size: 12.9375px;
    }
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
    html, body {
        font-size: 12.5px;
    }
}

@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    html, body {
        font-size: 11.71875px;
    }
}

@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
    html, body {
        font-size: 11.25px;
    }
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
    html, body {
        font-size: 10px;
    }
}

@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
    html, body {
        font-size: 7.5px;
    }
}

.language {
    float: left;
    width: 16 rpx;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #0f5298;
    margin: 6px 0 0 30px;
}

.language a {
    display: inline-block;
    font-size: 5 rpx;
    width: 50%;
    text-align: center;
    color: #0f5298;
}

.language a.active {
    background-color: #0f5298;
    color: #ffffff;
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 100;
    height: 66px;
    padding: 1.1rem 1.28rem 0 1.28rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
}

.distance_t {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 66px;
}

.logo {
    float: left;
}

.logo img {
    width: 12.416rem;
}

.banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 66px;
}

.box_swipe {
    overflow: hidden;
    position: relative;
}

.box_swipe ul {
    list-style: none;
    width: 1280px;
    transition: 500ms;
    -webkit-transition: 500ms;
    -webkit-transform: translate3d(-640px, 0, 0);
}

.box_swipe ul li {
    width: 640px;
    display: table-cell;
    vertical-align: top;
}

.box_swipe > ol {
    margin-bottom: 0 !important
}

.box_swipe > ol {
    height: 20px;
    position: relative;
    z-index: 10;
    margin-top: -20px;
    text-align: center;
    padding-right: 5px; /*background-color:rgba(0,0,0,0.5);*/
}

.box_swipe > ol > li {
    display: inline-block;
    margin: 3px 2px;
    width: 0.68rem;
    height: 0.256rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    opacity: 0.6;
    -moz-opacity: 0.56;
    filter: alpha(opacity=56);
}

.box_swipe > ol > li.on {
    background-color: #ffffff;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.main-cont1 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 1.7rem 0;
}

.news_title {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 1.87rem 0;
}

.news_title dt {
    color: #0f5298;
    font-size: 2.56rem;
    font-weight: bold;
}

.news_title dd {
    color: #a5b5cf;
    font-size: 1.28rem;
    text-transform: Uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.5rem;
    font-weight: bold;
}

.news_cont_left {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news_cont_left dt {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 53vw;
}

.news_cont_left dt img {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.news_cont_left dd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/bg2.png) repeat-y 0 0;
    background-size: 100%;
    height: 4.096rem;
    line-height: 4.096rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 1.194rem;
    color: #ffffff;
    font-size: 1.124rem;
    text-align: center;
}

.news_cont_middle {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0.64rem 0;
}

.news_img2 {
    float: left;
    width: 49%;
    overflow: hidden;
    height: 26vw;
    position: relative;
    background-color: #f5f5f5;
}

.news_img2 img {
    width: 100%;
    height: 100%;
}

.news_img2 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 4.352rem;
    background: url(../images/bg.png) repeat 0 0;
    text-align: center;
}

.news_img2 span img {
    width: 3.4rem;
    height: 2.98rem;
}

.news_img3 {
    float: right;
    width: 49%;
    overflow: hidden;
    height: 11.52rem;
    position: relative;
}

.news_img3 img {
    width: 100%;
    height: 100%;
}

.news_img3 span {
    position: absolute;
    left: 0;
    bottom: 0.8rem;
    width: 100%;
    padding: 0.938rem;
    color: #ffffff;
    font-size: 1.3rem;
    height: 3.4em;
    line-height: 1.5em;
    overflow: hidden;
    background: url(../images/bg2.png) repeat-y 0 0;
    background-size: 100%;
}

.news_img1 {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 11.34rem;
}

.news_img1 img {
    width: 100%;
    height: 11.34rem;
}

.main-cont2-box {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/cont1.jpg) no-repeat center 0;
    background-size: 100% 100%;
    height: 24.4rem;
}

.route-title {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    margin: 7.5rem 0 2.77rem 0;
}

.route-title dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 2.56rem;
    font-weight: bold;
}

.route-title dd {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 1.28rem;
    margin-top: 1.28rem;
}

.route-list {
    float: left;
    width: 100%;
    display: inline;
}

.route-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    color: #ffffff;
}

.route-list li span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 2.048rem;
    font-weight: bold;
}

.route-list li p {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 1.024rem;
}

.footer {
    float: left;
    width: 100%;
    padding: 5.94rem 0 0 0;
    background-size: 29.44rem;
    background-color: #e8edf7;
    position: relative;
}

.copright {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 0.768rem;
    margin-top: 3.24rem;
    line-height: 2.56rem;
    border-top: 1px solid #d0d2e1;
}

.copright a {
	color: #b2b4cb;
}

.code_list {
    float: left;
    width: 100%;
    margin-top: 2.98rem;
}

.code_list li {
    float: left;
    display: block;
    width: 20%;
    text-align: center;
}

.code_list li img {
    width: 5.376rem;
    height: 5.376rem;
}

.code_list li span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #000000;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.link-list {
    float: left;
    width: 49%;
    display: inline;
    overflow: hidden;
    margin-top: 1.36rem;
    padding: 0 1.28rem;
}

.link-list li {
    float: left;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2.048rem;
    padding-right: 10px;
}

.link-list li a {
    color: #353535;
    font-size: 1.024rem;
}

.link-list li a:hover {
    color: #0f5298;
}

.select_box {
    position: relative;
    float: left;
    width: 45%;
    padding: 0.2rem 0.8rem 0.2rem 0;
    color: #353535;
    font-size: 1.36rem;
    border: 0;
    margin-left: 1.28rem;
    font-weight: bold;
    background-size: 0.68rem;
}

.icon-right {
    float: right;
    margin-top: 0.8rem;
}

.icon-right img {
    width: 1.792rem;
}

.sidebar {
    position: fixed;
    top: 56px;
    bottom: 0;
    width: 260px;
    background-color: #ffffff;
    z-index: 10;
}

#sidebar-main {
    top: 56px;
}

.sidebar.right {
    right: -260px;
}

.sidebar.left {
    left: -260px;
}

.sidebar a {
    text-decoration: none;
    display: block;
}

.sidebar .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 1.5em;
    overflow-y: auto;
    -webkit-box-sizig: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-lists {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-right: 1.194rem;
}

.menu-lists li {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 1.62rem 1.536rem;
    border-bottom: 1px solid #f2f5fb;
}

.menu-lists li a {
    color: #353535;
    font-size: 1.365rem;
}

.menu-lists li.navon a {
    color: #0f5298 !important;
    font-weight: bold !important;
}

.search-box {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0.938rem 1.28rem;
}

.search-text {
    float: left;
    width: 90%;
    height: 2.3rem;
    line-height: 2.3rem;
    font-size: 1.2rem;
    overflow: hidden;
    background-color: #f7f9fd;
    border: 0;
    border-radius: 0.4rem;
    padding: 0 1rem;
    color: #353535;
}

.search-btn {
    float: right;
    border: 0;
    background: none;
    margin-top: 0.6rem;
}

.search-btn img {
    width: 1.32rem;
}


.location {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
}

.nybanner {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 66px;
}

.nybanner img {
    width: 100%;
}

.accordion {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 2.8rem;
}

.accordion .link {
    float: left;
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 1.3rem 1.28rem;
    color: #000000;
    font-size: 1.365rem;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    height: 4.26rem;
    overflow: hidden;
}

.accordion .link img {
    float: left;
    width: 1.45rem;
    margin-right: 0.768rem;
}

.accordion .link span {
    float: left;
    padding-right: 2.048rem;
    background: url(../images/list04.png) no-repeat right center;
    background-size: 0.853rem;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #1257a4;
}

.accordion li.open .link span {
    background: url(../images/list03.png) no-repeat right center;
    background-size: 0.853rem;
}

/** * Submenu -----------------------------*/
.submenu {
    float: left;
    width: 100%;
    display: none;
    background: #f7f9fd;
    font-size: 14px;
    padding: 1.28rem;
    line-height: 2em;
    color: #616a78;
    font-size: 1.194rem;
    overflow: hidden;
}

.tzjy_title {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 2.38rem 0 1.536rem 0;
}

.tzjy_title dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #0f5298;
    font-size: 2.56rem;
    font-weight: bold;
}

.tzjy_title dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #a5b5cf;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.news_list {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 1.194rem;
}

.news_list li {
    float: left;
    display: block;
    width: 100%;
    padding: 1.28rem;
    overflow: hidden;
    border: 1px solid #f2f5fb;
    margin-bottom: 0.85rem;
}

.news_list_left {
    float: left;
    width: 4.48rem;
}

.news_list_left img {
    width: 4.48rem;
    height: 4.48rem;
}

.news_list_right {
    float: right;
    width: 79%;
    overflow: hidden;
}

.news_list_right h3 {
    float: left;
    width: 100%;
    color: #353535;
    font-size: 1.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list_right p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 1.024rem;
    margin-top: 0.7rem;
}

.main-cont3 {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/news_cont2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding-bottom: 2.3rem;
}

.white-font dt, .white-font dd {
    color: #ffffff !important;
}

.white-lsit {
    background-color: #ffffff;
    border: 0;
}

.main-cont4-top {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
}

.special-left {
    float: left;
    width: 56%;
    overflow: hidden;
    position: relative;
    height: 21.248rem;
}

.special-left dt img {
    width: 100%;
    height: 21.248rem;
}

.special-left dd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.special-left dd h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 1.024rem;
    line-height: 2em;
    background: url(../images/bg2.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 0.45rem 0.936rem;
}

.special-left dd span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5.376rem;
}

.special-left dd span img {
    width: 2.56rem;
    height: 2.56rem;
}

.special-right {
    float: right;
    width: 44%;
    overflow: hidden;
    border-left: 1px solid #ffffff;
    height: 21.248rem;
}

.special-list {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 10.624rem;
}

.special-list dt img {
    width: 100%;
    height: 10.624rem;
}

.special-list dd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.special-list dd h3 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 1.024rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.936rem 0.768rem;
    background: url(../images/bg2.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.special-list dd span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1.45rem;
}

.special-list dd span img {
    width: 2.56rem;
    height: 2.56rem;
}

.special-list:first-child {
    border-bottom: 1px solid #ffffff;
}

.special-right-bottom {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 11.69rem;
}

.special-right-bottom dt img {
    width: 100%;
    height: 11.69rem;
}

.special-right-bottom dd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.special-right-bottom dd h3 {
    float: left;
    width: 100%;
    height: 2.9rem;
    line-height: 2.9rem;
    color: #ffffff;
    font-size: 1.024rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.768rem;
    background: url(../images/bg2.png) no-repeat 0 0;
    background-size: 100% 2.9rem;
}

.special-right-bottom dd span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1.536rem;
}

.special-right-bottom dd span img {
    width: 2.56rem;
    height: 2.56rem;
}

.current_title {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/news_cont3.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 1.8em 0;
    margin-top: 66px;
}

.current_title dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 2.56rem;
}

.current_title dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.sidebar-list {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 1.28rem 0;
}

.sidebar-list li {
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
}

.sidebar-list li a {
    float: left;
    overflow: hidden;
    display: block;
    color: #b2b4cb;
    font-size: 1.28rem;
    padding: 0 1.28rem 0 1.28rem;
}

.sidebar-list li.navon2 a {
    color: #0f5298 !important;
    font-size: 1.28rem !important;
}

.sidebar-list li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1.024rem;
    overflow: hidden;
    background-color: #b2b4cb;
    margin-top: -0.5rem;
}

.news_list2 {
    float: left;
    width: 100%;
    overflow: hidden;
    display: inline;
    padding: 0.5rem 1.194rem 1rem 0;
}

.news_list2 li {
    float: left;
    width: 50%;
    overflow: hidden;
    display: block;
    padding-left: 1.194rem;
    margin-bottom: 1.536rem;
}

.news_list2 li img {
    width: 100%;
    height: 9.13rem;
}

.news_list2 li span {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 1.194rem;
    margin-top: 0.5rem;
}

.main-cont5 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 2rem 1.536rem 1.536rem 1.536rem;
}

.notice-title {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #353535;
    font-size: 1.365rem;
}

.notice-source {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ababab;
    font-size: 0.85rem;
    margin: 0.9rem 0;
}

.notice-source span {
    margin: 0 0.5rem;
}

.entry-img {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0.8rem;
}

.entry-img img {
    max-width: 100%;
}

.main-cont5-box {
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 2em;
    color: #353535;
    font-size: 1.194rem;
    margin-top: 1rem;
}

.main-cont6 {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/djyl_cont2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 9.64rem 1.28rem 1.2rem 1.28rem;
}

.djyl_slogan {
    float: left;
    overflow: hidden;
    width: 100%;
    background: url(../images/bg8.png) repeat 0 0;
    border-radius: 0.5rem;
    padding: 1rem 0.68rem;
    overflow: hidden;
}

.djyl_slogan dt {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 1.024rem;
    line-height: 1.5em;
}

.djyl_slogan dd {
    float: left;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 1.024rem;
    margin-top: 0.3rem;
}

.tb5_ {
    float: left;
    display: inline;
    width: 100%;
    margin: 1rem 0 1.5rem 0;
}

.tb5_ li {
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
    padding-bottom: 0.85rem;
    display: block;
    font-size: 1.194rem;
    color: #ffffff;
    position: relative;
}

.normaltab5 {
    color: #ffffff;
}

.hovertab5:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3.41rem;
    height: 0.17rem;
    overflow: hidden;
    background-color: #fcf9f9;
    margin-left: -1.705rem;
}

.dis5 {
    DISPLAY: block;
}

.undis5 {
    DISPLAY: none;
}

.main-cont7 {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/djyl_cont3.jpg) no-repeat 0 0;
    background-size: 100%;
    padding: 0 1.194rem 2.048rem 1.194rem;
    background-color: #9a0a0a;
}

.djyl_list {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    height: 7.68rem;
    margin-bottom: 0.85rem;
}

.djyl_list dt img {
    float: left;
    width: 8.53rem;
    overflow: hidden;
    height: 7.68rem;
}

.djyl_list dd {
    float: right;
    width: 68%;
    overflow: hidden;
    padding: 0.8rem 0.8rem 0.8rem 0;
}

.djyl_list dd h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 3.2em;
    line-height: 1.5em;
    color: #353535;
    font-size: 1.194rem;
}

.djyl_list dd p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 1.024rem;
}

.more {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 1rem;
}

.more a {
    display: inline-block;
    width: 5.97rem;
    height: 2.048rem;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 0.4rem;
    color: #ffffff;
    font-size: 1.024rem;
    border: 0.1rem solid #ffffff;
}

.sidebar-list2 {
    float: left;
    width: 100%;
    overflow: hidden;
    display: inline;
    padding: 1.024rem 0;
}

.sidebar-list2 li {
    float: left;
    display: block;
    width: 25%;
    overflow: hidden;
    text-align: center;
}

.sidebar-list2 li a {
    color: #535353;
    font-size: 1.28rem;
}

.sidebar-list2 li.navon2 a {
    color: #a31410 !important;
}

.main-cont8 {
    float: left;
    width: 94%;
    margin-left: 3%;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding: 1rem 0 2.9rem 0;
}

.news_list3 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0.9rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.news_list3 dt {
    float: left;
    overflow: hidden;
}

.news_list3 dt img {
    width: 9.38rem;
    height: 7.68rem;
}

.news_list3 dd {
    float: right;
    width: 65%;
    overflow: hidden;
}

.news_list3 dd h3 {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 1.194rem;
}

.news_list3 dd p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 1.024rem;
    line-height: 1.5em;
    height: 3em;
    margin-top: 0.6rem;
}

.news_list3 dd span {
    float: left;
    color: #b2b4cb;
    font-size: 0.8rem;
    background-color: #f7f9fd;
    padding: 0.3rem 0.6rem;
    margin-top: 0.6rem;
}

.tzjy_title {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 2.9rem 0 2.21rem 0;
}

.tzjy_title dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #0f5298;
    font-size: 2.56rem;
    font-weight: bold;
}

.tzjy_title dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #a5b5cf;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.main_cont9 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 1.28rem 2em 1.28rem;
}

.notice-list {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.194rem 0;
}

.notice-list dt {
    float: left;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    background-color: #f7f9fd;
    padding-top: 0.5rem;
}

.notice-list dt p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 1.024rem;
    text-align: center;
}
.notice-list dt .topic-img {
    float: left;
    width: 100%;
    height: 100%;
    color: #b2b4cb;
    object-fit: cover;
}

.notice-list dt span {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #d0d2e1;
    font-size: 0.768rem;
    text-align: center;
}

.notice-list dd {
    float: right;
    width: 83%;
    overflow: hidden;
}

.notice-list dd h3 {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 1.024rem;
    font-weight: bold;
}

.notice-list dd p {
    float: left;
    width: 100%;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 1.024rem;
    margin-top: 0.5rem;
}

.main-cont10 {
    float: left;
    width: 100%;
    background: url(../images/qywh_cont.jpg) no-repeat 0 0;
    background-size: 100%;
    overflow: hidden;
    padding: 0 1.28rem;
}

.tzjy_title2 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 2.47rem 0 1.792rem 0;
}

.tzjy_title2 dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 2.56rem;
    font-weight: bold;
}

.tzjy_title2 dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.main-cont10-box {
    float: left;
    width: 100%;
    margin: 0 0 0.5rem 0;
    overflow: hidden;
    background: url(../images/cont4.png) no-repeat 0 bottom;
    padding: 1.28rem 1.024rem;
    background-size: 100%;
    background-color: #ffffff;
    border-radius: 0.8rem;
}

.culture-logo {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.culture-logo img {
    width: 5.2rem;
}

.culture-box {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
    line-height: 1.8em;
    color: #616a78;
    font-size: 1.194rem;
}

.cul_body {
    background: url(../images/bg6.png) no-repeat center center;
}

.tzjy_title3 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 2.47rem 0 1.792rem 0;
}

.tzjy_title3 dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #0f5298;
    font-size: 2.56rem;
    font-weight: bold;
}

.tzjy_title3 dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #b9c6d9;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.slogan2_bg {
    padding-bottom: 4rem;
    background-size: 29.27rem;
}

.main-cont11 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 1.28rem;
}

.corporate-top {
    float: left;
    width: 100%;
    background: url(../images/bg7.png) no-repeat 0 0;
    background-size: 100%;
    height: 22.82rem;
    padding: 1.194rem 3.072rem 1.194rem 1.194rem;
    margin-bottom: 1.28rem;
}

.corporate-top span {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 1.024rem;
}

.corporate-top h3 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 1.536rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ffffff;
    margin-top: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.corporate-top p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 1.024rem;
    line-height: 1.5em;
    height: 10.5em;
    margin-top: 1.28rem;
}

.main-cont11-box-right {
    float: left;
    width: 100%;
    overflow: hidden;
}

.main-cont11-box-right li {
    float: left;
    width: 100%;
    border: 1px solid #f2f5fb;
    padding: 0.936rem 1.194rem;
    margin-bottom: 0.85rem;
}

.main-cont11-box-right li h3 {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 1.28rem;
}

.main-cont11-box-right li span {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #b2b4cb;
    font-size: 1.024rem;
    margin-top: 0.5rem;
}

.main-cont11-box-right li p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #616a78;
    font-size: 1.024rem;
    line-height: 1.6em;
    height: 3.2em;
    margin-top: 0.5rem;
}


.more2 {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 1.62rem 0 2.56rem 0;
}

.more2 a {
    display: inline-block;
    width: 5.97rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 0.4rem;
    color: #15559a;
    font-size: 1.024rem;
    border: 0.1rem solid #15559a;
}

.tzgg_title {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/tzgg_cont.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    height: 17.06rem;
    padding: 5.03rem 0 0 0;
}

.tzgg_title dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 2.56rem;
    font-weight: bold;
}

.tzgg_title dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.nymain-cont12 {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/cont5.jpg) no-repeat center 0;
    height: 8.53rem;
    background-size: 100% 100%;
    padding: 2.9rem 1.194rem 0 1.194rem;
}

.search_title {
    float: left;
    width: 20%;
    overflow: hidden;
}

.search_title h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 1.536rem;
    font-weight: normal;
}

.search_title p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.search-cont {
    float: right;
    width: 80%;
    background-color: #ffffff;
    height: 2.8rem;
    border-radius: 0.3rem;
    padding: 0.7rem 0.85rem 0 0.85rem;
    color: #0b6dd3;
    margin-top: 0.2rem;
}

.search-btn2 {
    float: right;
    background: none;
    border: 0;
    cursor: pointer;
}

.search-input2 {
    float: left;
    width: 80%;
    border: 0;
    color: #0b6dd3;
    font-size: 1.28rem;
    background: none;
}

.search-btn2 img {
    width: 1.28rem;
}

.nymain-cont13 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0.853rem 1.194rem 2.38rem 1.194rem;
}

.tb4_ {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0.5rem;
}

.tb4_ li {
    float: left;
    display: inline-block;
    padding: 0 0.5rem 0 0.5rem;
    margin-right: 0.5rem;
    height: 1.9rem;
    line-height: 1.9rem;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 1.194rem;
}

.normaltab4 {
    color: #353535;
}

.hovertab4 {
    color: #ffffff;
    background-color: #0f5298
}

.dis4 {
    DISPLAY: block;
}

.undis4 {
    DISPLAY: none;
}

.search-video {
    float: left;
    width: 100%;
    display: inline;
    overflow: hidden;
}

.search-video li {
    float: left;
    display: block;
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 1.194rem 0.3rem 0 0.3rem;
}

.search-video li span {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 10.24rem;
}

.search-video li span img {
    width: 100%;
    height: 10.24rem;
}

.search-video li i {
    position: absolute;
    left: 50%;
    top: 3.66rem;
    z-index: 1000;
    margin-left: -1.28rem;
}

.search-video li i img {
    width: 2.56rem;
}

.search-video li h3 {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 1.024rem;
    padding: 0.7rem 0.2rem;
    font-weight: normal;
}

.video-box {
    float: left;
    width: 100%;
    height: 19.88rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.video-box video {
    width: 100%;
    height: 19.88rem;
    border-radius: 0.5rem;
}

.curr_title {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 1rem 1.194rem;
    color: #353535;
    font-size: 1.536rem;
}

.video-box-list {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem 0 0.6rem;
    margin-bottom: 3.15rem;
}

.video-box-list li {
    float: left;
    width: 47%;
    border: 1px solid #e8edf7;
    border-radius: 0.3rem;
    margin: 0.853rem 0 0 2%;
    padding: 1.024rem 2.13rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-box-list li a {
    color: #353535;
    font-size: 1.194rem;
}

.video-box-list li.video-active {
    background: url(../images/list04.jpg) no-repeat 0.68rem center;
    background-size: 0.68rem;
}

.video-box-list li.video-active a {
    color: #0f5298;
}

.kjcx_cont1 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 2.47rem 1.194rem 0 1.194rem;
}

.kjcx_title {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.7rem;
}

.kjcx_title dt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 2.56rem;
    font-weight: bold;
}

.kjcx_title dd {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 1.28rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.aqkj_list {
    float: left;
    width: 100%;
    background-color: #ffffff;
    height: 9.68rem;
    margin-bottom: 0.853rem;
    box-shadow: 0 4px 6px 0 rgba(157, 195, 234, 0.2);;
}

.aqkj_list dt {
    float: left;
    width: 35%;
    overflow: hidden;
}

.aqkj_list dt img {
    width: 100%;
    height: 9.68rem;
    background-color: #f5f5f5;
}

.aqkj_list dd {
    float: right;
    width: 64%;
    overflow: hidden;
    padding: 0.853rem 1.194rem;
}

.aqkj_list dd h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    max-height: 3em;
    line-height: 1.5em;
    color: #353535;
    font-size: 1.36rem;
}

.aqkj_list dd p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #353535;
    font-size: 1.024rem;
    height: 3em;
    line-height: 1.5em;
    margin-top: 0.5rem;
}

.aqkj_cont {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 1rem 0 0.5rem 0;
}

.aqkj_cont img {
    width: 100%;
}

.recommend_aqkj {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 3.4rem 0 1.408rem;
}

.recommend_aqkj dt {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/img_34.jpg) no-repeat 0 0;
    background-size: 100%;
    padding: 0 1.194rem 2.218rem 0;
}

.recommend_aqkj dt img {
    width: 95%;
}

.recommend_aqkj dd {
    float: left;
    width: 100%;
    color: #353535;
    font-size: 1.536rem;
    padding-left: 3.4rem;
    background: url(../images/list08.jpg) no-repeat 0 center;
    background-size: 2.048rem;
    height: 2.304rem;
    line-height: 2.304rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1.28rem;
}


.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.slides {
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: auto;
    float: left;
    clear: none;
}

.slider-arrow {
    position: absolute;
    display: block;
    width: 1.49rem;
    height: 2.85rem;
    text-decoration: none;
    text-indent: -11000em;
    background: url(../images/next.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.slider-arrow--right {
    bottom: 50%;
    right: 1.109rem;
}

.slider-arrow--left {
    bottom: 50%;
    left: 1.109rem;
    background: url(../images/prv.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
    display: none;
}

.slider-nav__item { /*nva样式*/
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: black;
    border-radius: 100%;
}

.slider-nav__item:hover {
    background: #ccc;
}

.slider-nav__item--current {
    background: #ccc;
}


@media (min-width: 641px) {
    body {
        width: 32rem;
        margin: auto;
    }
}

.number_box {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 2rem 0;
}

.number_box a {
    display: inline-block;
    color: #333333;
    margin: 0 1rem;
    font-size: 1.28rem;
}

.number_box a.pre_page {
    float: left;
    display: inline-block;
    padding-left: 1.7rem;
    background: url(../images/prv2.png) no-repeat 0 center;
    background-size: 1rem;
}

.number_box a.next_page {
    float: right;
    display: inline-block;
    padding-right: 1.7rem;
    background: url(../images/next2.png) no-repeat right center;
    background-size: 1rem;
}


/*2021-3-29*/
.topic_header {
    float: left;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    background: url(../images/topic_banner.png) no-repeat 0 center;
    background-color: #c11b1f;
    height: 12.5rem;
    background-size: 100% 100%;
}

.return_index {
    display: inline-block;
    background-color: #d66063;
    color: #ffffff;
    font-size: 0.89rem;
    margin: 0.8rem 0 0 0.8rem;
    padding: 0.2rem 0.5rem;
}

.topic_cont1 {
    float: left;
    width: 100%;
    margin-top: 0.8rem;
    padding: 0.8rem;
}

.spirit_title {
    width: 100%;
    height: 3.75rem;
    padding-right: 1rem;
    box-sizing: border-box;
    background: url(../images/topic_title.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: right;
    line-height: 3.75rem;
}

.spirit_title a {
    color: #ffffff;
    font-size: 1.024rem;
}

.spirit_list {
    width: 100%;
    box-shadow: 0 0.2rem 0.6rem 0.2rem rgba(131, 0, 3, 0.14);
    padding: 1rem;
    box-sizing: border-box;
    float: left;
}

.spirit_list li {
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 3rem;
}

.spirit_list li span {
    float: left;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 1.194rem;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.spirit_list li i {
    float: right;
    color: #b2b4cb;
    font-size: 0.8rem;
}

.spirit_list li:hover span {
    color: #ed0202;
}

.topic_cont2 {
    float: left;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 1rem;
}

.gzbs_title {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.7rem;
}

.gzbs_title a {
    color: #db2017;
    font-size: 1.365rem;
}

.gzbs_title i {
    float: right;
    color: #333333;
    font-size: 1.024rem;
    font-weight: normal;
    margin-top: 0.2rem;
}

.gzbs_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.6rem;
    height: 3px;
    overflow: hidden;
    background-color: #db2017;
    z-index: 200;
}

.gzbs_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #e5e5e5;
    z-index: 100;
}

.gzbs_list {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 0.8rem;
}

.gzbs_list li {
    float: left;
    display: block;
    width: 100%;
    line-height: 2.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 1rem;
    position: relative;
}

.gzbs_list li a {
    color: #333333;
    font-size: 1.194rem;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.gzbs_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #db2017;
    z-index: 200;
}

.gzbs_list li a:hover {
    color: #db2017;
}

.topic_cont {
    float: left;
    width: expression(document.body.clientWidth <= 375? "375px": "auto");
    overflow: hidden;
    min-width: 375px;
    margin-top: 0.8rem;
    height: 5.9rem;
    background: url(../images/topic_img.png) no-repeat center 0;
    background-size: 100% 100%;
}

.topic_cont a {
    display: inline-block;
    width: 100%;
    height: 5.9rem;
    overflow: hidden;
    text-indent: -2000em;
}

/*2021-05-21*/
.notice_menu {
    position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    background-color: #0f5298;
    margin-top: -120px;
}

.notice_menu ul {
    float: left;
    width: 100%;
    overflow: hidden;
}

.notice_menu ul li a {
    display: block; border-bottom: 0.05rem solid #ffffff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.notice_menu ul li a:hover {
    background-color: #166dc8;
}

.notice_menu ul li.navon2 a {
    background-color: #166dc8 !important;
}


.number-page {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0.5rem 0 2.5rem 0;
}

.number-page a {
    display: inline-block; padding: 0 10px;
    height: 30px;
    border: 1px solid #eaeaea;
    text-align: center;
    line-height: 30px;
    background: #f8f8f8;
    color: #333333;
    font-size: 14px;
    margin: 0 6px;
}

.number-page a:hover {
    color: #0f5298;
    border-color: #0f5298;
    background-color: #0f5298;
    color: #ffffff;
}

.number-page a.active_num {
    color: #0f5298;
    border-color: #0f5298;
    background-color: #0f5298;
    color: #ffffff;
}
.topic_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.topic_item{
    width: -webkit-calc(48vw - 1.28rem);
    width: calc(48vw - 1.28rem);
    height: -webkit-calc(48vw - 1.28rem);
    height: calc(48vw - 1.28rem);
    margin-bottom: 20px;
    cursor: pointer;
}
.topic_item img{
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.topic_item_name{
    margin: 0 10px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

