body {
    font: 14px/24px "microsoft yahei", arial, simsun, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #111;
    position: relative;
    background: #f4f4f4;
    min-width: 1400px;
}

form,
p,
ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: 12px;
    font-weight: normal;
    color: #111;
}

ul,
ol {
    list-style: none;
}

img,
fieldset {
    border: medium none;
}

img {
    vertical-align: left;
}

em {
    font-style: normal;
}

a {
    cursor: pointer;
}

a:link,
a:visited {
    text-decoration: none;
    color: #111;
}

a:hover,
a:active {
    text-decoration: none;
    color: #0464a1;
}

table {
    width: 100%;
    margin: 0;
}

.clearing {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 0;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.hidden {
    display: none;
}

.marT40 {
    margin-top: 40px;
}

.marT70 {
    margin-top: 70px;
}

.marL15 {
    margin-left: 15px;
}

.marB50 {
    margin-bottom: 50px;
}

.mar40 {
    margin: 40px auto 0;
}

.mar0 {
    margin: 0 auto 0;
}

.w685 {
    width: 685px;
}

.w820 {
    width: 820px;
}

.w500 {
    width: 500px;
}

.w50 {
    width: 50%;
}

.pad20 {
    padding: 0 20px;
}

.h100 {
    height: 250px;
}

.layout,
.content {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden;
}

.boxMo {
    min-width: 1400px;
}

.di0 {
    position: relative;
    background: url(bottom.jpg) no-repeat center bottom;
    width: 100%;
    overflow: hidden;
}

.di1 {
    position: relative;
    background: url(banner1.jpg) no-repeat center top;
    width: 100%;
    overflow: hidden;
}

.di1.md {
    position: relative;
    background: url(banner3.jpg) no-repeat center top;
    width: 100%;
    overflow: hidden;
}

.di2 {
    position: relative;
    background: url(banner2.jpg) no-repeat center 737px;
    width: 100%;
    overflow: hidden;
}

.banner {
    height: 1077px;
}

a.btn_more {
    float: right;
    position: relative;
    width: 78px;
    height: 26px;
    font: 16px/26px "Microsoft Yahei";
    color: #fff;
    text-indent: 35px;
    background: #165db4 url(more.png) no-repeat 15px 5px;
    border-radius: 20px;
    display: block;
    margin-top: 20px;
}

.daohang {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.daohang a {
    margin: 0 88px;
    float: left;
}

.daoyu {
    background: url(daoyu.png) no-repeat center top;
    height: 293px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    width: 1400px;
}

.daoyucon {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.daoyu p {
    font: 20px/36px "Microsoft Yahei";
    color: #0464a1;
    margin: 0 auto 0;
    text-indent: 2em;
    flex: 1;
}

.col {
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}


.col .hd {
    position: relative;
    top: 95px;
    z-index: 4;
}

.col .hd img {
    display: block;
    margin: 0 auto;
}

.col .bd {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50px;
    z-index: 3;
    margin-top: -92px;
    padding-bottom: 60px;
}

.col .bdt {
    position: relative;
    top: 3px;
    content: "";
    width: 1400px;
    height: 100px;
    border-radius: 60px;
    background-color: #218efd;
    z-index: 1;
}

.cardlist {
    position: relative;
    width: 1230px;
    margin: 0 auto;
    z-index: 3;
    margin-top: 140px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 80px;
}

.cardlist2 {
    gap: 20px;
}

.cardbox {
    flex: 0 0 calc(33.333% - 60px);
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.cardlist2 .cardbox {
    flex: 0 0 calc(25% - 20px);
}

.cardbox:hover {
    transform: translateY(-5px);
}

.cardbox img {
    width: 100%;
    height: 201px;
}

.cardbox p {
    font: 20px/36px "Microsoft Yahei";
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 28px;
    min-height: 72px;
}

.cardbox .cardimg {
    position: relative;
}

.cardbox p::before {
    position: absolute;
    top: 32px;
    left: 0;
    content: "";
    width: 5px;
    height: 53px;
    background: url(li.png) no-repeat center top;
}

.cardbox a.btn {
    display: block;
    margin: 20px auto 0;
    width: 211px;
    height: 59px;
    background: url(btn-1.png) no-repeat center top;
}

.cardbox a.btn:hover {
    background: url(btn-2.png) no-repeat center top;
}

a.more {
    display: block;
    margin: 30px auto 0;
    width: 180px;
    height: 54px;
    font: 18px/54px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    background-color: #30a3e3;
    border: 4px solid #d4f0ff;
    border-radius: 30px;
}

.list-item {
    width: 100%;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.list-item .itm {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
}

.list-item .itm .img {
    width: 357px;
    height: 201px;
    float: right;
    margin-left: 20px;
    background-size: cover;
    background-position: center;
}


.list-item .itm .pw {
    overflow: hidden;
    *zoom: 1
}

.list-item .itm h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 32px
}

.listlayout .col {
    margin-top: 30px;
}

.bgwhite {
    background: #fff;
    border-radius: 15px;
    margin-top: 30px;
}

.GpLeft {
    padding: 30px;
    overflow: hidden;
}

.GcDetail {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
    height: 110px;
}

.GcDetail .title {
    font: bold 36px / 45px "Microsoft YaHei";
    margin: 0 auto 20px;
    color: #111;
}

.content_info {
    border-top: 1px solid #d7d9da;
    width: 100%;
    overflow: hidden;
    /*    margin: 10px auto 0;*/
    padding: 0;
    line-height: 40px;
    font-size: 22px;
}

.content_info p,
.content_info .TRS_Editor P,
.content_info .TRS_Editor DIV {
    margin: 10px 0 0;
    color: #111;
    line-height: 40px;
    font-size: 22px;
}

.content_info img {
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
}

.article_fs {
    font-size: 16px;
    line-height: 36px;
    margin: 0 50px 0 0;
}

.shareIcon {
    float: right;
    font-size: 16px;
}

.back {
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    color: #999 ! important;
    float: right;
}

.info-sub {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #f0f4f7;
}

.info-sub p {
    margin: 0;
    font: 16px/26px "Microsoft Yahei";
    color: #333
}

.m-slider {
    position: fixed;
    right: 10px;
    margin-right: 150px;
    z-index: 1;
    bottom: 150px;
    width: 50px;
    text-indent: -200px;
}


.m-slider .home {
    display: block;
    background: url(m2.png) no-repeat center top;
    overflow: hidden;
    width: 51px;
    height: 51px;
}

.m-slider .backtop {
    display: block;
    margin-top: 5px;
    background: url(m1.png) no-repeat center top;
    overflow: hidden;
    width: 51px;
    height: 51px;
}

.m-slider .backindex {
    display: block;
    margin-top: 5px;
    background: url(m2.png) no-repeat center top;
    overflow: hidden;
    width: 51px;
    height: 51px;
}

.mdcol {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
}

.mdcol .hd {
    width: 1400px;
    height: 301px;
}

.mdcol1 .hd {
    background: url(mdcol1-hd.png) no-repeat center top;
}

.mdcol2 .hd {
    background: url(mdcol2-hd.png) no-repeat center top;
}

.mdcol3 .hd {
    background: url(mdcol3-hd.png) no-repeat center top;
}

.mdcol1 .bd,.mdcol2 .bd,.mdcol3 .bd {
    overflow: hidden;
    background-color: #fff;
}

.mdcol::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1400px;
    height: 119px;
    background: url(mdcol-bd-footer.png) no-repeat center top;
    content: "";
}

.mditem {
    width: 1231px;
    margin: 0 auto;
    overflow: hidden;
}

.mditem:nth-child(2) {
    margin-top: -90px;
}

.mditem .zhd {
    position: relative;
    width: 387px;
    height: 99px;
    margin: 40px auto 0;
    background: url(mdcol-zhd.png) no-repeat center top;
    font: bold 43px/99px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    z-index: 3;
}

.mditem .zbd {
    position: relative;
    top: -81px;
    overflow: hidden;
    background-color: #ecf8ff;
    border-radius: 26px;
    z-index: 2;
}

.mditem .zbd .title {
    width: 1180px;
    margin: 112px auto 0;
    font: bold 36px/89px "Microsoft Yahei";
    color: #bf5304;
    background-color: #ffdd8d;
    border-radius: 45px;
}

.mditem ul {
    width: 1180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.mditem ul li:nth-child(1) {
    flex: 0 0 calc(35%);
}

.mditem ul li:nth-child(2) {
    flex: 0 0 calc(35%);
}

.mditem ul li:nth-child(3) {
    flex: 0 0 calc(30%);
}

.mdcol3 .mditem ul li:nth-child(1) {
    flex: 0 0 calc(50%);
}

.mdcol3 .mditem ul li:nth-child(2) {
    flex: 0 0 calc(50%);
}

.mditem ul.title + ul.content {
    margin-top: 20px;
}

.mditem .content li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 115px;
    font: 24px/36px "Microsoft Yahei";
}

.mditem .content::after {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    content: "";
}

.mdcol3 .title li{
    width: 100%!important;
     flex: 0 0 calc(100%)!important;
}

.pages{  text-align: center;}
.pages a{ box-sizing: border-box; display: inline-block; width: 34px; height: 34px; margin: 0 4px; font-size: 14px; line-height: 32px; text-align: center; color: #666; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 4px; cursor: pointer;}
.pages span{ font-size: 14px; line-height: 34px; margin: 0 5px;}
.pages a.first, .pages a.prev, .pages a.next, .pages a.last{ box-sizing: border-box; width: auto; padding: 0 10px; height: 34px; cursor: pointer;}
.pages a.active, .pages a:hover{ color: #fff; background-color: #569DDB ; border-color: #569DDB ;}
.sel_page_wrap{ display: inline-block; font-size: 14px; line-height: 36px; color: #666;}
#sel_page{ height: 34px; margin: 0 5px; color: #666; border-color: #e6e6e6; border-radius: 4px; cursor: pointer;}


.content-img{
    width: 1160px;
    margin: 20px auto;
    height: 460px;
    overflow-y: scroll;
}

.content-img  img{
    width: 100%;
}