﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-family: "microsoft yahei", 微软雅黑, Tahoma, Helvetica, Arial;
    color: #333;
    margin: 0 auto;
}

div {
    margin: 0 auto;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

input {
    vertical-align: middle;
}

textarea {
    vertical-align: middle;
}

select {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    border: 0px;
}

a:link {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #3187c5;
    text-decoration: none;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 1px;
}

input, button {
    outline: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.noborder {
    border: 0px;
}

/* 头部样式 */
#top {
    width: 1200px;
    height: 60px;
    text-align: center;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

#top .logo_banner {
    width: 100%;
    margin: 0 auto 10px;
    height: 60px;
    overflow: hidden;
}

#top .logo_banner .logo {
    color: #fff;
    float: left;
    margin-top: 18px;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    overflow: hidden;
    box-sizing: border-box;
    font-style: italic;
    letter-spacing: 3px;
}

#top .logo_banner .logo a:link {
    color: #333;
}

#top .logo_banner .logo a:hover {
    color: #333;
}

#top .logo_banner .logo a:visited {
    color: #fff;
}

#top .logo_banner .login {
    float: right;
    margin-top: 20px;
    text-align: right;
    text-align: center;
    border: 0px solid #f00;
}

#top .logo_banner .login img {
    width: 100px;
    height: 100px;
}

#top .logo_banner .login a {
    display: inline-block;
    margin-right: 10px;
}

#top .logo_banner .login .loginA {
    cursor: pointer;
    display: inline-block;
    width: 110px;
    height: 40px;
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
    background-image: url('../image/login.png');
    background-size: 100% 100%;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

#top .logo_banner .login .loginB {
    padding: 3px 0;
    display: inline-block;
    width: 180px;
    height: 50px;
    margin: 0;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    border: 2px solid #2196f3;
    color: #2196f3;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

#top .logo_banner .banner {
    float: right;
    width: 18%;
    overflow: hidden;
}

/* 通用底部定义 */
#foot {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    overflow: hidden;
    background-color: #3e6fce;
}

#foot .foot_c {
    width: 1200px;
}

#foot .foot_c .copyright {
    line-height: 28px;
    color: #fff;
}

#foot .foot_c .copyright a {
    color: #fff;
}

#foot .foot_c .login {
    float: right;
    text-align: right;
    width: 45%;
    border: 0px solid #f00;
}

#foot .foot_c .login img {
    width: 100px;
    height: 100px;
}

#foot .foot_c .login a {
    display: inline-block;
    margin-right: 10px;
}

#foot .foot_c .login .loginA {
    cursor: pointer;
    display: inline-block;
    width: 180px;
    height: 50px;
    margin: 0;
    vertical-align: middle;
    line-height: 50px;
    background: #2196f3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

#foot .foot_c .login .loginB {
    padding: 3px 0;
    display: inline-block;
    width: 180px;
    height: 50px;
    margin: 0;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    border: 2px solid #2196f3;
    color: #2196f3;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

#foot .login {
    position: fixed;
    right: 20px;
    bottom: 145px;
    z-index: 999;
    text-align: right;
}

#foot .login .bgxpg {
    width: 200px;
}

#foot .login .bgxpg .loginB {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/theme/v1/static/image/login-bottom.png);
    background-size: 100% 100%;
}

#foot .login .bgxpg .loginB:hover::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 5px solid #3e6fce;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#foot .login .bgxpg .loginB:hover::before {
    content: attr(data-tip);
    background-color: #3e6fce;
    padding: 5px 10px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 55px;
    border-radius: 5px;
}

#foot .login .go-top {
    margin-top: 15px;
    display: none;
    cursor: pointer;
}

#foot .login .go-top img {
    width: 40px;
    height: 40px;
}

/* banner轮播 */
.banner_slide {
    width: 100%;
}

.banner_slide .slideBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
}

.banner_slide .slideBox .hd {
    position: absolute;
    width: 100%;
    height: 10px;
    line-height: 10px;
    bottom: 15px;
    left: 0;
    z-index: 10;
    text-align: center;
}

.banner_slide .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.banner_slide .slideBox .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.banner_slide .slideBox .hd li.on {
    background-color: #fff;
    width: 30px;
}

.banner_slide .slideBox .bd {
    position: relative;
    z-index: 0;
}

.banner_slide .slideBox .bd li {
    zoom: 1;
    position: relative;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_slide .slideBox .bd li:nth-child(n+2) {
    display: none
}

.banner_slide .slideBox .bd li .txt {
    width: 1200px;
    position: absolute;
    top: 130px;
    left: -600px;
    margin-left: 50%;
    z-index: 5;
    color: #fff;
    text-align: left;
}

.banner_slide .slideBox .bd li .txt .school_logo {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}

.banner_slide .slideBox .bd li .txt .school_logo img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
}

.banner_slide .slideBox .bd li .txt .xx {
    width: 100%;
    box-sizing: border-box;
    padding-left: 600px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    line-height: 180%;
    padding-right: 100px;
}

.banner_slide .slideBox .bd li .txt .xxnr {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 35px;
    height: auto;
    line-height: 180%;
    margin-top: 40px;
    font-style: italic;
}

.banner_slide .slideBox .bd li .txt .school-index {
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 15px;
    border: none;
    color: #3c6fd2;
    margin-top: 40px;
    cursor: pointer;
}

/* 视频轮播 */
.slide2-box {
    background-image: url('/theme/v1/static/image/video-back.jpg');
    background-size: 100% 100%;
    padding: 60px 0px;
}

.slide2-box .slide2 {
    position: relative;
    width: 1200px;
    margin: 0 auto 0px;
    height: 370px;
    position: relative;
    z-index: 2;
}

.slide2-box .slide2 .swiper {
    width: 100%;
    height: 316px;
    position: relative;
}

.slide2-box .slide2 .swiper .swiperpic {
    width: 100%;
    height: 100%;
    position: relative
}

.slide2-box .slide2 .swiper .swiperpic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 580px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 50%;
    background: #fff;
    margin-left: -300px;
    padding: 6px;
    overflow: hidden;
    box-shadow: 1px 1px 8px rgba(28, 95, 174, 0.16)
}

.slide2-box .slide2 .swiper .swiperpic li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide2-box .slide2 .swiper .swiperpic .now {
    z-index: 9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1.2)
}

.slide2-box .slide2 .swiper .swiperpic .next {
    z-index: 6;
    -webkit-transform: translateX(242px);
    -moz-transform: translateX(242px);
    -o-transform: translateX(242px);
    -ms-transform: translateX(242px);
    transform: translateX(242px)
}

.slide2-box .slide2 .swiper .swiperpic .prev {
    z-index: 6;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.slide2-box .slide2 .swiper .swiperpic .cricle ._bg {
    background-color: red !important
}

.slide2-box .slide2 .swiper .btns .leftbtn {
    z-index: 9999;
    position: absolute;
    left: 0px;
    top: 57%;
    height: 36px;
    width: 36px;
    background: url("../image/left.png") no-repeat left center;
    cursor: pointer;
}

.slide2-box .slide2 .swiper .btns .rightbtn {
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 57%;
    height: 36px;
    width: 36px;
    background: url("../image/right.png") no-repeat left center;
    cursor: pointer;
}

/* 通用栏目 */
.tonglan {
    width: 100%;
    text-align: center;
    background: #f7fafd;
    padding: 30px 0px 40px;
}

.imap {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    overflow: hidden;
}

.imap .block_c {
    width: 1000px;
    float: right;
    margin: 0px auto 30px;
    overflow: hidden;
}

.imap .block_c .map {
    width: 700px;
    float: left;
    border: 0px solid #f00;
    padding: 0px 0;
    /*margin-right: 50px;*/
}

.imap .block_c .map #echartsMap {
    width: 570px;
    height: 560px;
    border: 0px solid #f00;
}

.imap .block_c .biaogan {
    width: 300px;
    float: right;
}

.imap .block_c .biaogan .search {
    margin: 30px 0 10px;
}

.imap .block_c .biaogan .search input[type="text"] {
    width: 216px;
    height: 35px;
    padding: 0 2px;
    border: 1px solid #fafcfe;
    margin-right: 10px;
}

.imap .block_c .biaogan .search button {
    width: 66px;
    height: 35px;
    background-color: #3e6fcf;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.imap .block_c .biaogan .bg_con {
    background-color: #fff;
}

.imap .block_c .biaogan .bg_con .bg_tit {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
    color: #222;
}

.imap .block_c .biaogan .bg_con dl {
    padding: 10px 10px;
    text-align: left;
    color: #333;
    height: 430px;
    overflow-y: scroll;
}

.imap .block_c .biaogan .bg_con dl dd {
    font-size: 14px;
    padding: 5px 0px;
    overflow: hidden;
}

.imap .block_c .biaogan .bg_con dl dd em {
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.imap .block_c .biaogan .bg_con dl dd a {
    float: left;
    width: calc(99.9% - 30px);
}

/* 通用标题 */
.block_t {
    text-align: left;
    padding-bottom: 10px;
    color: #333;
}

.block_t .tit_name {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
}

.block_t .more {
    float: right;
    line-height: 50px;
}

.block_t .tit_name p {
    display: inline-block;
    height: 50px;
    padding-right: 75px;
    background: url('../image/tit_right.png') right 6px no-repeat;
}

.block_t .tit_name p span {
    display: inline-block;
    padding: 0 15px;
}

.block_t .tit_name .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    background-color: #0559ae;
    color: #fff;
    border-radius: 4px;
    line-height: 30px;
}

.block_t .tit_name em {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}

.block_t .tit_name p i {
    display: block;
    width: 100%;
    padding-top: 6px;
    font-size: 12px;
    color: #b2b2b2;
}

/* 通知公告 */
.tongzhi {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    overflow: hidden;
}

.tongzhi .block_c {
}

.tongzhi .block_c .tab {
    border-bottom: 1px solid #f1f1f1;
    z-index: 1;
}

.tongzhi .block_c .tab dl {
    z-index: 2;
    text-align: left;
}

.tongzhi .block_c .tab dl dd {
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 22px;
    margin-right: 50px;
}

.tongzhi .block_c .tab dl dt {
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
}

.tongzhi .block_c .tab dl dd.active {
    border-bottom: 2px solid #2196f3;
    margin-bottom: -1px;
}

.tongzhi .block_c .con {
}

.tongzhi .block_c .con .nr {
    overflow: hidden;
    border-bottom: 4px solid #0559ae;
    padding: 20px 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.tongzhi .block_c .con .nr.active {
    display: block;
}

.tongzhi .block_c .con .nr .date {
    float: left;
    width: 80px;
}

.tongzhi .block_c .con .nr .date p:nth-child(1) {
    background: #7abff6;
    color: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 6px;
}

.tongzhi .block_c .con .nr .date p:nth-child(2) {
    background: #2196f3;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: 600;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.tongzhi .block_c .con .nr .detail {
    float: right;
    width: 1060px;
    text-align: left;
    color: #333;
}

.tongzhi .block_c .con .nr .detail h4 {
    height: 22px;
    font-size: 16px;
    background: url("../image/dot.png") left bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tongzhi .block_c .con .nr .detail h4 a:link {
    color: #333;
}

.tongzhi .block_c .con .nr .detail .txt {
    height: 62px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tongzhi .block_c .con .nr .detail .more {
    font-weight: 600;
}

/* 专家文章 */
.zhuanjia-box {
    background-image: url('/theme/v1/static/image/article-back.jpg');
    background-size: 100% 100%;
    padding: 30px 0px 40px;
}

.zhuanjia {
    margin: 0 auto 20px;
    width: 1200px;
    text-align: center;
    border: 0px solid #f00;
}

.zhuanjia .block_t .tit_name em {
    color: #fff;
}

.zhuanjia .block_t .more {
    color: #fff;
}

.zhuanjia .block_c ul {
    width: 1216px;
    margin-left: -15px;
    padding-bottom: 50px;
}

.zhuanjia .block_c ul li {
    margin-top: 15px;
    width: 289px;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16);
    box-sizing: border-box;
    background-color: #fff;
}

.zhuanjia .block_c ul li .pic {
    width: 289px;
    height: 196px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zhuanjia .block_c ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhuanjia .block_c ul li .text {
    padding: 10px 10px 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}

.zhuanjia .block_c ul li .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhuanjia .block_c ul li .text h4 a:link {
    color: #333;
}

.zhuanjia .block_c ul li .text .nr {
    line-height: 22px;
    color: #999;
    height: 70px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zhuanjia .block_c ul li .text .param {
    color: #b2b2b2;
    padding-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    overflow: hidden;
    padding-right: 80px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhuanjia .block_c ul li .text .param i {
}

.zhuanjia .block_c ul li .text .param span {
    position: absolute;
    right: 10px;
    top: 0px;
}

.zhuanjia .block_c .more {
    text-align: center;
    padding: 10px 0 0;
}

.zhuanjia .block_c .more a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #2196f3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

/* 访问排名 */
.paiming {
    background: #f7fafd;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    overflow: hidden;
}

.paiming .block_t {
}

.paiming .block_c {
    background: #fff;
    margin-bottom: 30px;
}

.paiming .block_c p {
    height: 40px;
    line-height: 40px;
    background: #e9e9e9;
    color: #333;
    border-radius: 3px;
}

.paiming .block_c p i {
    display: inline-block;
    font-weight: 600;
}

.paiming .block_c p i:nth-child(1) {
    width: 15%;
}

.paiming .block_c p i:nth-child(2) {
    width: 55%;
    text-align: left;
}

.paiming .block_c p i:nth-child(3) {
    width: 20%;
    text-align: center;
}

.paiming .block_c p i:nth-child(4) {
    width: 10%;
    text-align: center;
}

.paiming .block_c dl {
}

.paiming .block_c dl dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f9f9fb;
}

.paiming .block_c dl dd i {
    display: inline-block;
}

.paiming .block_c dl dd div {
    width: 24px;
    height: 26px;
    background-image: url('/theme/v1/static/image/ranking.png');
    background-size: 100% 100%;
    color: #fff;
    line-height: 23px;
}

.paiming .block_c dl dd i:nth-child(1) {
    width: 15%;
    text-align: center;
}

.paiming .block_c dl dd i:nth-child(2) {
    width: 55%;
    text-align: left;
}

.paiming .block_c dl dd i:nth-child(3) {
    width: 20%;
    text-align: center;
}

.paiming .block_c dl dd i:nth-child(4) {
    width: 10%;
    text-align: center;
}

.paiming .block_c dl dd i a {
    border: 1px solid #2196f3;
    padding: 2px 10px;
    border-radius: 15px;
}

#bg {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url('../image/bg.png') repeat left top;
}

#show {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #f00;
}

#show video {
    display: none;
    width: auto;
    max-height: 80%;
    max-width: 80%;
    min-width: 300px;
    border: 0px solid #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
    /* 通用头部定义 */
    #top {
        width: 100%;
        height: 80px;
        margin-bottom: 0px;
    }

    #top .logo_banner {
        height: 80px;
        margin: 0 auto 0px;
    }

    #top .logo_banner .logo {
        width: 65%;
        font-size: 16px;
        padding-left: 10px;
    }

    #top .logo_banner .login {
        margin: 10px 10px 0px 0px;
    }

    .banner_slide .slideBox .bd li {
        height: 350px;
    }

    .banner_slide .slideBox .bd li .txt {
        width: auto;
        position: absolute;
        top: 100px;
        left: -50%;
        margin-left: 50%;
        z-index: 5;
        color: #fff;
        padding: 0px 15px;
    }

    .banner_slide .slideBox .bd li .txt .school_logo {
        font-size: 25px;
        height: 60px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .banner_slide .slideBox .bd li .txt .xx {
        width: auto;
        box-sizing: border-box;
        margin-left: 40%;
        padding-left: 0px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        margin-right: 0px;
    }

    .banner_slide .slideBox .bd li .txt .xxnr {
        width: auto;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 20px;
        line-height: 24px;
        font-size: 18px;
        margin: 10px 0px auto 40%;
        height: 75px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .banner_slide .slideBox .bd li .txt .school-index {
        margin-top: 30px;
    }

    .banner_slide .slideBox .bd li .pic img {
        width: auto;
        height: 200px
    }

    .slide2-box .slide2 {
        width: 96%;
        height: 215px;
        overflow: hidden
    }

    .slide2-box .slide2 .swiper {
        width: 100%;
        height: 220px;
        margin: 0px auto;
        position: relative;
        overflow: hidden
    }

    .slide2-box .slide2 .swiper .swiperpic {
        width: 99%;
        height: 100%;
        position: relative
    }

    .slide2-box .slide2 .swiper .swiperpic li {
        width: 100%;
        height: 165px;
        top: 25px;
        left: 50%;
        margin-left: -50%;
        padding: 2px;
        box-shadow: none;
    }

    .slide2-box .slide2 .swiper .swiperpic li video {
        width: 83%;
    }

    .slide2-box .slide2 .swiper .swiperpic li img {
        width: 60%;
        height: 160px;
    }

    .slide2-box .slide2 .swiper .btns .leftbtn {
        top: 46%;
        left: 2%;
    }

    .slide2-box .slide2 .swiper .btns .rightbtn {
        top: 46%;
        right: 2%
    }

    .imap {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .imap .block_c {
        width: 94%;
        float: none;
        margin: 0px auto 20px;
        box-sizing: border-box;
    }

    .imap .block_c .map {
        width: 100%;
        height: auto;
        float: none;
    }

    .imap .block_c .map #echartsMap {
        width: 100%;
        height: 400px;
        border: 0px solid #f00;
        box-sizing: border-box;
    }

    .imap .block_c .biaogan {
        width: 100%;
        float: none;
    }

    .imap .block_c .biaogan .search {
        margin: 10px 0 10px;
    }

    .imap .block_c .biaogan .search input[type="text"] {
        width: 216px;
        height: 35px;
        padding: 0 2px;
        border: 1px solid #fafcfe;
        margin-right: 10px;
    }

    .imap .block_c .biaogan .search input[type="submit"] {
        width: 66px;
        height: 35px;
        background-color: #2196f3;
        color: #fff;
        border: 0;
        cursor: pointer;
    }

    .imap .block_c .biaogan .bg_con dl {
        padding: 10px 0px;
        text-align: left;
        color: #333;
        height: 330px;
        overflow-y: scroll;
    }

    .imap .block_c .biaogan .bg_con dl dd {
        font-size: 14px;
        padding: 5px 0px;
        overflow: hidden;
    }

    .block_t {
        text-align: center;
    }

    .block_t .more {
        position: absolute;
        right: 10px;
        padding-top: 10px;
    }

    .tongzhi {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .tongzhi .block_c .tab dl dd {
        margin-right: 20px;
    }

    .tongzhi .block_c {
        width: 94%;
        margin-bottom: 20px;
    }

    .tongzhi .block_c .con {
    }

    .tongzhi .block_c .con .nr .date {
        float: left;
        width: 24%;
        border: 0px solid #f00;
    }

    .tongzhi .block_c .con .nr .detail {
        float: right;
        width: 70%;
        border: 0px solid #f00;
    }

    .tongzhi .block_c .con .nr .detail .txt {
        height: 42px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .zhuanjia-box {
        padding: 15px 0px;
    }

    .zhuanjia {
        width: 100%;
        text-align: center;
        border: 0px solid #f00;
    }

    .zhuanjia .block_c {
        box-sizing: border-box;
    }

    .zhuanjia .block_c ul {
        width: 100%;
        overflow: hidden;
        margin-left: 0px;
        padding-bottom: 10px;
    }

    .zhuanjia .block_c ul li {
        margin: 15px 0 0 3%;
        width: 45.5%;
        box-sizing: border-box;
        border: 1px solid #f6f9ff;
        float: left;
        overflow: hidden;
        box-shadow: 1px 1px px rgba(28, 95, 174, 0.16);
    }

    .zhuanjia .block_c ul li .pic {
        width: 100%;
        height: 100%;
        min-height: 180px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .zhuanjia .block_c ul li .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .zhuanjia .block_c ul li .text h4 {
        overflow: hidden;
    }

    .zhuanjia .block_c ul li .text .nr {
        overflow: hidden;
    }

    .zhuanjia .block_c ul li .text .param {
        padding-bottom: 10px;
    }

    .zhuanjia .block_c .more {
        padding: 0px 0;
    }

    .paiming {
        background: #f7fafd;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .paiming .block_t {
    }

    .paiming .block_c {
        background: #fff;
        width: 96%;
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 10px;
    }

    .paiming .block_c p i:nth-child(1) {
        width: 20%;
        text-align: center;
        padding-left: 0px;
        float: left;
    }

    .paiming .block_c p i:nth-child(2) {
        width: 40%;
        text-align: left;
    }

    .paiming .block_c p i:nth-child(3) {
        width: 20%;
        text-align: center;
    }

    .paiming .block_c p i:nth-child(4) {
        width: 20%;
        text-align: center;
    }

    .paiming .block_c dl dd {
        height: auto;
        line-height: 100%;
        border-bottom: 1px solid #f9f9fb;
        clear: both;
    }

    .paiming .block_c dl dd i {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .paiming .block_c dl dd i:nth-child(1) {
        width: 20%;
        text-align: center;
        padding-left: 0px;
        line-height: 100%;
        vertical-align: top;
    }

    .paiming .block_c dl dd i:nth-child(2) {
        width: 40%;
        max-height: 38px;
        overflow: hidden;
        text-align: left;
        overflow: hidden;
    }

    .paiming .block_c dl dd i:nth-child(3) {
        width: 20%;
        text-align: center;
        vertical-align: top;
    }

    .paiming .block_c dl dd i:nth-child(4) {
        width: 20%;
        text-align: center;
        vertical-align: top;
    }

    /* 通用底部 */
    #foot {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    #foot .foot_c {
        height: auto;
        width: 100%;
        margin: 0 auto 0px;
        text-align: left;
    }

    #foot .foot_c .copyright {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 28px;
    }

    #foot .foot_c .login {
        float: none;
        width: 100%;
        text-align: center;
    }

    #foot .foot_c .login a {
        display: inline-block;
        margin-top: 20px;
    }

    #foot .foot_c .login .loginA {
        width: 170px;
        margin-top: 20px;
    }

    #foot .foot_c .login .loginB {
        width: 170px;
        margin-top: 20px;
    }


}

