@charset "utf-8";

/* CSS Document */

.header {
    width: 100%;
    overflow: hidden;
}

.header .head_top {
    width: 100%;
    background: #F2F2F2;
}

.header .head_top p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.header .head_bottom {
    padding-top: 20px;
    padding-bottom: 22px;
    overflow: hidden;
}

.header .head_bottom .logo {
    float: left;
}

.header .head_bottom .head_right {
    float: right;
    margin-top: 6px;
}

.header .head_bottom .head_right .login_sect {
    float: left;
}

.header .head_bottom .head_right .login_sect a {
    float: left;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    color: #282828;
    text-align: center;
}

.header .head_bottom .head_right .login_sect a img {
    height: 15px;
}

.header .head_bottom .head_right .login_sect a p {
    font-size: 12px;
    color: #282828;
}

.header .head_bottom .head_right .login_sect .login_btn {
    position: relative;
}

.header .head_bottom .head_right .login_sect .login_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    background: #e0e0e0;
}

.header .search_box {
    float: left;
    margin-left: 10px;
    width: 284px;
    height: 33px;
    border: 1px solid #C8C8C8;
}

.header .search_box input {
    float: left;
    width: 239px;
    height: 33px;
    border: 0;
    font-size: 14px;
    color: #666;
}

.header .search_box input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}

.header .search_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.header .search_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.header .search_box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.header .search_box button {
    width: 35px;
    height: 33px;
    border: 0;
    background: #134986;
}

.nav {
    width: 100%;
    height: 50px;
    background: #1858A2;
}

.nav ul>li {
    position: relative;
    float: left;
    width: 108px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav ul>li:last-child {
    border-right: 0;
    width: 120px;
}

.nav ul>li a {
    display: block;
}

.nav ul>li:hover>a,
.nav ul>li.active>a {
    background: #134986;
}

.nav ul>li .menu_nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #134986;
    z-index: 999999;
}

.nav ul>li .menu_nav li {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    border-right: 0;
}

.nav ul>li .menu_nav li a {
    padding: 5px;
}

.nav ul>li .menu_nav li:hover a {
    background: #1858A2;
}

.banner {
    position: relative;
    margin-top: 19px;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: 350px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    outline: none;
}

.banner .swiper-pagination-bullet-active {
    background: #134986;
}

.notice_section {
    margin: 25px 0;
    height: 113px;
    border: 1px solid #E0E0E0;
    background: url(../images/title.png) top left no-repeat;
    overflow: hidden;
}

.notice_section .notice_box {
    margin: 15px 30px;
    margin-left: 40px;
    overflow: hidden;
}

.notice_section .notice_box h6 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_section .notice_box p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.section {
    width: 100%;
    overflow: hidden;
}

.news_slide {
    float: left;
    position: relative;
    width: 590px;
    height: 350px;
}

.news_slide .bd li {
    position: relative;
    width: 590px;
    height: 350px;
}

.news_slide .bd li img {
    width: 100%;
    height: 350px;
}

.news_slide .bd li .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 10px;
    padding-right: 120px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_slide .hd {
    position: absolute;
    right: 16px;
    bottom: 15px;
}

.news_slide .hd li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 100%;
    background: #fff;
}

.news_slide .hd li.on {
    background: #E60012;
}

.news_tab {
    float: right;
    width: 580px;
    height: 350px;
    overflow: hidden;
}

.news_tab .hd {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #E0E0E0;
}

.news_tab .hd ul {
    position: relative;
    padding-right: 45px;
}

.news_tab .hd ul li {
    float: left;
    margin-right: 10px;
    height: 38px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.news_tab .hd ul li span {
    margin-right: 10px;
    display: inline-block;
    height: 37px;
}

.news_tab .hd ul li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 33px;
}

.news_tab .hd ul li.on span {
    color: #134986;
    border-bottom: 3px solid #1858A2;
}

.news_tab .hd ul li.on .more {
    display: block;
}

.news_tab .bd {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news_tab .bd .news_items {
    min-height: 20px;
}

.news_list {
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
}

.news_list li {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    overflow: hidden;
}

.news_list li a {
    float: left;
    max-width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li a span {
    margin-right: 5px;
    color: #1858A2;
}

.news_list li .time {
    float: right;
    color: #999;
}

.member_news {
    width: 100%;
    overflow: hidden;
}

.section_title {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #E3E3E3;
}

.section_title h6 {
    float: left;
    height: 37px;
    font-size: 18px;
    color: #333;
    border-bottom: 3px solid #134986;
}

.section_title .more {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.membernews_list {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.membernews_list li {
    float: left;
    margin-right: 46px;
    margin-bottom: 20px;
    width: 265px;
    overflow: hidden;
}
.membernews_list li:nth-child(4n){
    margin-right: 0;
}


.membernews_list li img {
    width: 100%;
    height: 162px;
    object-fit: cover;
}

.membernews_list li .item_cont {
}

.membernews_list li .item_tit {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}

.membernews_list li .item_tit h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.membernews_list li .item_tit span {
    display: none;
    float: right;
    color: #666;
}

.membernews_list li .item_cont p {
    display: none;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.association_section {
    width: 100%;
    height: 530px;
    background: url(../images/bg1.png);
    background-size: auto 100%!important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    overflow: hidden;
}

.association_section .w1200 {
    margin-top: 40px;
}

.association_box {
    position: relative;
}

.association_box .association_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
    z-index: 99;
}

.association_left .section_title2 {
    margin-bottom: 42px;
    width: 100%;
    overflow: hidden;
}

.association_left .section_title2 h6 {
    position: relative;
    float: left;
    height: 45px;
    font-size: 24px;
    color: #346BAE;
}

.association_left .section_title2 h6::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 50px;
    height: 3px;
    background: #346BAE;
}

.association_left .img_box {
    position: relative;
    width: 100%;
    height: 317px;
}

.association_left .img_box img {
    width: 452px;
    height: 309px;
    border: 4px solid #fff;
}

.association_left .img_box .cover_tit {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    padding: 9px 5px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.association_right {
    float: right;
    margin-top: 24px;
    width: 777px;
    height: 372px;
    background: rgba(24, 88, 160, .4);
    border: 4px solid rgba(255, 255, 255, .8);
}

.association_right .item_cont {
    float: left;
    margin-left: 71px;
    margin-top: 40px;
    width: 472px;
    overflow: hidden;
}

.association_right .item_cont p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    /*要显示的行数*/
    overflow: hidden;
}

.association_right .item_cont .more {
    display: block;
    margin-top: 25px;
    width: 105px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #89BC43;
}

.association_right .association_menu {
    float: right;
    margin-top: 50px;
    margin-right: 69px;
    width: 105px;
}

.association_right .association_menu ul {
    position: relative;
    width: 100%;
}

.association_right .association_menu ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 13px;
    width: 1px;
    background: #fff;
}

.association_right .association_menu ul li {
    position: relative;
    margin-bottom: 85px;
    padding-left: 14px;
}

.association_right .association_menu ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
}

.association_right .association_menu ul li a {
    position: relative;
    top: -8px;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.media_section {
    width: 100%;
}

.section_title3 {
    margin-bottom: 20px;
    padding-left: 20px;
    height: 22px;
    font-size: 24px;
    color: #346BAE;
    font-weight: bold;
    line-height: 22px;
    border-left: 8px solid #346BAE;
}

.proceedings_section {
    width: 100%;
    overflow: hidden;
}

.proceedings_section .section_title4 {
    margin-bottom: 20px;
    padding: 10px 12px;
    background: #F2F2F2;
    overflow: hidden;
}

.proceedings_section .section_title4 h6 {
    float: left;
    font-size: 18px;
    color: #346BAE;
}

.proceedings_section .section_title4 .more {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.proceedings_list {
    width: 100%;
}

.proceedings_list li {
    float: left;
    margin-right: 50px;
    width: 575px;
}

.proceedings_list li:nth-child(2n) {
    margin-right: 0;
}

.proceedings_list li a {
    display: flex;
}

.proceedings_list li img {
    float: left;
    width: 165px;
    height: 236px;
}

.proceedings_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 410px;
}

.proceedings_list li .item_cont h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proceedings_list li .item_cont .item_text {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.proceedings_list li .item_cont .item_text p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /*要显示的行数*/
    overflow: hidden;
}

.proceedings_list li .item_cont .more {
    margin-top: 33px;
    font-size: 16px;
    color: #346BAE;
}

.video_list {
    width: 100%;
}

.video_list li {
    float: left;
    margin-right: 46px;
    width: 265px;
}

.video_list li:nth-child(4n) {
    margin-right: 0;
}

.video_list li .img_box {
    margin-bottom: 9px;
    position: relative;
    width: 100%;
    height: 180px;
}

.video_list li .img_box .video_img {
    width: 100%;
    height: 180px;
}

.video_list li .img_box .cover_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video_list li .img_box .cover_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video_list li p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.section_title5 {
    margin-bottom: 20px;
    padding: 10px;
    border-top: 2px solid #346BAE;
    background: #F2F2F2;
    overflow: hidden;
}

.section_title5 h6 {
    float: left;
    font-size: 18px;
    color: #346BAE;
}

.section_title5 .more {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.img_section {
    padding: 21px;
    padding-bottom: 10px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.img_list {
    width: 100%;
    overflow: hidden;
}

.img_list li {
    float: left;
    margin-right: 32px;
    width: 265px;
}

.img_list li img {
    margin-bottom: 10px;
    width: 100%;
    height: 180px;
}

.img_list li p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link_section {
    padding-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.link_section h6 {
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 34px;
    font-weight: normal;
}

.link_section .link_list {
    float: right;
}

.link_section .link_list select {
    display: block;
    float: left;
    padding-left: 20px;
    margin-right: 29px;
    width: 350px;
    height: 34px;
    font-size: 14px;
    color: #333;
    border: 1px solid #BFBFBF;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/icon5.png) no-repeat 97% center transparent;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none;
}

.link_section .link_list select:last-child {
    margin-right: 0;
}

.footer {
    width: 100%;
    background: #555;
    overflow: hidden;
}

.footer_top {
    padding: 13px 0;
    border-bottom: 1px solid #484848;
    overflow: hidden;
}

.footer_top p {
    font-size: 14px;
    color: #F0F0F0;
}

.footer .footer_bottom {
    padding: 20px 0;
    border-top: 1px solid #666;
    overflow: hidden;
}

.footer .footer_left {
    float: left;
}

.footer .footer_left p {
    font-size: 14px;
    color: #F0F0F0;
    line-height: 36px;
}

.footer .footer_right {
    float: right;
    width: 130px;
}

.footer .footer_right img {
    width: 100%;
    height: 130px;
}

.footer .footer_right p {
    margin-top: 10px;
    font-size: 16px;
    color: #F0F0F0;
    text-align: center;
}

.page_content {
    padding-bottom: 20px;
    background: #f5f5f5;
}

.sidenav {
    float: left;
    width: 240px;
    overflow: hidden;
}

.sidenav .sidenav_title {
    width: 100%;
    height: 160px;
    background: #1858A2;
    overflow: hidden;
}

.sidenav .sidenav_title .sidenav_box {
    position: relative;
    display: table;
    margin: 40px auto;
    width: 80px;
    height: 80px;
    background: url(../images/bg2.png) no-repeat;
}

.sidenav .sidenav_title .sidenav_box span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sidenav .sidenav_title .sidenav_box h1 {
    font-size: 22px;
    color: #fff;
}

.sidenav .sidenav_title .sidenav_box p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.sidenav .sidenav_title .sidenav_box .tit2 {
    position: absolute;
    left: 65px;
    bottom: 0px;
    width: 80px;
    text-align: left;
}

.sidenav .sidenav_list {
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
}

.sidenav .sidenav_list>ul>li {
    width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.sidenav .sidenav_list>ul>li a{
    display: block;
}

.sidenav .sidenav_list>ul>li>a {
    padding: 10px;
    padding-left: 20px;
    overflow: hidden;
}

.sidenav .sidenav_list>ul>li:hover>a,
.sidenav .sidenav_list>ul>li.active>a {
    color: #1858A2;
    font-weight: bold;
}
.sidenav .sidenav_list>ul>li.more >a{
    background: url(../images/icon21.png) 94% center no-repeat;
    background-size: 15px;
}
.sidenav .sidenav_list>ul>li.more.active>a{
    background: url(../images/icon21_2.png) 94% center no-repeat;
    background-size: 15px;
}
.sidenav .sidenav_list>ul>li ul{
    display: none;
}
.sidenav .sidenav_list>ul>li.more.active ul{
    display: block;
}
.sidenav .sidenav_list>ul>li ul li a{
    padding: 10px 20px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}

.cont_right {
    float: right;
    width: 940px;
}

.cont_right_box {
    position: relative;
    width: 100%;
    padding-top: 8px;
}

.cont_right_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 8px;
    background: #B9DCFB;
}

.page_section {
    padding: 0 20px;
    padding-bottom: 30px;
    min-height: 550px;
    background: #fff;
    /*overflow: hidden;*/
}

.page_title {
    padding: 19px 0;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
}

.page_title h6 {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.breadnav {
    float: right;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.breadnav img {
    margin-right: 5px;
}

.breadnav span {
    margin: 0 5px;
}

.proposal_section {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.proposal_section li {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.proposal_section li.item {
    float: left;
    margin-right: 20px;
    width: 430px;
}

.proposal_section li.item:nth-child(2n) {
    margin-right: 0;
}

.proposal_section li label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.proposal_section li input {
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #DCDCDC;
}

.proposal_section li textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #666;
    border: 1px solid #DCDCDC;
    resize: none;
}

.proposal_section li input.yzm_inp {
    float: left;
    width: 746px;
}

.proposal_section li .yzm_img {
    float: right;
    cursor: pointer;
    width: 113px;
    height: 38px;
    text-align: center;
    border: 1px solid #DCDCDC;
}

.proposal_section li .yzm_img img {
    max-width: 100%;
    max-height: 38px;
}

.proposal_section li button[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1858A2;
    border-radius: 5px;
    border: 0;
}

.proposal_section li button[type="button"] {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1858A2;
    border-radius: 5px;
    border: 0;
}

.first_list {
    margin-bottom: -25px;
    margin-top: 19px;
    width: 100%;
    overflow: hidden;
}

.first_list li {
    float: left;
    margin-right: 29px;
    margin-bottom: 25px;
    width: 280px;
    height: 328px;
}

.first_list li:nth-child(3n) {
    margin-right: 0;
}

.first_list li img {
    width: 100%;
    height: 175px;
}

.first_list li h6 {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.base_section {
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: -40px;
    padding-top: 23px;
    width: 859px;
}

.base_section .base_title {
    position: relative;
    top: -20px;
    z-index: 999;
    display: table;
    margin: 0 auto;
    padding: 0 60px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: #1858A2;
}

.base_section .base_item {
    position: relative;
    top: -40px;
    padding: 40px 20px;
    padding-bottom: 30px;
    border: 2px dashed #1858A2;
    border-radius: 5px;
    overflow: hidden;
}

.base_section .base_item .base_item_text {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.base_section .base_item .base_item_text,
.base_section .base_item .base_item_text p,
.base_section .base_item .base_item_text p span {
    font-size: 14px;
    color: #333;
    line-height: 2.2;
}

.base_section .base_item .base_item_text img,
.base_section .base_item .base_item_text p img {
    max-width: 100%;
}

.basenews_section {
    width: 100%;
    overflow: hidden;
}

.section_title6 {
    padding-left: 16px;
    font-size: 16px;
    color: #1858A2;
    font-weight: bold;
    line-height: 20px;
    background: url(../images/titbg.png) left center no-repeat;
    overflow: hidden;
}

.section_title6 .more {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.section_title6.two {
    background: url(../images/titbg2.png) left center no-repeat;
}

.basenews_section .news_list li {
    font-size: 14px;
    line-height: 36px;
}

.statement_section {
    margin-top: 20px;
    padding: 45px 13px;
    height: 756px;
    background: url(../images/bg3.png) no-repeat;
    overflow: hidden;
}

.statement_section p {
    font-size: 14px;
    color: #333;
    line-height: 1.78;
}

.two_list {
    width: 100%;
    overflow: hidden;
}

.two_list li {
    padding: 18px 0;
    border-bottom: 1px dashed #ECEBEA;
    overflow: hidden;
}

.two_list li img {
    float: left;
    width: 170px;
    height: 105px;
}

.two_list li .item_cont {
    float: right;
    width: 702px;
}

.two_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li .item_cont .item_time {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 16px;
    color: #666;
}

.two_list li .item_cont .item_text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.three_list {
    margin-top: 20px;
    margin-bottom: -30px;
    width: 100%;
    overflow: hidden;
}

.three_list li {
    float: left;
    margin-bottom: 30px;
    margin-right: 60px;
    width: 415px;
    overflow: hidden;
}

.three_list li:nth-child(2n) {
    margin-right: 0;
}

.three_list li a {
    display: flex;
}

.three_list li img {
    float: left;
    width: 110px;
    height: 150px;
}

.three_list li .item_cont {
    align-self: center;
    margin-left: 17px;
    width: 286px;
}

.three_list li .item_cont h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three_list li .item_cont p {
    text-indent: 2em;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.four_list {
    margin-top: 20px;
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.four_list li {
    float: left;
    margin-right: 37px;
    margin-bottom: 25px;
    width: 150px;
}

.four_list li:nth-child(5n) {
    margin-right: 0;
}

.four_list li img {
    width: 100%;
    height: 200px;
}

.four_list li h6 {
    margin: 7px 0;
    margin-top: 15px;
    font-size: 16px;
    color: #1858A2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.leader_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.leader_list li {
    margin-bottom: 19px;
    padding: 19px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.leader_list li:last-child {
    margin-bottom: 0;
}

.leader_list li .items_box {
    display: flex;
}

.leader_list li .img_box {
    float: left;
    width: 130px;
    height: 130px;
    text-align: center;
    background: #f8f8f8;
}

.leader_list li .img_box img {
    width: 100px;
    height: 130px;
}

.leader_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 710px;
}

.leader_list li .item_tit {
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.leader_list li .item_tit h6 {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.leader_list li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.six_list {
    margin-bottom: -25px;
    margin-top: 19px;
    width: 100%;
    overflow: hidden;
}

.six_list li {
    float: left;
    margin-right: 52px;
    margin-bottom: 25px;
    width: 265px;
    height: 242px;
}

.six_list li:nth-child(3n) {
    margin-right: 0;
}

.six_list li .img_box {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.six_list li .img_box .video_img {
    width: 100%;
    height: 180px;
}

.six_list li .img_box .icon_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.six_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.seven_list {
    width: 100%;
    overflow: hidden;
}

.seven_list li {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px dashed #ECEBEA;
    overflow: hidden;
}

.seven_list li img {
    float: left;
    width: 165px;
    height: 235px;
}

.seven_list li a {
    display: flex;
}

.seven_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 705px;
}

.seven_list li .item_cont h6 {
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seven_list li .item_cont .item_text p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.seven_list li .item_cont .more {
    margin-top: 75px;
    font-size: 16px;
    color: #346BAE;
}

.videoh_section {
    margin: 0 auto;
    width: 700px;
    height: 518px;
    overflow: hidden;
}

.videoh_section iframe,
.videoh_section video {
    display: block;
    width: 100%;
    height: 518px;
}

.mechanism_section {
    margin: 0 auto;
    margin-top: 25px;
    width: 810px;
}

.mechanism_section .mechanism_title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.mechanism_text {
    width: 100%;
    overflow: hidden;
}

.mechanism_text,
.mechanism_text p,
.mechanism_text p span {
    font-size: 16px;
    color: #333;
    line-height: 2.3;
}

.eight_list {
    margin-bottom: -10px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

.eight_list li {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
}

.eight_list li:nth-child(5n) {
    margin-bottom: 35px;
}

.eight_list li:last-child {
    margin-bottom: 0;
}

.eight_list li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eight_list li a span {
    margin-right: 5px;
    color: #1858A2;
}

.eight_list li .time {
    float: right;
    color: #999;
}

.economy_slide {
    margin-top: 20px;
    width: 100%;
    height: 455px;
    background: #F5F5F5;
    overflow: hidden;
}

.economy_slide .bd {
    float: left;
    width: 700px;
    height: 455px;
    overflow: hidden;
}

.economy_slide .bd li {
    position: relative;
    width: 100%;
    height: 455px;
    overflow: hidden;
}

.economy_slide .bd li img {
    width: 100%;
    height: 455px;
}

.economy_slide .bd li .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 14px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.economy_slide .hd {
    float: right;
    margin-right: 25px;
    padding: 5px 0;
    width: 415px;
}

.economy_slide .hd li {
    padding: 15px 0;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.economy_slide .hd li img {
    float: left;
    width: 122px;
    height: 80px;
}

.economy_slide .hd li .item_cont {
    float: right;
    width: 278px;
}

.economy_slide .hd li .item_cont h6 {
    height: 48px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.economy_slide .hd li .item_cont p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
}

.economy_slide .hd li.on .item_cont h6 {
    color: #134986;
    font-weight: bold;
}

.noticenews_section {
    float: left;
    width: 565px;
}

.noticenews_section .news_list li {
    line-height: 40px;
}

.broadcast_section {
    float: right;
    width: 565px;
}

.broadcast_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.broadcast_list li {
    float: left;
    margin-right: 25px;
    width: 270px;
}

.broadcast_list li:nth-child(2n) {
    margin-right: 0;
}

.broadcast_list li img {
    margin-bottom: 15px;
    width: 100%;
    height: 165px;
}

.broadcast_list li p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.education_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.education_list li {
    float: left;
    margin-right: 26px;
    width: 270px;
}

.education_list li:nth-child(4n) {
    margin-right: 0;
}

.education_list li .img_box {
    position: relative;
    margin-bottom: 17px;
    width: 100%;
    height: 165px;
}

.education_list li .img_box .jy_img {
    width: 100%;
    height: 165px;
}

.education_list li .img_box .cover_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.education_list li .img_box .cover_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.education_list li h6 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.education_list li .item_info {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.education_list li .item_info p {
    font-size: 14px;
    line-height: 20px;
}

.education_list li .item_info .Left {
    color: #1858A2;
}

.education_list li .item_info .Right {
    color: #999;
}

.education_list li .item_info .Right img {
    margin-right: 5px;
}

.contact_section {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.contact_section table {
    margin-bottom: 45px;
    width: 100%;
}

.contact_section table:last-child {
    margin-bottom: 0;
}

.contact_section table thead th,
.contact_section table tbody tr td {
    padding: 15px 20px;
    padding-bottom: 14px;
}

.contact_section table thead th {
    font-size: 16px;
    color: #f5f5f5;
    text-align: left;
    background: #134986;
}

.contact_section table tbody tr td {
    font-size: 14px;
    color: #333;
}

.contact_section table tbody tr:nth-child(even) td {
    background: #eee;
}

.organization_section {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 840px;
    overflow: hidden;
}

.organization_section img {
    width: 100%;
}

.department_list {
    position: absolute;
    top: 426px;
    left: 0;
    width: 275px;
}

.department_list li {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
}

.department_list li a {
    display: block;
    width: 100%;
    height: 40px;
}

.branch_list {
    position: absolute;
    top: 420px;
    right: 0;
    width: 275px;
}

.branch_list li {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
}

.branch_list li a {
    display: block;
    width: 100%;
    height: 50px;
}

.webmap_section {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.webmap_section ul,
.webmap_section ul li {
    width: 100%;
    overflow: hidden;
}

.webmap_section ul li {
    margin-bottom: 20px;
}

.webmap_section li h6 {
    float: left;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    background: #134986;
}

.webmap_section li .item_cont {
    float: left;
    padding-left: 20px;
    width: 744px;
    min-height: 38px;
    border: 1px solid rgba(19, 73, 134, .5);
    overflow: hidden;
}

.webmap_section li .item_cont a {
    display: block;
    float: left;
    margin-right: 40px;
    font-size: 16px;
    color: #333;
    line-height: 38px;
}

.fixedright_section {
    position: fixed;
    top: 35%;
    right: 60px;
    width: 80px;
    z-index: 999;
}

.fixedright_section li {
    position: relative;
    margin-bottom: 10px;
    display: table;
    width: 100%;
    height: 80px;
    text-align: center;
    background: #1858A2;
}

.fixedright_section li a {
    display: table-cell;
    vertical-align: middle;
}

.fixedright_section li p {
    margin-top: 4px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.fixedright_section li.scrollUp {
    opacity: 0;
    background: #BA1313;
}

.fixedright_section li .ewm_section {
    display: none;
    position: absolute;
    right: 80px;
    bottom: 0;
    padding: 10px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}

.fixedright_section li:hover .ewm_section {
    display: block;
}

.fixedright_section li .ewm_section img {
    width: 120px;
    height: 120px;
}

.nine_list {
    margin-top: 20px;
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.nine_list li {
    float: left;
    margin-right: 13px;
    margin-bottom: 25px;
    width: 215px;
}

.nine_list li:nth-child(4n) {
    margin-right: 0;
}

.nine_list li img {
    margin-bottom: 10px;
    width: 100%;
    height: 145px;
}

.nine_list li p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 图集详情轮播样式 */

.atlas_section_slide {
    width: 800px;
    height: 540px;
    margin: 5px auto;
    position: relative;
    overflow: hidden;
}

.gallery-top {
    position: relative;
    z-index: 99;
}

.gallery-top .swiper-slide img {
    height: 540px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #fff;
}

.atlas_section_slide .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    height: 58px;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    height: 54px;
}

.gallery-thumbs .swiper-slide {
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide,
.gallery-thumbs .swiper-slide img {
    height: 54px;
}

.atlas_section_slide .swiper-pagination-fraction {
    width: auto;
    color: #fff;
    font-size: 14px;
    z-index: 99999;
    left: 20px;
}

.atlas_section_slide .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 21px;
}

.atlas_section_slide .swiper-pagination-fraction .swiper-pagination-total:before {
    content: "0";
}

.gallery-thumbs {
    position: absolute;
    left: inherit;
    width: 710px;
    right: 10px;
    bottom: 1px;
    height: 58px;
    z-index: 9999999;
}

.atlas_section_slide .slide_black {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    z-index: 9;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.6);
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.atlas_section_slide .swiper-button-next.swiper-button-white,
.atlas_section_slide .swiper-button-prev.swiper-button-white {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
    cursor: pointer;
}

.atlas_section_slide .swiper-button-prev.swiper-button-white {
    background: url(../images/prev.jpg) no-repeat;
    left: 0;
}

.atlas_section_slide .swiper-button-prev.swiper-button-white:hover {
    background: url(../images/prev_2.jpg) no-repeat;
}

.atlas_section_slide .swiper-button-next.swiper-button-disabled,
.atlas_section_slide .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
}

.atlas_section_slide .swiper-button-next.swiper-button-white {
    right: 0;
    background: url(../images/next.jpg) no-repeat;
}

.atlas_section_slide .swiper-button-next.swiper-button-white:hover {
    background: url(../images/next_2.jpg) no-repeat;
}

.filebox_section {
    margin: 0 auto;
    margin-top: 10px;
    width: 835px;
    height: 895px;
}

.filebox_section iframe {
    width: 100%;
    height: 895px;
    border: 0;
}

.link_slide {
    position: relative;
    padding-top: 6px;
    padding-bottom: 30px;
    border-top: 2px solid #346BAE;
    overflow: hidden;
}

.link_slide .swiper-slide {
    margin-top: 14px !important;
}

.link_slide .swiper-slide .img_box {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 60px;
    text-align: center;
    border: 1px solid #EDEDED;
}

.link_slide .swiper-slide .img_box a {
    display: table-cell;
    vertical-align: middle;
}

.link_slide .swiper-slide .img_box img {
    max-width: 210px;
    max-height: 55px;
}

.link_slide .swiper-pagination {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.link_slide .swiper-pagination-bullet {
    margin: 0 6px;
    width: 10px;
    height: 10px;
    background: #999;
    opacity: 1;
    outline: none;
}

.link_slide .swiper-pagination-bullet-active {
    background: #346BAE;
}


/* 滑过样式 */

.header .head_top p a:hover,
.header .head_bottom .head_right .login_sect a:hover p,
.notice_section .notice_box:hover h6,
.news_tab .hd ul li .more:hover,
.news_list li a:hover,
.section_title .more:hover,
.membernews_list li a:hover .item_tit h6,
.proceedings_section .section_title4 .more:hover,
.proceedings_list li a:hover h6,
.video_list li a:hover p,
.img_list li a:hover p,
.breadnav a:hover,
.breadnav a.active,
.first_list li:hover h6,
.two_list li a:hover h6,
.three_list li a:hover h6,
.six_list li:hover p,
.seven_list li a:hover h6,
.NewsPages a:hover,
.eight_list li a:hover,
.broadcast_list li:hover p,
.education_list li:hover h6,
.webmap_section li .item_cont a:hover,
.nine_list li:hover p,
.section_title6 .more:hover {
    color: #134986;
}
