﻿.zw-main {
    width: 1200px;
    height: 720px;
    margin: 30px auto;
    background: #fff;
}

.zwfw_img_con {
    width: 1120px;
    height: 90px;
    margin: 0 auto;
}

.zwfw_img_con>a>img {
    width: 1120px;
    height: 90px;
}

.rdfw {
    width: 780px;
    height: 220px;
    margin-left: 40px;
    margin-top: 30px;
    background: #f0f9ff;
    border-radius: 5px;
}

.rdfw .left_side .tit {
    width: 14px;
    height: 82px;
    padding: 10px 9px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #256dc3;
    border-radius: 20px;
}

.rdfw_list {
    width: 690px;
}

.rdfw_list>li {
    width: 330px;
    height: 37px;
    margin-left: 10px;
    line-height: 37px;
    float: left;
}

.rdfw_list>li.first {
    margin-top: 20px;
}

.rdfw_list>li>a {
    display: block;
    width: 320px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    background: url(../images/vvx-tab-icon01.png) no-repeat 0px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rdfw_list>li>a:hover {
    color: #1a87da;
}

.bmcx {
    width: 320px;
    margin-top: 30px;
    margin-left: 20px;
}

.zw_tit_con {
    border-radius: 17px;
    background: #f0f9ff;
}

.zw_tit_con .tit {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #256dc3;
    font-size: 16px;
    border-radius: 17px;
    font-weight: bold;
    text-align: center;
}

.zw_tit_con .more {
    line-height: 30px;
    font-size: 12px;
    color: #8f8f8f;
    margin-right: 10px;
}

.zw_tit_con .more:hover {
    color: #1a87da;
}

.bmcx_list {
    width: 300px;
}

.bmcx_list>li {
    width: 140px;
    margin-left: 10px;
    margin-top: 15px;
    float: left;
}

.bmcx_list>li>a {
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    background: url(../images/vvx-tab-icon01.png) no-repeat 0px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bmcx_list>li>a:hover {
    color: #256dc3;
}


/* 资讯列表 */

.zixun_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.common_left {
    width: 260px;
    margin-left: 40px;
}

.common_left .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #256dc3;
    border-radius: 5px 5px 0 0;
}

.common_left .list_con {
    height: 1040px;
    padding-top: 25px;
    border: 1px solid #f6f6f6;
}

.common_left .list_con1 {
    height: 830px;
}

.common_left .list_con li {
    width: 220px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.common_left .list_con li>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    text-align: left;
    border-radius: 18px;
    background: #f0f9ff;
}

.common_left .list_con li>a:hover,
.common_left .list_con li>a.cur {
    color: #fff;
    background: #256dc3
}

.common_left .list_con li>a:hover>span.name,
.common_left .list_con li>a.cur>span.name {
    color: #fff;
}

.common_left .list_con li>a.icon {
    padding-left: 12px;
    text-align: center;
    background: #f0f9ff url(../images/zw-icon33.png) no-repeat 10px center;
}

.common_left .list_con li>a.icon:hover,
.common_left .list_con li>a.icon.cur {
    color: #fff;
    background: #256dc3 url(../images/zw-icon33.png) no-repeat 10px center;
}

.common_left .list_con li>a>span.name {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 40px;
}

.common_left .list_con li>a>span.gt {
    display: block;
    box-sizing: border-box;
    padding-left: 2px;
    width: 14px;
    height: 14px;
    margin-top: 15px;
    line-height: 14px;
    text-align: center;
    color: #666;
    border-radius: 16px;
    font-size: 13px;
    font-weight: bold;
    background: #fff url(../images/zw-icon35.png) no-repeat center;
    float: right;
    margin-right: 20px;
}

.zwyw_con {
    margin-left: 30px;
}

.zwyw_con .tit {
    width: 840px;
    height: 42px;
    background: url(../images/zw-icon34.png) no-repeat center;
}

/*  2021.01.27 列表页长度问题修改
.zwyw_con .tit>.txt {
    width: 118px;
    height: 30px;
    float: left;
    line-height: 33px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
*/

.zwyw_con .tit>.txt {
    min-width:95px;
    height: 34px;
    float: left;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    text-align: center;
    background: #256dc3;
    border-radius: 16px;
}

.zwyw_con .tit>.more {
    margin-top: 10px;
    margin-right: 17px;
    font-size: 12px;
    color: #666;
    float: right;
}

.zwyw_con .tit>.more:hover {
    color: #1a87da;
}

.zwyw_con .zwyw_list>li {
    width: 840px;
    height: 32px;
}

.zwyw_con .zwyw_list>li.ext {
    margin-top: 60px;
}

.zwyw_con .zwyw_list>li>a {
    width: 90%;
    height: 32px;
    line-height: 32px;
    display: block;
    padding-left: 10px;
    float: left;
    margin-top: 5px;
    font-size: 15px;
    color: #000;
    background: url(../images/vvx-tab-icon01.png) no-repeat 0px center;
}

.zwyw_con .zwyw_list>li>a:hover {
    color: #256dc3;
}

.zwyw_con .zwyw_list>li>span {
    line-height: 30px;
    font-size: 12px;
    color: #9e9e9e;
    float: right;
}

.zw-fy {
    width: 490px;
    margin: 35px auto;
}

.zw-fy a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    background: #f5f5f5;
    font-size: 14px;
    color: #595959;
    margin-right: 5px;
}

.zw-fy span {
    line-height: 40px;
    font-size: 14px;
    color: #595959;
    float: left;
    margin: 0 8px;
}

.zw-fy input {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px #eaeaea solid;
    text-align: center;
}

.zw-fy a.cur,
.zw-fy a:hover {
    color: #ffffff;
    background: #256dc3;
}


/* 领导介绍 */

.ldjs_con {
    width: 860px;
    margin-left: 28px;
}

.ldjs_con .img_list {
    width: 200px;
    height: 400px;
    border: 1px solid #f0f0f0;
}

.ldjs_con .img_list>div {
    text-align: center;
}

.img_list .img_con {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.img_list .intes .name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.img_list .intes .re {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.img_list .intes .btn {
    width: 100px;
    height: 32px;
    margin: 20px auto;
    line-height: 32px;
    font-size: 16px;
    background: #256dc3;
    border-radius: 18px;
}

.img_list .intes .btn>a {
    display: block;
    line-height: 32px;
    color: #fff;
}

.ldjl {
    margin-top: 50px;
}

.ldjl .xq_con {
    height: 180px;
    overflow: hidden;
    float: left;
}

.fggz .fg_con {
    height: 95px;
    overflow: hidden;
}

.txt>a {
    color: #256dc3;
    font-size: 16px;
    float: right;
    cursor: pointer;
}

.ldjs_txt {
    width: 620px;
    margin-left: 10px;
    padding: 10px;
}

.ldjs_txt .txt h1.tit {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.ldjs_txt .txt p {
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}

.ldhd {
    margin-top: 20px;
    margin-left: 10px;
}

.ldhd .news_list li {
    width: 820px;
    height: 30px;
    margin-top: 13px;
    line-height: 30px;
}

.ldhd .news_list li>a {
    display: block;
    width: 85%;
    float: left;
    font-size: 15px;
    background: url(../images/vvx-tab-icon01.png) no-repeat 0px center;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ldhd .news_list li>span {
    font-size: 13px;
    color: #aaa;
    float: right;
}

.zwgk-main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 5px;
}

.qwfb_left {
    width: 870px;
    margin-left: 25px;
    margin-right: 10px;
}

.qwfb_left .qwfb {
    width: 345px;
    height: 30px;
    margin: 30px auto 15px;
    line-height: 30px;
    color: #f7545a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../images/zw-icon58.png) no-repeat center;
}

.qwfb_tab {
    width: 852px;
    height: 30px;
    margin-top: 20px;
    background: url(../images/vvx-tab07-bg.png) no-repeat center;
}

.qwfb_tab>li {
    float: left
}

.qwfb_tab>li>a {
    display: block;
    height: 30px;
    width: 110px;
    font-size: 16px;
    color: #444;
    line-height: 30px;
    text-align: center;
    /* margin-right: 10px; */
}

.zdxxgk {
    width: 850px;
    height: 200px;
    background: #f0f9ff;
    border-radius: 5px;
}

.zwgk_bottom {
    width: 850px;
    height: 200px;
    margin-bottom: 20px;
}

.zwgk_bottom .func_con li {
    margin-left: 50px;
}

.zwgk_bottom .tit {
    width: 27px;
    height: 140px;
    margin-top: 30px;
    border-radius: 18px;
}

.zwgk_bottom .func_con li>a>span {
    font-size: 14px;
}

.qwfb_tab1 {
    width: 852px;
    height: 30px;
    margin-top: 20px;
    background: url(../images/vvx-tab06-bg.png) no-repeat center;
}

.zwgk_bottom .tit1 {}

.gzh {
    width: 150px;
    height: 160px;
    margin-top: 10px;
    margin-left: 16px;
    background: #fff;
    text-align: center;
}

.gzh>.erweima {
    margin-top: 10px;
}

.gzh>p {
    margin-top: 10px;
    font-size: 13px;
    color: #000;
    text-align: center;
}

.zwgk_bottom .book {
    width: 120px;
    height: 160px;
    margin-top: 10px;
    margin-left: 8px;
    text-align: center;
}

.zfgb_list .date_select {
    width: 485px;
    margin-left: 20px;
    /* height: 36px; */
}

.zfgb_list .date_select>span {
    margin-top: 20px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #256dc3;
}

.zfgb_lxz-drop-select1 {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    line-height: 30px;
    background: #256dc3;
    border-radius: 16px;
}

.zfgb_lxz-drop-select1 .dropdown-menu {
    bottom: unset;
    background: #256dc3;
}

.zfgb_list_item_con {
    width: 485px;
    margin-top: 10px;
    margin-left: 24px;
}

.zfgb_list_item_con li {
    width: 230px;
    height: 30px;
    margin-left: 12px;
    float: left;
}

.zfgb_list_item_con li>a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zfgb_list_item_con li>a:hover {
    color: #1a87da;
}

.xwfbh_con .xwfbh_img {
    width: 320px;
    height: 220px;
}

.xwfbh_con .xwfbh_img>a>img {
    width: 320px;
    height: 220px;
}

.zwyw_con1 {
    margin-top: 10px;
}

.zwyw_con1 .xwfbh_con {
    margin-top: 10px;
}

.zwyw_con1 .zwyw_list1 {
    margin-left: 20px;
}

.zwyw_con1 .zwyw_list1>li {
    width: 496px;
}

.zwyw_con1 .zwyw_list1>li>a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwyw_con1 .zwyw_list1>li>a>b {
    margin-right: 2px;
    font-weight: unset;
}

.zwyw_con1 .zwyw_list1>li>a>b.fg {
    color: #1a87da;
}

.zwyw_con1 .zwyw_list1>li>a>b.zs {
    color: #f7545a;
}

.zwyw_con1 .zwyw_list1>li>a>b.fw {
    color: #1ba864;
}

.zwyw_con1 .zwyw_list1>li>span {
    margin-top: 4px;
}

.zwyw_con2 {
    margin-top: 20px;
}

.qwfb-right {
    width: 270px;
    /* height: 1754px; */
    margin-left: 10px;
    margin-top: 30px;
}

.ldzc_con {
    padding-top: 20px;
}

.ldzc_con .ldzc_img,
.ldzc_con .ldzc_img>img {
    width: 120px;
    /* height: 150px; */
    border-radius: 5px;
}

.ldzc_js {
    margin-left: 10px;
}

.ldzc_js .name {
    font-size: 17px;
    font-weight: bold;
}

.ldzc_js .txt {
    width: 130px;
    margin-top: 20px;
    padding-right: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

.writeto {
    width: 260px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 0;
    background: #f7545a;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
}

.writeto>a {
    display: block;
    color: #fff;
}

.writeto>a>span {
    margin-left: 10px;
}

.cwfzx {
    padding-left: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    border-bottom: 1px solid #e0e0e0;
}

.cwfzx .zhiwu {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.cwfzx .name {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.cwfzx1 {
    margin-top: 10px;
    border: none;
}

.cwfzx1>p {
    line-height: 25px;
}

.ldhd_list li {
    width: 90%;
    height: 26px;
    margin-top: 10px;
    margin-left: 10px;
}

.ldhd_list li>a {
    display: block;
    width: 100%;
    height: 26px;
    padding-left: 10px;
    line-height: 26px;
    color: #000;
    font-size: 14px;
    background: url(../images/vvx-tab-icon01.png) no-repeat 3px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ldhd_list li>a:hover {
    color: #1a87da;
}

.func_btns {
    margin-top: 10px;
}

.func_btns li {
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
}

.func_btns li>a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.func_btns li>a>img {
    margin-right: 4px;
    margin-bottom: 4px;
}

.func_btns li.first {
    width: 130px;
    margin-left: 5px;
    background: #256dc3;
}

.func_btns li.sec {
    width: 120px;
    background: #39ce86;
}

.zwgk_right1 {
    margin-top: 20px;
    margin-left: 20px;
}

.qd_list {
    margin-top: 20px;
    margin-left: 6px;
}

.qd_list li {
    width: 260px;
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    border-radius: 5px;
}

.qd_list li>a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.qd_list li>a.first {
    background: url(../images/zw-icon54.png) no-repeat center;
}

.qd_list li>a.sec {
    background: url(../images/zw-icon55.png) no-repeat center;
}

.qd_list li>a.third {
    background: url(../images/zw-icon56.png) no-repeat center;
}

.qd_list li>a.fourth {
    background: url(../images/zw-icon57.png) no-repeat center;
}

.zfsj {
    margin-top: 25px;
}

.zfsj_gjz {
    width: 260px;
    height: 70px;
    margin-top: 20px;
    padding-left: 10px;
    border-radius: 5px;
    background: #f0f9ff;
}

.zfsj_gjz li {
    width: 86px;
    margin-top: 10px;
    float: left;
}

.zfsj_gjz li a {
    font-size: 13px;
    font-weight: bold;
    color: #1a87da;
}

.vvx-tabs-list li span {
    margin-right: 16px;
}