﻿@charset "utf-8";

/* CSS Document */

.wrap {
    background: url(../images/bg1.png) top center no-repeat;
}

.header {
    width: 100%;
    overflow: hidden;
}

.header .head_top {
    font-size: 14px;
    color: #074a83;
    line-height: 42px;
    font-weight: 500;
}

.head_top .head_left {
    float: left;
}

.head_top .head_right {
    float: right;
}

.header .head_bottom {
    margin-top: 18px;
    margin-bottom: 28px;
    overflow: hidden;
}

.header .head_bottom .logo {
    float: left;
}

.header .head_bottom .search_box {
    float: right;
    margin-top: 90px;
    width: 238px;
    height: 38px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(52, 150, 77, .5);
    overflow: hidden;
}

.header .head_bottom .search_box input {
    float: left;
    width: 190px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 0;
    background: none;
}

.header .head_bottom .search_box button {
    float: right;
    width: 38px;
    height: 38px;
    background: none;
    border: 0;
}

.nav {
    width: 100%;
    height: 50px;
    background: #1f76c1;
}

.nav ul>li {
    position: relative;
    float: left;
    width: 119px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
}

.nav ul>li a {
    display: block;
}

.nav ul>li:hover>a,
.nav ul>li.active>a {
    background: #1265ac;
}

.nav ul>li .menu_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #1f76c1;
    z-index: 999;
}

.nav ul>li .menu_nav li {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    border-right: 0;
}

.nav ul>li .menu_nav li a {
    padding: 5px 10px;
}

.section {
    width: 100%;
    overflow: hidden;
}

.section.page1 {
    padding-top: 30px;
    padding-bottom: 12px;
}

.news_slide {
    float: left;
    position: relative;
    width: 560px;
    height: 335px;
    overflow: hidden;
}

.news_slide .bd li {
    position: relative;
    width: 560px;
    height: 335px;
    overflow: hidden;
}

.news_slide .bd li .cover_tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 20px;
    padding-right: 150px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_slide .bd li img {
    width: 100%;
    height: 335px;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.news_slide .hd {
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.news_slide .hd li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 100%;
    background: #fff;
    opacity: .3;
}

.news_slide .hd li.on {
    opacity: 1;
}

.news_center {
    float: left;
    margin-left: 20px;
    width: 505px;
}

.headlines_section {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 138px;
    background: #f5f5f5;
}

.headlines_section .label_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 9;
    overflow: hidden;
}

.headlines_section .label_box h6 {
    position: relative;
    z-index: 1;
    left: -32px;
    top: 7px;
    padding: 7px 0;
    width: 115px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(317deg);
    background: #e93341;
}

.headlines_section .headlines_slide {
    padding: 6px 18px 25px 20px;
    overflow: hidden;
}

.headlines_section .headlines_slide .hd {
    width: 100%;
    text-align: right;
    line-height: 20px;
    overflow: hidden;
}

.headlines_section .headlines_slide .hd ul,
.headlines_section .headlines_slide .hd .more {
    float: right;
}

.headlines_section .headlines_slide .hd ul {
    margin-right: 10px;
}

.headlines_section .headlines_slide .hd li {
    float: left;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    color: #e93341;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e93341;
}

.headlines_section .headlines_slide .hd li.on {
    color: #fff;
    background: #e93341;
}

.headlines_section .headlines_slide .hd .more {
    font-size: 14px;
    color: #999;
}

.headlines_section .headlines_slide .bd {
    height: 85px;
    overflow: hidden;
}

.headlines_section .headlines_slide .bd .title {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.headlines_section .headlines_slide .bd .title h6 {
    display: inline-block;
    max-width: 85%;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headlines_section .headlines_slide .bd li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news_center .news_tab {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.news_center .news_tab .hd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}

.news_center .news_tab .hd ul {
    position: relative;
    padding-right: 50px;
    overflow: hidden;
}

.news_center .news_tab .hd li {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
}

.news_center .news_tab .hd li a.more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.news_center .news_tab .hd li.on {
    color: #e93341;
}

.news_center .news_tab .hd li.on a.more {
    display: block;
}

.news_center .news_tab .news_items {
    width: 100%;
    min-height: 20px;
    overflow: hidden;
}

.news_list_two {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.news_list_two li {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 31px;
}

.news_list_two li a {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list_two li a span {
    margin-right: 5px;
    color: #333;
}

.news_list_two li .time {
    float: right;
    color: #999;
}

.newstwo_list li a {
    display: block;
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstwo_list li .time {
    float: right;
    color: #999;
}

.newstwo_list_two li a {
    display: block;
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstwo_list_two li .time {
    float: right;
    color: #999;
}

.news_list,
.news_list li {
    width: 100%;
    overflow: hidden;
}

.news_list li {
    font-size: 16px;
    color: #333;
    line-height: 31px;
}

.news_list li a {
    display: block;
    float: left;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li a span {
    margin-right: 5px;
    color: #333;
}

.news_list li .time {
    float: right;
    color: #999;
}

.quick_section {
    float: right;
    width: 90px;
}

.quick_section li {
    position: relative;
    width: 100%;
    text-align: center;
}

.quick_section li .quickewm {
    display: none;
    position: absolute;
    left: -130px;
    bottom: 0;
    padding: 5px;
    background: #fff;
    z-index: 99;
}

.quick_section li:hover .quickewm {
    display: block;
}

.quick_section li .quickewm img {
    width: 120px;
    height: 120px;
}

.quick_section li .img_box {
    padding: 23px 0;
    padding-bottom: 22px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
}

.quick_section li .img_box img {
    height: 45px;
}

.quick_section li p {
    font-size: 12px;
    color: #333;
    line-height: 22px;
}

.adve_sexction {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.adve_sexction img {
    width: 100%;
    height: 140px;
}

.section.page2,
.section.page4 {
    padding-top: 30px;
    padding-bottom: 25px;
    background: #f7f7f7;
}

.news_itembox {
    width: 385px;
    overflow: hidden;
}

.section_title {
    padding-bottom: 12px;
    width: 100%;
    line-height: 24px;
    border-bottom: 2px solid #e93341;
    overflow: hidden;
}

.section_title h6 {
    float: left;
    font-size: 18px;
    color: #e93341;
}

.section_title h6 img {
    margin-right: 10px;
}

.section_title .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.news_itembox .news_first {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
    height: 102px;
    overflow: hidden;
}

.news_itembox .news_first .img_box {
    float: left;
    width: 145px;
    height: 102px;
    overflow: hidden;
}

.news_itembox .news_first img {
    width: 100%;
    height: 102px;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.news_itembox .news_first .item_cont {
    float: right;
    width: 225px;
}

.news_itembox .news_first .item_cont h6 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_itembox .news_first .item_cont p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.news_itembox .news_first .item_cont p.item_text {
    margin-bottom: 4px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_itembox .news_first .item_cont p.item_time {
    text-align: right;
}

.section.page2 .news_list li {
    line-height: 38px;
}

.section.page2 .news_list li a {
    max-width: 86%;
}

.news_itembox .news_two {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.news_itembox .news_two h6 {
    margin-bottom: 9px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_itembox .news_two p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.section.page3 {
    padding: 30px 0;
    background: #fff;
}

.section.page3 .section_title {
    border-bottom: 2px solid #1f76c1;
}

.section.page3 .section_title h6 {
    color: #1f76c1;
}

.newstwo_list,
.newstwo_list li {
    width: 100%;
    overflow: hidden;
}

.newstwo_list li {
    padding: 15px 0;
    padding-top: 14px;
    border-bottom: 1px dashed #a0a0a0;
}

.newstwo_list li.first {
    padding-top: 22px;
    padding-bottom: 20px;
}

.newstwo_list li.first h6 {
    margin-bottom: 8px;
    font-weight: bold;
}

.newstwo_list li h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstwo_list li.first p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.newstwo_list_two {
    margin-top: 3px;
}

.newstwo_list_two,
.newstwo_list_two li {
    width: 100%;
    overflow: hidden;
}

.newstwo_list_two li {
    padding-top: 14px;
    line-height: 34px;
    /*border-bottom: 1px dashed #a0a0a0;*/
}

.newstwo_list_two li.first {
    padding-top: 22px;
    padding-bottom: 20px;
}

.newstwo_list_two li.first h6 {
    margin-bottom: 8px;
    font-weight: bold;
}

.newstwo_list_two li h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstwo_list_two li.first p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.memberhome_section {
    float: left;
    margin-left: 20px;
    width: 605px;
}

.memberhome_list {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

.memberhome_list li {
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    display: table;
    width: 140px;
    height: 105px;
    text-align: center;
    background: rgba(81, 166, 239, .3);
}

.memberhome_list li:nth-child(4n) {
    margin-right: 0;
}

.memberhome_list li img {
    height: 35px;
}

.memberhome_list li a {
    display: table-cell;
    vertical-align: middle;
}

.memberhome_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.knowmember_section {
    float: right;
    width: 160px;
}

.knowmember_list {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.knowmember_list li {
    display: table;
    margin-bottom: 10px;
    width: 158px;
    height: 48px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
}

.knowmember_list li:last-child {
    margin-bottom: 0;
}

.knowmember_list li a {
    display: table-cell;
    vertical-align: middle;
}

.knowmember_list li img {
    margin-right: 10px;
}

.knowmember_list li .icon_hide {
    display: none;
}

.knowmember_list li:hover {
    color: #fff;
    background: #1f76c1;
    border: 1px solid #1f76c1;
}

.knowmember_list li:hover a {
    color: #fff;
}

.knowmember_list li:hover .icon_hide {
    display: inline-block;
}

.knowmember_list li:hover .icon_show {
    display: none;
}

.adve_list {
    width: 100%;
    overflow: hidden;
}

.adve_list li {
    float: left;
    margin-right: 22px;
    width: 385px;
    height: 160px;
    overflow: hidden;
}

.adve_list li img {
    width: 100%;
    height: 160px;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.adve_list li:nth-child(3n) {
    margin-right: 0;
}

.section.page4 {
    padding-bottom: 10px;
}

.news_tab2 {
    width: 100%;
    overflow: hidden;
}

.news_tab2 .hd,
.section_title2 {
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #dedede;
}

.news_tab2 .hd ul {
    padding-right: 50px;
    position: relative;
}

.news_tab2 .hd li,
.section_title2 h6 {
    float: left;
    margin-right: 30px;
    height: 29px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.news_tab2 .hd li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.news_tab2 .hd li.on {
    color: #1f76c1;
}

.news_tab2 .hd li.on:after,
.section_title2 h6:after {
    content: "";
    display: block;
    position: relative;
    top: 7px;
    width: 50px;
    height: 2px;
    background: #1f76c1;
}

.news_tab2 .hd li.on .more {
    display: block;
}

.news_tab2 .news_items {
    width: 100%;
    min-height: 20px;
}

.section.page4 .news_list {
    margin-top: 15px;
    overflow: hidden;
}

.news_tab2 .news_list li {
    line-height: 40px;
}

.news_tab2 .news_list li a {
    max-width: 80%;
}

.section_title2 h6 {
    color: #1f76c1;
    cursor: initial;
    cursor: inherit;
}

.section_title2 .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.coptic_list {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.coptic_list li {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.coptic_list li:last-child {
    margin-bottom: 0;
}

.coptic_list li a {
    display: flex;
}

.coptic_list li .img_box {
    float: left;
    width: 169px;
    height: 95px;
    overflow: hidden;
}

.coptic_list li img {
    width: 100%;
    height: 95px;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.coptic_list li .item_cont {
    align-self: center;
    margin-left: 10px;
    width: 195px;
}

.coptic_list li .item_cont h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coptic_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.forum_section {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.forumtop_section {
    margin-bottom: 20px;
    width: 100%;
    height: 102px;
    overflow: hidden;
}

.forumtop_section img {
    width: 100%;
    height: 102px;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.forumbot_list {
    width: 100%;
    overflow: hidden;
}

.forumbot_list li {
    float: left;
    margin-right: 5px;
    width: 92px;
    height: 92px;
    overflow: hidden;
}

.forumbot_list li:last-child {
    margin-right: 0;
}

.forumbot_list li img {
    width: 100%;
    height: 92px;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.section.page5 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.section.page5 .news_list {
    margin-top: 15px;
}

.section.page5 .news_list li {
    line-height: 40px;
}

.section.page5 .news_list li a {
    max-width: 80%;
}

.editing_list {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.editing_list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 53px;
    width: 185px;
}

.editing_list li:nth-child(2n) {
    margin-right: 0;
}

.editing_list li:nth-child(3),
.editing_list li:nth-child(4) {
    margin-bottom: 0;
}

.editing_list li a {
    display: flex;
}

.editing_list li .img_box {
    float: left;
    width: 60px;
    height: 80px;
    overflow: hidden;
}

.editing_list li img {
    width: 100;
    height: 80px;
    transition: all .8s;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.editing_list li .item_cont {
    margin-left: 10px;
    align-self: center;
    width: 115px;
}

.editing_list li .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.editing_list li .item_cont p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.section.page6 {
    padding-top: 30px;
    padding-bottom: 25px;
    background: #f7f7f7;
}

.quickimg_list {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.quickimg_list li {
    float: left;
    margin-right: 25px;
    width: 220px;
    height: 110px;
    overflow: hidden;
}

.quickimg_list li:last-child {
    margin-right: 0;
}

.quickimg_list li img {
    width: 100%;
    height: 110px;
    transition: all .8s;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.link_section {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.link_section select {
    float: left;
    margin-right: 26px;
    padding-left: 20px;
    width: 280px;
    height: 50px;
    font-size: 16px;
    color: #666;
    border: 1px solid #00b050;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/sj.jpg);
    background-repeat: no-repeat;
    background-position: 96% center;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none;
}

.link_section select:last-child {
    margin-right: 0;
}

.link_list {
    width: 100%;
    overflow: hidden;
}

.link_list a {
    margin-right: 15px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 240px;
    background: url(../images/footbg.jpg) top center no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.footer .w1200 {
    margin-top: 25px;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 33px;
}

.report_section {
    margin-top: 15px;
    padding-left: 5px;
    padding-top: 8px;
    width: 105px;
    height: 35px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    background: #f3f3f3;
}

.report_section img {
    float: left;
    margin-right: 5px;
}

.page_content {
    padding: 20px;
    padding-top: 0;
    min-height: 550px;
    background: #fff;
    overflow: hidden;
}

.breadnav {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.breadnav span {
    margin: 0 5px;
}

.sidenav {
    float: left;
    width: 240px;
}

.sidenav .sidenav_tit {
    padding-left: 20px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    background: #e9333f;
}

.sidenav .sidenav_list {
    padding: 0 15px;
    background: rgba(31, 118, 193, .05);
    overflow: hidden;
}

.sidenav .sidenav_list li {
    width: 100%;
    border-bottom: 1px dashed #1f76c1;
    overflow: hidden;
}

.sidenav .sidenav_list li:last-child {
    border-bottom: 0;
}

.sidenav .sidenav_list li a {
    display: block;
    padding: 13px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.sidenav .sidenav_list li a:hover,
.sidenav .sidenav_list li.active a {
    color: #1f76c1;
}

.cont_right {
    float: right;
    width: 900px;
}

.subpage_title {
    padding-bottom: 10px;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 2px solid #e9333f;
    overflow: hidden;
}

.first_list,
.first_list li,
.five_list,
.five_list li {
    width: 100%;
    overflow: hidden;
}

.first_list li,
.five_list li {
    padding: 19px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.first_list li a,
.five_list li a {
    display: flex;
}

.first_list li .img_box,
.five_list li .img_box {
    position: relative;
    float: left;
    width: 200px;
    height: 112px;
    overflow: hidden;
}

.first_list li .img_box img,
.five_list li .img_box .img1 {
    width: 100%;
    height: 112px;
    transition: all .8s;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.first_list li .item_cont,
.five_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 680px;
}

.first_list li .item_cont h6,
.five_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .item_cont p,
.five_list li .item_cont p {
    font-size: 14px;
    line-height: 24px;
}

.first_list li .item_cont .item_time,
.five_list li .item_cont .item_time {
    margin: 10px 0;
    color: #999;
}

.first_list li .item_cont .item_text,
.five_list li .item_cont .item_text {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.editmenu_nav {
    position: relative;
    margin-top: 19px;
    padding: 0 30px;
    overflow: hidden;
}

.editmenu_nav .bd {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.editmenu_nav .bd li {
    float: left;
    margin-right: 10px;
    width: 108px;
    height: 38px;
    border: 1px solid #dcdcdc;
}

.editmenu_nav .bd li a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 38px;
}

.editmenu_nav .bd li:hover,
.editmenu_nav .bd li.active {
    border-color: #1f76c1;
}

.editmenu_nav .bd li:hover a,
.editmenu_nav .bd li.active a {
    color: #fff;
    background: #1f76c1;
}

.editmenu_nav .prev,
.editmenu_nav .next {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 40px;
    margin: auto;
}

.editmenu_nav .prev {
    left: 0;
    background: url(../images/prev.jpg) no-repeat;
}

.editmenu_nav .prev:hover {
    background: url(../images/prev_2.jpg) no-repeat;
}

.editmenu_nav .next {
    right: 0;
    background: url(../images/next.jpg) no-repeat;
}

.editmenu_nav .next:hover {
    background: url(../images/next_2.jpg) no-repeat;
}

.two_list {
    width: 100%;
    margin-top: 19px;
    border-top: 1px dashed #e5e5e5;
}

.two_list li {
    float: left;
    margin-top: 20px;
    margin-right: 33px;
    width: 200px;
}

.two_list li:nth-child(4n) {
    margin-right: 0;
}

.two_list li .img_box {
    width: 100%;
    height: 265px;
    -moz-box-shadow: 2px 2px 16px rgba(111, 111, 111, .06);
    -webkit-box-shadow: 2px 2px 16px rgba(111, 111, 111, .06);
    box-shadow: 2px 2px 16px rgba(111, 111, 111, .06);
    overflow: hidden;
}

.two_list li .img_box img {
    width: 100%;
    height: 265px;
    transition: all .8s;
    -webkit-transition: all .8s;
    /* Safari */
    -ms-transition: all .8s;
    /* IE 9 */
    -moz-transition: all .8s;
    /* Firefox */
    /* Safari 和 Chrome */
    -o-transition: all .8s;
}

.two_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organsearch_box {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.organsearch_box input {
    float: left;
    width: 784px;
    height: 44px;
    font-size: 16px;
    color: #666;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.organsearch_box button {
    float: right;
    width: 105px;
    height: 46px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #1f76c1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.organsearch_box button img {
    margin-right: 10px;
}

.three_list {
    width: 100%;
    overflow: hidden;
}

.three_list li {
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    padding: 15px 13px;
    padding-bottom: 10px;
    width: 262px;
    height: 68px;
    border: 1px solid rgba(31, 118, 193, .3);
}

.three_list li:nth-child(3n) {
    margin-right: 0;
}

.three_list li h6 {
    padding-bottom: 13px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}

.three_list li p {
    margin-top: 7px;
    font-size: 14px;
    color: #1f76c1;
}

.four_list,
.four_list li {
    width: 100%;
    overflow: hidden;
}

.four_list li {
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #dcdcdc;
    overflow: hidden;
}

.four_list li a {
    float: left;
    display: block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li .time {
    float: right;
    color: #999;
}

.two_list li h6 {
    margin-top: 10px;
    height: 43px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.five_list li .img_box .cover_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.five_list li .img_box .cover_bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.history_list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.history_list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1px;
    background: #ccc;
}

.history_list li {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.history_list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 6px solid #fff;
    background: #1f76c1;
    z-index: 999;
}

.history_list li .time_section,
.history_list li .historyimg_section {
    padding: 0 20px;
    width: 405px;
    font-family: "Arial";
}

.history_list li .time_section.Left h6 {
    text-align: center;
}

.history_list li .time_section h6 {
    font-family: "Arial";
    font-size: 30px;
    color: #666;
    text-align: center;
}

.history_list li .time_section p {
    font-family: "Arial";
    font-size: 16px;
    color: #666;
}

.history_list li .historyimg_section img {
    margin-bottom: 5px;
    max-width: 100%;
}

.history_list li .historyimg_section,
.history_list li .historyimg_section p {
    font-size: 16px;
    color: #333;
}

.leader_section {
    width: 100%;
    overflow: hidden;
}

.leader_panel {
    padding: 25px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
    overflow: hidden;
}

.leader_panel .leader_header {
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}

.leader_panel .leader_body {
    width: 100%;
    overflow: hidden;
}

.leader_panel .leader_body a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}

.groups_section {
    margin-top: 20px;
}

.groups_section,
.groups_nav {
    width: 100%;
    overflow: hidden;
}

.groups_nav {
    margin-bottom: 15px;
}

.groups_nav a {
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 103px;
    height: 35px;
    font-size: 16px;
    color: #1f76c1;
    text-align: center;
    line-height: 35px;
    border: 1px solid #1f76c1;
}

.groups_nav a:nth-child(8n) {
    margin-right: 0;
}

.groups_nav a:hover,
.groups_nav a.active {
    color: #fff;
    background: #1f76c1;
}

.groups_panel {
    margin-bottom: 25px;
}

.groups_panel,
.groups_panel .groups_panel_header {
    width: 100%;
    overflow: hidden;
}

.groups_panel .groups_panel_header {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.groups_panel .groups_panel_text,
.groups_panel .groups_panel_text p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
}

.certificate_section {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.certificate_form {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.certificate_row {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1000px;
    overflow: hidden;
}

.certificate_row .certificate_input {
    float: left;
    width: 480px;
    margin-right: 40px;
    overflow: hidden;
}

.certificate_row .certificate_input:last-child {
    margin-right: 0;
}

.certificate_row .certificate_input label {
    display: block;
    float: left;
    margin-right: 10px;
    width: 70px;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 40px;
}

.certificate_row .certificate_input input {
    display: block;
    float: left;
    padding-left: 10px;
    width: 388px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.zs_btn {
    margin-top: 20px;
    width: 100%;
    text-align: right;
    overflow: hidden;
}

.zs_btn button {
    display: inline-block;
    width: 70px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1f76c1;
    border-radius: 3px;
    border: 0;
}

.certificate_result {
    margin: 0 auto;
    margin-top: 40px;
    width: 970px;
    background: #daecf6;
    overflow: hidden;
}

.certificate_table {
    margin: 6px;
    width: 465px;
    border-collapse: separate;
    border-spacing: 3px;
    background: #fff;
    border: 1px solid #dcddde;
    overflow: hidden;
}

.certificate_table td {
    padding: 10px;
    font-size: 14px;
    color: #666;
    border: 1px solid #dcddde;
}

.certificate_table td img {
    max-width: 100%;
    width: 71px;
    height: 99px;
}

.certificate_table tr td:first-child {
    width: 138px;
    font-size: 14px;
    color: #333;
    text-align: right;
}

.NewsText {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.NewsText,
.NewsText p,
.NewsText p span {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
}

.NewsText img,
.NewsText p img,
.NewsText p span img {
    max-width: 100%;
}

.video_section {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 755px;
}

.video_section iframe {
    display: block;
    width: 100%;
    height: 440px;
}

.leader_sect_cont {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.leader_sect_cont .leader_portrait {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 140px;
}

.leader_sect_cont .leader_portrait img {
    width: 100%;
    height: 180px;
}

.leader_sect_cont .leader_portrait h6 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.leader_sect_cont .leader_body_text {
    width: 100%;
    overflow: hidden;
}

.leader_sect_cont .leader_body_text,
.leader_sect_cont .leader_body_text p,
.leader_sect_cont .leader_body_text p span {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
}

.leader_sect_cont .leader_body_text img,
.leader_sect_cont .leader_body_text p img,
.leader_sect_cont .leader_body_text p span img {
    max-width: 100%;
}

.introduction_section {
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
}

.introduction_section .introduction_title {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.introduction_section .introduction_title h6 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.introduction_section .introduction_text {
    width: 100%;
    overflow: hidden;
}

.introduction_section .introduction_text,
.introduction_section .introduction_text p,
.introduction_section .introduction_text p span {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.introduction_section .introduction_text img,
.introduction_section .introduction_text p img,
.introduction_section .introduction_text p span img {
    max-width: 100%;
}

.yaolan_content {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.yaolan_section_first {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.yaolan_section_first img {
    width: 100%;
}

.yaolan_section {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.yaolan_section_cont {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.yaolan_section_left {
    margin-right: 25px;
}

.yaolan_section_left,
.yaolan_section_right {
    align-self: center;
}

.yaolan_section_title {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 25px;
    overflow: hidden;
}

.yaolan_section_title:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 8px;
    background: url(../images/titbg.jpg) repeat-x;
}

.yaolan_section_title h6 {
    position: relative;
    z-index: 9999;
    float: left;
    padding-right: 5px;
    font-size: 18px;
    color: #1f76c1;
    line-height: 25px;
    background: #fff;
}

.yaolan_section_cont p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.yaolan_section_cont img {
    max-width: 100%;
}

.news_tab3 {
    width: 100%;
    overflow: hidden;
}

.news_tab3 .hd {
    width: 100%;
    height: 36px;
    line-height: 24px;
    border-bottom: 2px solid #e93341;
    overflow: hidden;
}

.news_tab3 .hd ul {
    position: relative;
    overflow: hidden;
}

.news_tab3 .hd li {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.news_tab3 .hd li.on {
    color: #e93341;
}

.news_tab3 .hd li img {
    margin-right: 10px;
}

.news_tab3 .hd li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.news_tab3 .hd li.on .more {
    display: block;
}


/* 滑过样式 */

.headlines_section .headlines_slide .hd .more:hover,
.headlines_section .headlines_slide .bd li:hover .title h6,
.news_center .news_tab .hd li.on a.more:hover,
.news_list li:hover,
.section_title .more:hover,
.news_itembox .news_first:hover .item_cont h6,
.news_itembox .news_two:hover h6,
.news_tab3 .hd li .more:hover {
    color: #e93341;
}

.section.page3 .section_title .more:hover,
.newstwo_list li a:hover h6,
.newstwo_list_two li a:hover h6,
.newstwo_list_two li a:hover,
.news_tab2 .hd li .more:hover,
.section.page4 .news_list li:hover,
.section_title2 .more:hover,
.coptic_list li:hover .item_cont h6,
.section.page5 .news_list li:hover,
.editing_list li:hover .item_cont h6,
.breadnav a:hover,
.breadnav a.active,
.first_list li a:hover h6,
.two_list li:hover p,
.three_list li a:hover h6,
.four_list li:hover a,
.two_list li:hover h6,
.five_list li a:hover h6,
.leader_panel .leader_body a:hover {
    color: #1f76c1;
}

.editing_list li:hover img,
.quickimg_list li:hover img,
.news_slide .bd li:hover img,
.news_itembox .news_first:hover .img_box img,
.adve_list li:hover img,
.coptic_list li:hover .img_box img,
.forumtop_section:hover img,
.forumbot_list li:hover img,
.first_list li a:hover img,
.two_list li:hover .img_box img,
.five_list li a:hover .img1 {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}