/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

#think_page_trace_open {
    bottom: -150px !important;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*分页结束*/
.noData {
    text-align: center;
    font-size: 16px;
    line-height: 200px
}


/* 重置 */


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

.page {
    width: 1200px;
    margin: 0 auto;
    background: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.met-show-body {
    background: #fff;
    padding-top: 50px;
}

/* 头部 */
#head .headTap {
    background: rgb(236, 236, 236);
    padding: 10px 0;
}

#head .headTap .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head .headTap .page .left {
    display: flex;
}

#head .headTap .page .left span {
    margin-right: 20px;
}

#head .headBody {
    padding: 18px 0;
}

#head .headBody .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head .headBody .page .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#head .headBody .page .left .top {
    margin-bottom: 10px;
}

#head .headNav {
    background: rgb(19, 57, 132);
}

#head .headNav .page>ul {
    display: flex;
}

#head .headNav .page>ul>li {
    width: 150px;
    position: relative;
}

#head .headNav .page>ul>li:hover {
    background: #f08200;
}

#head .headNav .page>ul>li:hover ul.class2 {
    display: block;
    z-index: 99;
}

#head .headNav .page>ul>li>a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#head .headNav .page>ul>li>a:hover,
#head .headNav .page>ul>li>a.active {
    background: #f08200;
}

#head .headNav .page ul li a {
    color: #fff;
}

#head .headNav .page>ul>li>ul.class2 {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #f08200;
    display: none;
}

#head .headNav .page>ul>li>ul.class2 li {
    height: 35px;
}

#head .headNav .page>ul>li>ul.class2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* 搜索 */
.searchbody {
    position: relative;
    width: 285px;
}

.searchbody .search {
    border: #133984 2px solid;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #666;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    padding-left: 5px;
    width: 214px;
    box-sizing: content-box;
    padding-right: 5px;
}

.searchbody .submit {
    position: absolute;
    top: 0;
    right: 0;
    background: #133984;
    font-family: Microsoft YaHei;
    font-weight: normal;
    border: #fff 0px solid;
    width: 50px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    box-sizing: content-box;
}

/* 搜索样式开始 */
.met-search {
    background: #fff;
}

.met-search ul {
    display: flex;
    flex-wrap: wrap;
}

.searchList {
    width: 32.5%;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
    margin-right: 1.2%;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0 0 1px #aaa;
    margin-bottom: 20px;
}

.searchList:hover {
    background: #fff;
    box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.searchList:nth-child(3n) {
    margin-right: 0;
}

.searchList h2 {
    font-size: 18px;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
}

.searchList:hover h2 {
    color: #ab050b;
}

.searchList span {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
    color: #000;
}

.nothing {
    width: 100%;
    text-align: center;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.met-search h1 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

/* 标题 */
.title {
    display: flex;
    justify-content: space-between;
    height: 35px;
    background: url(/public/upload/topic/image/back1.png) no-repeat bottom left;
}

.title h2 {
    font-size: 16px;
    color: rgb(19, 57, 132);
    font-weight: 700;
}

.title h2 i {
    font-style: inherit;
    color: #787878;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.title h2 img {
    margin-right: 10px;
}

.title a {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 400;
}

/* 新闻 */
.newsBody {
    padding: 20px 0;
}

.newsBody .page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsBody .page>div {
    margin-bottom: 20px;
}

.page1 {
    width: 385px;
}

.page2 {
    width: 450px;
}

.page3 {
    width: 310px;
}

/* 新闻1 */
.newsImg {
    position: relative;
    margin-top: 10px;
    height: 280px;
}

.newsImg ul {
    position: relative;
    height: 100%;
}

.newsImg ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.newsImg ul li a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsImg ul li img {
    width: 100%;
    height: 100%;
}

.dian {
    position: absolute;
    height: 28px;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dian span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(68, 68, 68);
    margin: 0 2px;
    cursor: pointer;
    color: #B1B1B1;
}

.dian span.cur {
    color: #fff;
    background: #f60;
}

/* 新闻2 */
.main2 ul {
    margin-top: 10px;
    height: 280px;
}

.main2 ul li {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #e2e2e2;
    padding: 3px 0;
}

.main2 ul li h3 {
    background: url(/public/upload/topic/image/back2.png) no-repeat left center;
    display: flex;
    padding-left: 20px;
}

.main2 ul li h3 a {
    font-family: Microsoft YaHei;
    font-size: 13px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

.main2 ul li span {
    font-family: SimSun;
    font-size: 11px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
}

/* 新闻3 */
.main3 ul {
    border: 1px solid rgb(223, 236, 243);
    padding-top: 10px;
    height: 255px;
}

.main3 ul.announcement {
    height: 280px;
    box-sizing: content-box;
}

.main3 ul li {
    padding: 3px 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #e2e2e2;
    margin: 0px auto;
    box-sizing: border-box;
}

.main3 ul li h3 {
    background: url(/public/upload/topic/image/back2.png) no-repeat left center;
    display: flex;
    padding-left: 20px;
}

.main3 ul li h3 a {
    font-family: Microsoft YaHei;
    font-size: 13px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

.main3 ul li span {
    font-family: SimSun;
    font-size: 11px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
}

/*  */
.main4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    align-items: end;
    height: 260px;
    border: 1px solid rgb(223, 236, 243);
}

.main4 ul li {
    width: 115px;
    height: 110px;
    margin-bottom: 5px;
}

.main4 ul li img {
    width: 100%;
    height: 100%;
}

/* 新闻5 */
.main5 ul {
    height: 260px;
}

.main5 .newstop {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.main5 .newstop .img {
    margin-right: 10px;
}

.main5 .newstop .content h3 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-decoration: none;
    height: 24px;
    display: flex;
    align-items: center;
}

.main5 .newstop .content p {
    font-family: Microsoft YaHei;
    font-size: 11px;
    color: #7D7D7D;
    font-weight: normal;
    text-decoration: none;
    height: 45px;
}

.main5 .newstop .content p a {
    font-family: Microsoft YaHei;
    font-size: 11px;
    color: #CF0202;
    font-weight: normal;
    text-decoration: none;
}

.main5 .newstop .content h3 a {
    font-size: 14px;
    color: #5A5A5A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main5 .newstop .content span {
    text-align: right;
    display: block;
}

.main5 ul li {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main5 ul li a {
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
}

.main5 ul li span {
    font-family: Microsoft YaHei;
    font-size: 11px;
    color: #9F9F9F;
    font-weight: normal;
    text-decoration: none;
}

.contactUs {
    border: 1px solid rgb(223, 236, 243);
    padding: 10px 15px 0 15px;
    height: 255px;
}

.contactUs p {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contactUs p:first-child {
    margin-top: 5px;
}

/*  */
.link {
    padding-bottom: 20px;
}

.link .title2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/public/upload/topic/image/back3.png) no-repeat;
    padding: 0 25px;
    height: 30px;
    border: 1px solid rgb(188, 202, 211);
    border-top: 1px solid rgb(188, 202, 211);
    border-bottom: 1px solid rgb(136, 200, 244);
}

.link .title2 h2 {
    font-size: 16px;
    color: rgb(19, 57, 132);
    font-weight: 700;
}

.link .page ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(188, 202, 211);
    padding: 0 10px;
}

.link .page ul li {
    width: 24%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    border: 1px solid #ddd;
    margin-right: 1.33%;
}

.link .page ul li:nth-child(4n) {
    margin-right: 0;
}

.link .page ul li img {
    max-width: 100%;
    height: 80px;
}

/* 页尾 */
#foot {
    background: rgb(19, 57, 132);
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

#foot a {
    color: #fff;
}

.homeImg img {
    max-width: 100%;
}

/* 内页二级栏目 */
.met-show-body .page {
    display: flex;
    justify-content: space-between;
}

.column_nav {
    width: 200px;
}

.show_content {
    width: 950px;
}

.column_nav .column_name::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: url(/public/upload/topic/image/back4.png);
    margin: 15px 0;
}

.column_nav .column_name h2 {
    font-size: 24px;
    font-family: NSimSun;
    color: rgb(60, 120, 216);
    line-height: 123%;
}

.column_nav .column_name h3 {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 123%;
    text-transform: uppercase;
}

.column_nav ul.show_column li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.column_nav ul.show_column>li>a {
    display: block;
    width: 100%;
    height: 40px;
    background: url(/public/upload/topic/image/icon9.png) no-repeat left center;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #000;
}
.column_nav ul.show_column>li:hover>a,
.column_nav ul.show_column>li.active>a {
    color: #fff;
    background-color: #3c78d8;
    background-image: url(/public/upload/topic/image/icon10.png);
    background-repeat: no-repeat;
}

.met-news,
.met-download,
.met-showimg,
.met-feedback {
    background-color: #fff;
}

.met-news .page,
.met-download .page,
.met-showimg .page,
.met-feedback .page {
    display: flex;
    justify-content: space-between;
}

.show_content img,
.show_content video {
    max-width: 100%;
}
.show_column2{
    display: none;
}
.column_nav ul.show_column li.active .show_column2{
    display: block;
}
.show_column2 li a{
    height: 35px;
    display: block;
    display: flex;
    align-items: center;
}
.show_column2 li a.active,
.show_column2 li a:hover{
    background-color: #3c78d8;
    color: #fff;
}
.met-news .media-left{
    width: 18%;
}
.met-news .media-body{
    width: 80%;
}
/* 移动端 */
.mobile {
    display: none;
}

@media (max-width:750px) {
    .page {
        padding: 0 15px;
        width: auto;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    #headMo {
        padding: 20px 0;
        position: relative;
    }

    #headMo .page {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #headMo .logo {
        width: 80%;
    }

    #headMo .logo img {
        max-width: 100%;
    }

    #headMo .nav {
        background: rgb(19, 57, 132);
        background: rgb(19, 57, 132);
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
    }

    #headMo .nav img {
        width: 30px;
    }

    .page1,
    .page2,
    .page3 {
        width: 100%;
    }

    .title h2 i {
        font-size: 14px;
    }

    .link .page ul li {
        width: 49%;
        margin-right: 2%;
    }

    .link .page ul li:nth-child(2n) {
        margin-right: 0;
    }

    .link .title2 {
        padding: 0;
        padding-left: 25px;
    }

    .homeImg .page {
        padding: 0;
    }

    .main2 ul li h3,
    .main3 ul li h3 {
        width: 80%;
        line-height: 15px;
        height: 15px;
        overflow: hidden;
    }

    .main5 .newstop .content h3 a {
        height: 14px;
        overflow: hidden;
    }

    .main5 ul li a {
        width: 80%;
        height: 18px;
        overflow: hidden;
    }

    .main4 ul li {
        width: 30%;
        height: 85px;
    }

    .main4 ul {
        height: 200px;
    }

    .hiddenNav {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, .2);
        display: none;
    }

    .hiddenNav.active {
        display: block;
    }

    .hiddenNav ul {
        background: #133984;
    }

    .hiddenNav ul li {
        border-bottom: 1px solid #fff;
    }

    .hiddenNav ul li:last-child {
        border-bottom: none;
    }

    .hiddenNav ul li .url {
        display: flex;
        justify-content: space-between;
    }

    .hiddenNav ul li .url a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 18px;
        height: 100%;
        padding: 0 20px;
        height: 50px;
        width: 80%;
    }

    .hiddenNav ul li .url span {
        font-size: 30px;
        display: flex;
        width: 30px;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .hiddenNav ul li .url span.cur {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .hiddenNav ul li .moClass2 {
        background: #fff;
        display: none;
    }

    .hiddenNav ul li .moClass2 a {
        display: flex;
        padding-left: 40px;
        height: 45px;
        align-items: center;
    }

    .quit {
        width: max-content;
        margin-left: auto;
        padding: 5px;
    }

    .quit img {
        background: #133984;
        width: 50px;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
    }

    .photoNews {
        padding: 15px 0;
        border-bottom: 10px solid rgb(242, 242, 242);
    }

    #demo {
        overflow: hidden;
        width: 100%;
        margin-top: 15px;
    }

    #indemo {
        display: flex;
        width: max-content;
    }

    #demo1,
    #demo2 {
        display: flex;
    }

    #demo li {
        width: 160px;
        padding: 0 5px;
    }

    #demo li img {
        width: 100%;
        height: 100px;
    }

    #demo li p {
        text-align: center;
    }

    .newsBody .page>div::after {
        content: '';
        width: 120%;
        height: 10px;
        display: block;
        background: rgb(242, 242, 242);
        position: absolute;
        left: -5%;
        bottom: -25px;
    }

    .newsBody .page>div {
        position: relative;
        margin-bottom: 40px;
    }
}