.main {
    min-width: 1200px;
}
.container {
    width: 1200px;
    margin: auto;
}
.header {
    height: 200px;
    background: url("../images/headerBg.png") no-repeat center center;
    background-size: cover;
}
.header .header-title {
    display: flex;
    align-items: center;
    color: #C81C1E;
}
.header .header-title img {
    width: 65px;
}
.header-title-text {
    margin-left: 20px;
}
.header .header-title-text-cn {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 8px;
}
.header .header-title-text-cn2 {
    letter-spacing: 20px;
}
.header .header-title-text-en {
    font-size: 14px;
}
.header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-tools {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header-tools-first {
    display: flex;
    align-items: center;
}
.header-tools-first-list {
    display: flex;
    color: #2A84E5;
    font-size: 14px;
}
.header-tools-first .wx-icon {
    width: 20px;
    cursor: pointer;
}
.header-tools-wx {
    position: relative;
}
.header-tools-wx:hover .wx-hover-img {
    display: block;
}
.wx-hover-img {
    display: none;
    position: absolute;
    left: -46px;
    top: 30px;
    width: 120px;
    height: 120px;
    z-index: 99;
}
.header-tools-first-list li {
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}
.header-tools-first-list li::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #979797;
    position: absolute;
    top: 4px;
    right: 0;
}
.header-tools-first-list li:last-child::after {
    display: none;
}
.header-tools-second {
    margin-top: 10px;
    position: relative;
}
.header-tools-search {
    width: 200px;
    height: 32px;
    border: 1px solid #2A84E5;
    padding: 10px;
    padding-right: 30px;
    margin-right: 10px;
}
.header-tools-second .icon {
    position: absolute;
    width: 18px;
    top: 6px;
    right: 20px;
}

/* nav */
.nav {
    min-height: 60px;
    background: #1164BE;
}
.nav-scroll {
    overflow: auto;
}
.nav-list {
    display: flex;
    flex-wrap: nowrap;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: normal;
}
.nav-list .active, .nav-list li:hover {
    background: #FFAB48;
    font-weight: bold;
}
.nav-list a {
    padding: 18px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

/* banner */
.banner {
    height: 230px;
    background: url("../images/list-bg.png") no-repeat center center;
    background-size: cover;
}

/* content */
.content {
    background: url("../images/list-background.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 40px;
}
.crumbs {
    padding: 20px 0;
}
.crumbs .active {
    color: #1164BE;
}

.list-title {
    width: 201px;
}
.list-title .head {
    height: 54px;
    background: url("../images/list-title-bg.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.head img {
    width: 24px;
    margin-right: 15px;
}
.list-title-text {
    padding-left: 15px;
    border-left: 1px solid #fff;
}
.list-second {
    width: 192px;
    background: #1164BE;
    color: #fff;
    padding: 8px 20px;
    text-align: right;
    border-top: 1px solid #ccc;
}
.list-title .more {
    width: 192px;
    box-shadow: 0px 2px 8px 0px rgba(193,193,193,0.5);
    padding: 12px 15px;
}

.list-title .more p {
    font-size: 13px;
    color: #666666;
    margin-top: 8px;
}
.list-title .qrcode {
    margin-top: 14px;
    text-align: center;
}
.list-title .more .qrcode-img {
    width: 160px;
    height: 160px;
}
.list-title .qrcode p {
    margin-top: 4px;
    color: #333;
}

.list-content {
    background: #fff;
    margin-left: 14px;
    width: calc(100% - 215px);
    padding: 0 20px;
}
.list-content .list-item {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.list-item-title {
    color: #333333;
}
.list-item-title:hover{
    color:#2C85E5;
}
.list-item-title::before {
    content: "◆";
    color: #ccc;
    margin-right: 10px;
}
.list-item-time {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    position: relative;
    padding-left: 50px;
}
.list-item-time::before {
    content: "◴";
    font-size: 20px;
    position: absolute;
    left: 26px;
    top: -5px;
}
.list-item-more {
    color: #1164BE;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.list-item-more::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/more-right.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 4px;
    right: 0;
}

.pager {
    padding: 25px 0;
    margin-left: 220px;
    display: flex;
    justify-content: center;
}
.list-wall {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.wall-item {
    width: 150px;
    text-align: center;
    margin: 18px;
    cursor: pointer;
}
.wall-item img {
    width: 100%;
}
.wall-item p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
    font-size: 14px;
    color: #333333;
}


/* footer */
.footer {
    min-height: 182px;
    background: url("../images/footer-bg.png") no-repeat center center;
    background-size: cover;
    padding: 32px 0;
}
.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.tool-list {
    display: flex;
    justify-content: center;
}
.tool-item {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}
.tool-item::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
}
.tool-item:last-child::after {
    display: none;
}
.info-list {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 600px;
    flex-wrap: wrap;
}
.info-item {
    margin-top: 5px;
}
.copyright {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    opacity: .8;
}
.footer-qrcode {
    position: absolute;
    right: 0;
}
.qrcode-img {
    width: 100px;
    height: 100px;
}
.footer-qrcode p {
    text-align: center;
}

#back-top {
    position: fixed;
    z-index: 999;
    width: 80px;
    height: 80px;
    right: 100px;
    bottom: 240px;
    background: #fff;
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 16px 0;
    cursor: pointer;
}
#back-top img {
    width: 28px;
    height: 28px;
}

.detail-content {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    background-image: url("../images/details-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 20px;
}
.detail-head {
    border-bottom: 1px dashed #ccc;
    padding: 46px 20px 42px 20px;
}
.detail-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.detail-info {
    margin-top: 42px;
    display: flex;
    color: #666;
    justify-content: center;
}
.detail-info p {
    margin: 0 20px;
    padding-left: 25px;
}
.detail-info .time {
    background: url("../images/time.png") no-repeat left center;
    background-size: 18px;
}
.detail-info .view-num {
    background: url("../images/view.png") no-repeat left center;
    background-size: 18px;
}
.detail-info .origin {
    background: url("../images/origin.png") no-repeat left center;
    background-size: 18px;
}
.detail-text {
    padding: 26px 0;
    font-size: 12pt;
    color: #333;
    text-indent: 2em;
    line-height: 32px;
    text-align: justify;
}
.detail-text p,.detail-text div,.detail-text span {
    line-height: 32px !important;
    font-family: '微软雅黑',FZLTHJW,Lucida Grande, Verdana, Lucida, Arial, Helvetica, sans-serif!important;
    margin: 10px 0;
}
.detail-text table p{text-indent:0!important;}
/*.detail-text img {
    max-width: 550px;
    display: block;
    margin: 30px auto;
}*/

.page{padding: 10px 0;text-align: center;font-size: 0;margin-top: 10px;}
.page a,.page span{display: inline-block;font-size: 14px;color: #555;line-height: 35px;padding: 0 15px;margin: 0 5px; background: #efefef;}
.page a{background: #efefef;border-radius: 3px;}
.page a:hover,.page a.active{background: #001071;color: white;box-shadow: 1px 1px 5px #666;}
.page input{width: 48px;height: 33px;border: 1px solid #ccc;text-align: center;vertical-align: top;}

.message{overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.msg-form{display: block;width: 850px;float: left;}
.msg-form label{display: block;overflow: hidden;margin-top: 20px;line-height: 35px;}
.msg-form label:first-child{margin-top: 0;}
.msg-form label span{display: block;width: 120px;text-align: right;float: left;padding-right: 15px;}
.msg-form label input[type=text]{width: 300px;height: 33px;border: 1px solid #ccc;padding-left: 18px;float: left;}
.msg-form label input[type=radio]{margin-left: 10px;vertical-align: middle;cursor: pointer;}
.msg-form label textarea{padding: 9px;border: 1px solid #ccc;line-height: 25px;height: 150px;width: 400px;float: left;}
.msg-form label input.yzm{width: 98px;padding-left: 18px;}
.get-code{display: block;width: 88px;line-height: 33px;text-align: center;border: 1px solid #001071;float: left;margin-left: 20px;color: #001071;}
.get-code:hover,.get-code.active{background: #001071;color: white;}
.get-code.active{cursor: default;}
.submit{display: block;height: 35px;padding: 0 30px;border-radius: 5px;background: #1164BE;color: white;margin: auto;margin-top: 30px;}
.red{color: #FF0000;}
.msg-table{border-collapse: collapse;border: 1px solid black;width: 100%;}
.msg-table, .msg-table td, .msg-table th{border: 1px solid #C5DDEC;}
.msg-table tr {height: 35px;}
.msg-table td {font-size: 14px;}
.msg-table td a:hover{color:#2C85E5;}

.msg-detail-table{border-collapse: collapse;border: 1px solid black;width: 100%;}
.msg-detail-table, .msg-detail-table td, .msg-detail-table th{border: 1px solid #C5DDEC;}
.msg-detail-table tr {height: 35px;}
.msg-detail-table td {padding-left: 6px;font-size: 14px;}
.msg-detail-table-label {
    background-color: #e4f2fd;
    text-align: right;
}

.leader{display: flex; flex-direction: column; width: 100%; margin-top: 20px;}
.leader .top-wrap {display: flex;align-items: center;justify-content: space-between}
.leader .top-wrap .top-title {
    width: 48%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #eee;
    height: 88px;
    line-height: 88px;
    cursor: pointer;
}
.leader .top-wrap .active, .leader .top-wrap .top-title:hover {
    color: #fff;
    background: #9bd2ff;
}
.leader .moudle {
    width: 100%;
    padding: 12px;
    background: #e5f5ff;
    margin-top: 12px;
}
.leader .moudle .modle-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.leader .moudle .modle-item .title-warp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leader .moudle .modle-item .title-warp .title {
    font-size: 20px;
    font-weight: 700;
    color: #005bc6;
    padding-bottom: 6px;
    border-bottom: 4px solid #f4b718;
}
.leader .moudle .modle-item .personnel-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
}
.leader .moudle .modle-item .personnel-warp .personnel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    padding: 12px 0;
    margin-right: 12px;
    margin-bottom: 12px;
    min-height: 210px;
    width: calc(25% - 12px);
    border-radius: 8px;
}
.leader .moudle .modle-item .personnel-warp .personnel .personnel-img {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
    width: 124px;
    height: 190px;
}
.leader .moudle .modle-item .personnel-warp .personnel .personnel-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4px;
    width: 100%;
}
.leader .moudle .modle-item .personnel-warp .personnel .personnel-info .name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.leader .moudle .modle-item .personnel-warp .personnel .personnel-info .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 80px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.leader-table{border-collapse: collapse;border: 1px solid black;width: 100%;}
.leader-table, .leader-table td, .leader-table th{border: 1px solid #C5DDEC;}
.leader-table tr {height: 55px;}
.leader-table td {font-size: 14px;}
.leader-table td a:hover{color:#2C85E5;}

