.page {
    position: relative;
    width: 100%;
    background-color: #F2F6F8;
    overflow: hidden;
}

.block_1 {
    width: 100%;
    overflow: hidden;
}

.group_1 {
    width: 100%;
    overflow: hidden;
}


/* 头部样式 */

.group_2 {
    padding: 18px 0;
    width: 100%;
    justify-content: flex-center;
    background-color: rgba(242, 246, 248, 1);
}

.group_2 .logo {
    float: left;
}

.group_2 .logo .image_1 {
    width: 376px;
    height: 75px;
}

.group_2 .head_right {
    float: right;
    margin-top: 5px;
}

.group_2 .head_right .head_img {
    display: block;
    float: left;
    margin-right: 20px;
}

.group_2 .head_right .head_img img {
    width: 295px;
    height: 60px;
}

.group_2 .head_right .group_3 {
    float: left;
    margin-top: 10px;
    width: 28px;
    text-align: center;
}

.group_2 .head_right .group_3 .thumbnail_1 {
    margin-bottom: 5px;
    width: 15px;
    height: 16px;
}

.group_2 .head_right .group_3 .text_1 {
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
}


/* 导航样式 */

.block_2 {
    width: 100%;
    height: 55px;
    background-color: rgba(16, 90, 161, 1);
}

.block_2>ul {
    height: 55px;
}

.block_2>ul>li {
    position: relative;
    float: left;
    width: 133px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.block_2>ul>li a {
    display: block;
}

.block_2>ul>li:hover,
.block_2>ul>li.active {
    color: #fff;
    background: #1F6EBA;
}

.block_2>ul>li .menu_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #1F6EBA;
    white-space: nowrap;
}

.block_2>ul>li .menu_nav li {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.block_2>ul>li .menu_nav li a {
    padding: 8px 0px;
    white-space: break-spaces;
}

.block_2>ul>li .menu_nav li:hover {
    background: rgba(16, 90, 161, 1);
}

.block_3 {
    margin-top: 20px;
    padding: 0 20px;
    width: 1200px;
    height: 50px;
    background-color: rgba(255, 255, 255, 1);
}

.block_3 .notice_slide {
    float: left;
}

.block_3 .notice_slide img {
    margin-top: 17px;
    float: left;
    width: 20px;
    height: 17px;
}

.block_3 .notice_slide .bd {
    margin-left: 20px;
    float: left;
    width: 800px;
    height: 50px;
    overflow: hidden;
}

.block_3 .notice_slide .bd li {
    font-size: 14px;
    color: #282828;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block_3 .notice_slide .bd li a:hover {
    color: #105AA1;
    text-decoration: underline;
}

.block_3 .group_5 {
    float: right;
    margin-top: 10px;
    width: 286px;
    height: 30px;
    border: 1px solid rgba(200, 200, 200, 1);
    background-color: rgba(255, 255, 255, 1);
}

.block_3 .group_5 input {
    float: left;
    width: 245px;
    height: 28px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.block_3 .group_5 button {
    float: right;
    width: 30px;
    height: 28px;
    border: 0;
    background-color: rgba(16, 90, 161, 1);
}

.block_4 {
    margin-top: 20px;
    width: 1200px;
    height: 373px;
}

.group_6 {
    position: relative;
    width: 560px;
    height: 373px;
    background: #fff;
}

.group_6 .bd {
    width: 100%;
    height: 373px;
    overflow: hidden;
}

.group_6 .bd li {
    position: relative;
}

.group_6 .bd li img {
    width: 100%;
    height: 373px;
}

.group_6 .bd li .group_7 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px;
    padding-right: 100px;
    background-color: rgba(0, 0, 0, 0.6);
}

.group_6 .bd li .group_7 .text_13 {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_6 .hd {
    position: absolute;
    right: 15px;
    bottom: 16px;
}

.group_6 .hd li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #F5F5F5;
    border-radius: 50%;
}

.group_6 .hd li.on {
    background: #105AA1;
}

.group_11 {
    margin-left: 20px;
    padding: 20px;
    padding-bottom: 0;
    width: 480px;
    height: 373px;
    background-color: rgba(255, 255, 255, 1);
}

.group_11 .box_1 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #105AA1;
    overflow: hidden;
}

.group_11 .box_1 li {
    float: left;
    width: 100px;
    height: 38px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.group_11 .box_1 li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.group_11 .box_1 li .more:hover {
    color: #105AA1;
}

.group_11 .box_1 li.on {
    color: #fff;
    background: #105AA1;
    border-radius: 0px 10px 0px 0px;
}

.group_11 .box_1 li.on .more {
    display: block;
}

.group_11 .box_2 {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.paragraph_1 {
    width: 100%;
    overflow: hidden;
}

.paragraph_1 li {
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    background: url(../images/libg.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paragraph_1 li:hover {
    color: #105AA1;
}

.group_14 {
    margin-left: 20px;
    position: relative;
    width: 120px;
    height: 373px;
    background-color: rgba(255, 255, 255, 1);
}

.group_14 ul {
    margin: 0 10px;
}

.group_14 li {
    padding: 26px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #EAEFF5;
    overflow: hidden;
}

.group_14 li:last-child {
    border-bottom: 0;
}

.group_14 li img {
    margin-bottom: 1px;
}

.block_7 {
    margin-top: 20px;
    width: 1201px;
    height: 101px;
    border: 1px solid rgba(16, 90, 161, 1);
    background-color: rgba(255, 255, 255, 1);
}

.block_7 .text-wrapper_2 {
    width: 41px;
    height: 100px;
    background-color: rgba(16, 90, 161, 1);
}

.block_7 .text-wrapper_2 .paragraph_2 {
    margin: 15px 0 0 12px;
    width: 17px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: 18px;
}

.group_15 {
    margin: 15px;
    margin-bottom: 0;
    position: relative;
    width: 1128px;
    height: 72px;
}

.group_15 .bd {
    margin: 0 15px;
    width: 1068px;
    overflow: hidden;
}

.group_15 .bd li {
    float: left;
    margin-right: 21px;
    width: 160px;
    height: 70px;
}

.group_15 .bd li img {
    width: 100%;
    height: 70px;
}

.group_15 .prev,
.group_15 .next {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: 15px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 2px;
}

.block_8 {
    margin-top: 20px;
    width: 1200px;
    height: 387px;
}

.box_12 {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 387px;
    background-color: rgba(255, 255, 255, 1);
}

.box_13 {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #105AA1;
}

.box_13 .section_1 {
    padding: 0 14px;
    height: 37px;
    font-size: 18px;
    color: rgba(16, 90, 161, 1);
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    border-radius: 0px 10px 0px 0;
    background-color: rgba(234, 239, 245, 1);
}

.box_13 .text_19 {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.box_13 .text_19:hover {
    color: rgba(16, 90, 161, 1);
}

.block_9 {
    margin-top: 20px;
    width: 100%;
}

.block_9 .box_14 {
    width: 100%;
    height: 34px;
}

.block_9 .box_14 li {
    float: left;
    width: 80px;
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    cursor: pointer;
}

.block_9 .box_14 li.on {
    color: #105AA1;
    background: #EAEFF5;
}

.block_9 .box_14 li .more {
    display: none;
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.block_9 .box_14 li .more:hover {
    color: #105AA1;
}

.block_9 .box_14 li.on .more {
    display: block;
}

.block_9 .box_15 {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.block_9 .paragraph_1 li,
.group_21 .paragraph_1 li,
.group_30 .paragraph_1 li,
.group_40 .paragraph_1 li {
    background: url(../images/libg2.png) left center no-repeat;
}

.box_26 {
    padding: 20px;
    padding-bottom: 0;
    height: 387px;
    width: 795px;
    background-color: rgba(255, 255, 255, 1);
}

.group_19 {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.group_20 {
    position: relative;
    width: 331px;
    height: 290px;
}

.group_20 .hd li {
    position: absolute;
    float: left;
    width: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    cursor: pointer;
}

.group_20 .hd li:nth-child(1) {
    top: 0;
}

.group_20 .hd li:nth-child(2) {
    top: 0;
    left: 50%;
}

.group_20 .hd li:nth-child(3) {
    bottom: 0;
}

.group_20 .hd li:nth-child(4) {
    left: 50%;
    bottom: 0;
}

.group_20 .hd li.on {
    color: #105AA1;
    background: #EAEFF5;
}

.group_20 .bd {
    margin-top: 34px;
    width: 100%;
    height: 222px;
    border: 1px solid #105AA1;
}

.group_20 .bd .box_16 {
    padding: 11px 15px;
    overflow: hidden;
}

.group_20 .bd .box_16 img {
    width: 100%;
    height: 200px;
}

.group_21 {
    width: 400px;
}

.group_21 .paragraph_1 li {
    line-height: 37px;
}

.image-wrapper_7 {
    margin-top: 20px;
    width: 1200px;
    height: 80px;
}

.image-wrapper_7 .image_11 {
    width: 385px;
    height: 80px;
}

.image-wrapper_7 .image_12 {
    width: 140px;
    height: 80px;
    margin-left: 23px;
}

.image-wrapper_7 .image_13 {
    width: 225px;
    height: 80px;
    margin-left: 20px;
}

.image-wrapper_7 .image_14 {
    width: 385px;
    height: 80px;
    margin-left: 22px;
}

.image-wrapper_7 img {
    width: 100%;
    height: 80px;
}

.block_10 {
    margin-top: 20px;
    width: 1200px;
    height: 315px;
}

.group_30 {
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 315px;
    background-color: rgba(255, 255, 255, 1);
}

.group_31 {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #105AA1;
    overflow: hidden;
}

.group_31 li {
    float: left;
    width: 100px;
    height: 38px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    cursor: pointer;
}

.group_31 li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.group_31 li .more:hover {
    color: #105AA1;
}

.group_31 li.on {
    color: #105AA1;
    background: #EAEFF5;
    border-radius: 0px 10px 0px 0px;
}

.group_31 li.on .more {
    display: block;
}

.group_30 .paragraph_1 li,
.group_40 .paragraph_1 li {
    line-height: 38px;
}

.group_40 {
    margin-left: 23px;
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 315px;
    background-color: rgba(255, 255, 255, 1);
}

.group_40 .box_13 {
    margin-bottom: 10px;
}

.group_43 {
    margin-left: 22px;
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 315px;
    background-color: rgba(255, 255, 255, 1);
}

.group_46 {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 217px;
    overflow: hidden;
}

.group_46 .label_4 {
    width: 100%;
    height: 217px;
}

.group_46 .video_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.group_46 .text-wrapper_13 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.group_46 .text-wrapper_13 .text_62 {
    display: block;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-wrapper_8 {
    margin-top: 20px;
    width: 1200px;
    height: 80px;
    justify-content: space-between;
}

.image-wrapper_8 .image_15-0 {
    width: 385px;
    height: 80px;
    /*margin-right: 23px;*/
}

.image-wrapper_8 .image_15-1 {
    width: 385px;
    height: 80px;
    margin-right: 23px;
}

.image-wrapper_8 .image_15-2 {
    width: 385px;
    height: 80px;
    margin-right: 23px;
}

.image-wrapper_8 img {
    width: 100%;
    height: 80px;
}

.block_12 {
    margin-top: 20px;
    width: 1200px;
    height: 526px;
}

.box_31 {
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 526px;
    background-color: rgba(255, 255, 255, 1);
}

.between_slide {
    margin-top: 20px;
    width: 100%;
    height: 422px;
    overflow: hidden;
}

.between_slide li {
    margin-bottom: 23px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.between_slide li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.between_slide li .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
}

.between_slide li .img_box img {
    max-width: 60px;
    max-height: 40px;
}

.between_slide li .item_cont {
    margin-left: 13px;
    width: 262px;
}

.between_slide li .item_cont h6 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.between_slide li .item_cont p {
    font-size: 14px;
    color: #105AA1;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_32 {
    margin-left: 23px;
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 526px;
    background-color: rgba(255, 255, 255, 1);
}

.box_33 {
    width: 100%;
    overflow: hidden;
}

.box_33 li {
    overflow: hidden;
}

.box_33 li.first {
    margin-bottom: 7px;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.box_33 li.first img {
    float: left;
    width: 130px;
    height: 87px;
}

.box_33 li.first .item_cont {
    float: right;
    width: 195px;
}

.box_33 li.first .item_cont h6 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.box_33 li.first a:hover h6 {
    color: #105AA1;
}

.box_33 li.first .item_cont p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.box_33 li.two {
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    background: url(../images/libg2.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_33 li.two:hover {
    color: #105AA1;
}

.box_35 {
    margin-left: 22px;
    padding: 20px;
    padding-bottom: 0;
    width: 385px;
    height: 526px;
    background-color: rgba(255, 255, 255, 1);
}

.box_37 {
    padding: 20px 0;
    padding-bottom: 15px;
    overflow: hidden;
}

.journal_slide,
.journal_slide .bd {
    width: 100%;
    overflow: hidden;
}

.journal_slide .bd li {
    float: left;
    margin-right: 8px;
    width: 110px;
}

.journal_slide .bd li img {
    width: 100%;
    height: 143px;
}

.journal_slide .bd li p {
    margin-top: 6px;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.journal_slide .bd li:hover p {
    color: #105AA1;
}

.box_39 {
    padding-top: 14px;
    width: 100%;
    border-top: 1px dashed #eee;
    overflow: hidden;
}

.box_39 .image-text_6 {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 75px;
    text-align: center;
}

.box_39 .image-text_6:nth-child(4n) {
    margin-right: 0;
}

.box_39 .image-text_6 .image_21 {
    width: 70px;
    height: 70px;
}

.box_39 .image-text_6 .text-group_12 {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.block_15 {
    margin: 20px 0;
    padding: 20px;
    padding-bottom: 0;
    width: 1200px;
    background-color: rgba(255, 255, 255, 1);
}

.section_20 {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
    height: 60px;
}

.section_20 .bd {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.section_20 .bd li {
    float: left;
    margin-right: 17px;
    width: 130px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
}

.section_20 .bd li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

.section_20 .bd li img {
    max-width: 120px;
    max-height: 50px;
}

.section_21 {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.section_21 .link_title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.section_21 .link_list,
.section_21 .link_list ul {
    width: 100%;
    overflow: hidden;
}

.section_21 .link_list li {
    float: left;
    margin-bottom: 10px;
    height: 22px;
}

.section_21 .link_list li.link_item {
    font-size: 14px;
    color: #333;
}

.section_21 .link_list li.link_item:hover {
    color: #105AA1;
}

.section_21 .link_list li.item_line {
    margin: 0 9px;
    margin-top: 3px;
    width: 1px;
    height: 14px;
    background: #9A9A9A;
}

.footer {
    width: 100%;
    overflow: hidden;
}

.footer .block_16 {
    padding-bottom: 25px;
    width: 100%;
    background-color: rgba(16, 90, 161, 1);
}

.footer .block_16 .text-wrapper_18 {
    margin-top: 25px;
    width: 100%;
}

.footer .block_16 .text-wrapper_18 .text_114 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.footer .block_16 .text-wrapper_19 {
    margin-top: 15px;
    width: 850px;
    overflow: hidden;
}

.footer .block_16 .text-wrapper_19 span {
    display: block;
    float: left;
    margin-right: 140px;
    width: 355px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer .block_16 .text-wrapper_19 span:nth-child(2n) {
    margin-right: 0;
}

.footer .text-wrapper_20 {
    width: 100%;
    height: 52px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    background-color: rgba(8, 75, 140, 1);
}

.page_content {
    margin: 20px 0;
}

.sidenav {
    float: left;
    width: 240px;
}

.sidenav_title {
    padding: 15px 0;
    padding-top: 14px;
    padding-left: 28px;
    font-size: 24px;
    color: #fff;
    background: #105AA1;
}

.sidenav .side_nav {
    background: #fff;
}

.sidenav .side_nav>li {
    border-bottom: 1px solid #DEDEDE;
}

.sidenav .side_nav>li.ymrz {
    background: #E4EFF9;
}

.sidenav .side_nav>li:hover>a,
.sidenav .side_nav>li.active>a {
    color: #105AA1;
}
.sidenav .side_nav>li.active>a{
    background: rgba(16,90,161,.08);
}

.sidenav .side_nav>li a {
    display: block;
}

.sidenav .side_nav>li>a {
    padding: 14px 30px;
    font-size: 16px;
    color: #666;
}

.sidenav .side_nav>li ul {
    display: none;
    padding-left: 44px;
    padding-bottom: 8px;
}

.sidenav .side_nav>li.more {
    background: url(../images/icon9.png) 95% 21px no-repeat;
}

.sidenav .side_nav>li.more.on {
    background: url(../images/icon9_2.png) 95% 21px no-repeat;
}

.sidenav .side_nav>li.on ul {
    display: block;
}

.sidenav .side_nav>li ul li {
    padding-left: 15px;
    background: url(../images/libg3.png) left center no-repeat;
}

.sidenav .side_nav>li ul li a {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.sidenav .side_nav>li ul li:hover,
.sidenav .side_nav>li ul li.active {
    background: url(../images/libg3_2.png) left center no-repeat;
}

.sidenav .side_nav>li ul li:hover a,
.sidenav .side_nav>li ul li.active a {
    color: #105AA1;
}

.cont_right {
    float: right;
    width: 935px;
    background: #fff;
}

.cont_rightbox {
    padding: 0 30px;
    padding-bottom: 25px;
    min-height: calc(100vh - 413px);
}

.page_title {
    padding: 17px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.page_title h6 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #105AA1;
}

.BreadNav {
    float: right;
    font-size: 14px;
    color: #999;
}

.BreadNav img {
    margin-right: 5px;
}

.BreadNav span {
    margin: 0 5px;
}

.BreadNav a:hover,
.BreadNav a.active {
    color: #105AA1;
}

.first_list {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    padding: 11px 15px;
    padding-right: 0;
    border-bottom: 1px solid #eee;
    background: url(../images/libg3_2.png) left 24px no-repeat;
    overflow: hidden;
}

.first_list li .item_title {
    margin-bottom: 5px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}

.first_list li .item_title h6 {
    float: left;
    max-width: 80%;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .item_title .time {
    float: right;
    font-size: 16px;
    color: #999;
}

.first_list li .item_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li a:hover .item_title h6 {
    color: #105AA1;
}

.two_list {
    width: 100%;
    overflow: hidden;
}

.two_list li {
    padding: 16px 15px;
    padding-right: 0;
    background: url(../images/libg3_2.png) left center no-repeat;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.two_list li a {
    display: block;
    float: left;
    max-width: 80%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li a:hover {
    color: #105AA1;
}

.two_list li .time {
    float: right;
    font-size: 16px;
    color: #999;
}


/* 党建园地区域 */

.party_cont_right .page_title h6,
.party_cont_right .BreadNav a:hover,
.party_cont_right .BreadNav a.active,
.party_cont_right .two_list li a:hover,
.party_cont_right .pages .pagination li,
.party_cont_right .pages .pagination li a,
.party_cont_right .NewsPages a:hover {
    color: #C50C11;
}

.party_cont_right .pages .pagination li:hover,
.party_cont_right .pages .pagination li.active,
.party_cont_right .pages .pagination li.prev:hover,
.party_cont_right .pages .pagination li.next:hover,
.party_cont_right .pages .pagination li.first:hover,
.party_cont_right .pages .pagination li.last:hover {
    border: 1px solid #C50C11;
    background: #C50C11;
}

.party_cont_right .pages .pagination li a:hover,
.party_cont_right .pages .pagination li.active a,
.party_cont_right .pages .pagination li.prev:hover,
.party_cont_right .pages .pagination li.next:hover,
.party_cont_right .pages .pagination li.first:hover,
.party_cont_right .pages .pagination li.last:hover,
.party_cont_right .pages .pagination li.prev:hover a,
.party_cont_right .pages .pagination li.next:hover a,
.party_cont_right .pages .pagination li.first:hover a,
.party_cont_right .pages .pagination li.last:hover a {
    color: #fff;
}

.party_cont_right .two_list li {
    background: url(../images/libg3_3.png) left center no-repeat;
}

.three_nav {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.three_nav a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 110px;
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 34px;
    background: #EFEFEF;
    border-radius: 5px;
}

.three_nav a:hover,
.three_nav a.active {
    color: #fff;
    background: #C50C11;
}

.introduction_section {
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
}

.introduction_title {
    margin-bottom: 17px;
}

.introduction_title h6 {
    font-size: 24px;
    color: #105AA1;
    text-align: center;
    font-weight: normal;
}

.introduction_text,
.introduction_text p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.introduction_text img,
.introduction_text p img {
    max-width: 100%;
}

.publication_first,
.publication_four {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.publication_first .img_box {
    float: left;
    width: 200px;
    height: 260px;
    overflow: hidden;
}

.publication_first .img_box img {
    width: 100%;
    height: 260px;
}

.publication_first .item_cont {
    margin-left: 225px;
}

.publication_first .item_cont h6,
.publication_four .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.publication_first .item_cont .item_text {
    width: 100%;
    overflow: hidden;
}

.publication_first .item_cont .item_text,
.publication_first .item_cont .item_text p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.publication_first .item_cont .item_text a,
.publication_first .item_cont .item_text p a {
    font-size: 16px;
    color: #105AA1;
    font-weight: bold;
    text-decoration: underline;
}

.publication_two {
    width: 100%;
    overflow: hidden;
}

.publication_two .publication_items {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.publication_two .publication_items h6 {
    font-size: 16px;
    color: #333;
}

.publication_two .publication_items .publication_text {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.publication_two .publication_items .publication_text,
.publication_two .publication_items .publication_text p {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.publication_three {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.publication_three .img_box {
    float: left;
    width: 110px;
    height: 143px;
    overflow: hidden;
}

.publication_three .img_box img {
    width: 100%;
    height: 143px;
}

.publication_three .item_cont {
    margin-left: 140px;
    margin-top: 10px;
}

.publication_three .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.publication_three .item_cont .item_link {
    width: 510px;
}

.publication_three .item_cont .item_link ul {
    overflow: hidden;
}

.publication_three .item_cont .item_link li {
    float: left;
    width: 85px;
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
}

.publication_three .item_cont .item_link li a {
    color: #333;
}

.publication_four .img_box {
    float: left;
    width: 144px;
    height: 244px;
    overflow: hidden;
}

.publication_four .img_box img {
    width: 100%;
    height: 244px;
}

.publication_four .item_cont {
    margin-left: 176px;
}

.publication_four .item_cont p {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}

.publication_five {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}

.publication_five h5 {
    font-size: 16px;
    color: #333;
}

.publication_five .publication_items {
    margin-top: 25px;
    overflow: hidden;
}

.publication_five .publication_items li {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.publication_five .publication_items li:last-child {
    margin-bottom: 10px;
}

.publication_five .publication_items li .item_title {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.publication_five .publication_items li .item_title label {
    display: inline-block;
    padding: 0 3px;
    height: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    background: #D9D9D9;
}

.publication_five .publication_items li .item_text {
    width: 100%;
    overflow: hidden;
}

.publication_five .publication_items li .item_text p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.hangtagservice_text {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.hangtagservice_text,
.hangtagservice_text p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.hangtagservice_text img,
.hangtagservice_text p img {
    max-width: 100%;
}

.three_nav2 {
    padding: 20px 0;
    border-bottom: 1px solid #F4F4F4;
    overflow: hidden;
}

.three_nav2 a {
    float: left;
    display: block;
    margin-right: 10px;
    /*width: 110px;*/
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 34px;
    background: #EFEFEF;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 5px;
}

.three_nav2 a:hover,
.three_nav2 a.active {
    color: #fff;
    background: #105AA1;
}

.three_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.three_list li {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 425px;
}

.three_list li:nth-child(2n) {
    margin-right: 0;
}

.three_list li .img_box {
    float: left;
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEDEDE;
}

.three_list li .img_box img {
    max-width: 80px;
    max-height: 80px;
}

.three_list li .item_cont {
    margin-left: 120px;
    display: flex;
    height: 100px;
    align-items: center;
}

.three_list li .item_cont p {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.three_list li:hover .item_cont p {
    color: #105AA1;
}

.four_list {
    width: 100%;
    overflow: hidden;
}

.four_list li {
    float: left;
    padding: 20px 0;
    width: 50%;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.four_list li .img_box {
    float: left;
    display: flex;
    width: 90px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ECECEC;
}

.four_list li .img_box img {
    max-width: 80px;
    max-height: 55px;
}

.four_list li .item_cont {
    margin-left: 100px;
    margin-right: 35px;
    padding-top: 5px;
}

.four_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li .item_cont p {
    margin-top: 5px;
    font-size: 16px;
    color: #105AA1;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.five_list {
    margin-top: 20px;
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.five_list li {
    float: left;
    margin-right: 17px;
    margin-bottom: 25px;
    width: 280px;
}

.five_list li:nth-child(3n) {
    margin-right: 0;
}

.five_list li .img_box {
    position: relative;
    width: 100%;
    height: 177px;
    overflow: hidden;
}

.five_list li .img_box .video_img {
    width: 100%;
    height: 177px;
}

.five_list li .img_box .cover_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
}

.five_list li p {
    margin-top: 6px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.five_list li:hover p {
    color: #105AA1;
}

.video_section {
    margin: 0 auto;
    margin-top: 15px;
    width: 780px;
    height: 450px;
}

.video_section iframe {
    width: 100%;
    height: 450px;
}

.six_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.six_list li {
    float: left;
    margin-right: 42px;
    margin-bottom: 30px;
    width: 140px;
    height: 340px;
    overflow: hidden;
}

.six_list li img {
    width: 100%;
    height: 340px;
}

.six_list li:nth-child(5n) {
    margin-right: 0;
}




.graydiv_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99999;
}

.pop_cover_section {
    position: fixed;
    margin: auto;
    width: 469px;
    height: 287px;
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    z-index: 999999;
}

#lo {
    text-align: center;
    width: 260px;
    margin: 0px auto;
    padding-top: 86px;
}

#login_LoginName {
    background: url(../images/loginName.jpg) no-repeat;
}

.byte {
    text-align: left;
    padding-left: 46px;
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    BORDER-BOTTOM-WIDTH: 0px;
    MARGIN: 0px;
    VERTICAL-ALIGN: middle;
    TEXT-ALIGN: left;
    BORDER-RIGHT-WIDTH: 0px;
    height: 37px;
    width: 252px;
    line-height: 37px;
}

#login_Password {
    background: url(../images/LoginPwd.jpg) no-repeat;
    margin-top: 18px;
}

.login_btn {
    cursor: pointer;
    background-image: url(../images/btnLogin.jpg);
    display: block;
    width: 59px;
    height: 26px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px auto;
    margin-top: 18px;
}

.closebtn {
    right: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    position: absolute;
    cursor: pointer;
}




/* 十三五规划页面 */

.plan_wrap {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.plan_wrap .content a {
    font-family: "宋体";
    color: #3c3c3c;
}

.plan_nav {
    width: 100%;
    height: 40px;
    background: url(../images/navbg.jpg) repeat-x;
}

.plan_nav li {
    float: left;
    background: url(../images/swtop_li_bg.jpg) right center no-repeat;
}

.plan_nav li:last-child {
    background: none;
}

.plan_nav li a {
    display: block;
    padding: 0 26px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.plan_banner {
    margin-top: 10px;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.plan_banner img {
    width: 100%;
    height: 260px;
}

.plan_section {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.plan_slide {
    float: left;
    position: relative;
    width: 320px;
    height: 210px;
}

.plan_slide .bd li img {
    width: 100%;
    height: 210px;
}

.plan_slide .hd {
    position: absolute;
    z-index: 3;
    zoom: 1;
    right: 17px;
    bottom: 9px;
}

.plan_slide .hd li {
    float: left;
    margin-left: 6px;
    width: 9px;
    height: 9px;
    font-size: 0;
    cursor: pointer;
    background: #666;
    border-radius: 50%;
}

.plan_slide .hd li.on {
    background: #0046a0;
}

.plan_slide .cover_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgba(0, 0, 0, .5);
}

.review_panel {
    float: left;
    margin: 0 20px;
    width: 390px;
}

.plan_title {
    padding-left: 41px;
    height: 36px;
    background: url(../images/icon11.jpg) 1px top no-repeat;
    border-bottom: 1px solid #d2d2d2;
}

.plan_title h6 {
    float: left;
    font-size: 18px;
    color: #003caa;
}

.plan_title .more {
    float: right;
    margin-top: 6px;
}

.review_list {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.review_list li {
    float: left;
    width: 195px;
}

.review_list li img {
    float: left;
    width: 50px;
    height: 50px;
}

.review_list li .item_cont {
    margin-left: 65px;
    font-family: "宋体";
    font-size: 12px;
    color: #3c3c3c;
    line-height: 24px;
}

.worktrends_panel {
    float: right;
    width: 250px;
}

.worktrends_panel .plan_title {
    margin-bottom: 7px;
}

.news_list {
    width: 100%;
    overflow: hidden;
}

.news_list li {
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
    background: url(../images/swa_06.jpg) 3px center no-repeat;
}

.news_list li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_panel {
    float: left;
    width: 320px;
}

.news_list2 {
    width: 100%;
    overflow: hidden;
}

.news_list2 li {
    border-bottom: 1px #d6d6d6 dashed;
    overflow: hidden;
}

.news_list2 li.first {
    padding: 12px 0 18px 0;
}

.news_list2 li.first img {
    float: left;
    width: 135px;
    height: 85px;
}

.news_list2 li.first .item_cont {
    margin-left: 155px;
}

.news_list2 li.first .item_cont h6 {
    font-family: "宋体";
    font-size: 12px;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 li.first .item_cont p {
    margin-top: 4px;
    font-family: "宋体";
    font-size: 12px;
    color: #3c3c3c;
    line-height: 23px;
}

.news_list2 li.two {
    padding-left: 18px;
    font-size: 12px;
    line-height: 30px;
    background: url(../images/swa_06.jpg) 5px center no-repeat;
}

.news_list2 li.two a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.organization_section {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 561px;
    overflow: hidden;
}

.organization_link {
    position: absolute;
    top: 304px;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 99;
    overflow: hidden;
}

.organizationlink_list {
    float: left;
    margin-right: 19.5px;
    overflow: hidden;
}

.organizationlink_list_one {
    margin-right: 14px !important;
}

.organizationlink_list_two {
    margin-right: 11px !important;
}

.organizationlink_list_three {
    margin-right: 5px !important;
}

.organizationlink_list a {
    display: block;
    float: left;
    margin-right: 8.1px;
    width: 21px;
    height: 233px;
}

.organizationlink_list a:last-child {
    margin-right: 0;
}

.organizationlink_list:last-child {
    margin-right: 0;
}
