/*统一样式*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑' !important;
    min-width: 1200px;
    background: #f3f3f3;
}

a,
ins {
    text-decoration: none;
}

.cf {
    zoom: 1;
}


/* main */

.box {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
}

.FocusMap {
    width: 610px;
    height: 400px;
    float: left;
}

.news_box {
    width: 500px;
    height: 400px;
    float: right;
}

.tab {
    width: 500px;
    height: 400px;
    float: right;
}

.tab_title {
    height: 41px;
    border-bottom: 1px solid #CCCCCC;
}

.tab_title ul li {
    float: left;
    font-size: 20px;
    margin: 0 5px;
    color: #217edd;
    height: 20px;
}

.tab_title ul li a {
    color: #333;
}

.tab_title ul li a:hover {
    display: inline-block;
    height: 41px;
    color: #217edd;
    border-bottom: 2px solid #217edd;
    font-weight: bold;
}

.tab_title ul li.tabhover a {
    display: inline-block;
    height: 41px;
    color: #217edd;
    border-bottom: 2px solid #217edd;
    font-weight: bold;
}


/* 多行文本信息样式 */

.tab_list {
    width: 500px;
    overflow: hidden;
    height: 346px;
}


/*滚动条样式*/

.tab_list::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

.tab_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.tab_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.tab_list ul {
    margin-top: 12px;
    height: auto;
    position: relative;
}

.tab_list ul li {
    background: url(gsnw_pic_dian.gif) left 16px no-repeat;
    padding-left: 16px;
    line-height: 36px;
    height: 36px;
}

.tab_list ul li a {
    font-size: 16px;
    color: #151515;
    width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 36px;
}

.tab_list ul li span {
    display: inline-block;
    line-height: 36px;
    /* margin-left: 1em; */
    color: #999999;
    float: right;
}

.tab_list ul li.white {
    position: relative;
}

.tab_list ul li.white ins {
    width: 30px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -3px;
    z-index: 1;
    background: #fff;
    text-align: center;
}
.box1{
    width: 100%;
    overflow: hidden;
}
.box2 {
    width: 100%;
    overflow: hidden;
}

.box_title {
    width: 100%;
    height: 37px;
}

.box_title a {
    color: #333;
}

.box_title span {
    font-size: 20px;
    width: 1100px;
    height: 37px;
    display: inline-block;
    float: right;
    padding-left: 10px;
    border-bottom: 1px solid #d4d4d4;
}

.box_list {
    width: 550px;
    height: 310px;
    float: left;
    margin-top: 30px;
    overflow: hidden;
    
}
.box_width1 .box_list:first-child{
    margin-right: 30px;
}

.content_title p {
    font-size: 20px;
    width: 100%;
    height: 37px;
    display: inline-block;
    float: right;
    padding-left: 10px;
    border-bottom: 1px solid #d4d4d4;
}

.box_list img {
    width: 100%;
    height: 150px;
}

.box_list ul {
    margin-top: 10px;
    height: 260px;
    overflow: hidden;
}


/*滚动条样式*/

.box_list ul::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

.box_list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.box_list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.box_list ul li {
    background: url(gsnw_pic_dian.gif) left 16px no-repeat;
    padding-left: 16px;
    line-height: 36px;
    height: 36px;
}

.box_list ul li a {
    font-size: 16px;
    color: #151515;
    width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 36px;
}

.box_list ul li span {
    display: inline-block;
    line-height: 36px;
    /* margin-left: 1em; */
    color: #999999;
    float: right;
}

.box_list ul li.white {
    position: relative;
}

.box_list ul li.white ins {
    width: 30px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -3px;
    z-index: 1;
    background: #fff;
    text-align: center;
}

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


/* .section_title {
    width: 200px;
    float: left;
    position: relative;
}

.section_title ul {
    margin-top: 6px;
}

.section_title ul li {
    height: 80px;
    background-color: #217edd;
    margin-bottom: 20px;
    padding: 15px 0;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
}

.section_title ul li a {
    height: 50px;
    border-left: 1px dashed #fff;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding-left: 15px;
    margin-left: 15px;
}

.section_more {
    position: absolute;
    width: 10px;
    height: 20px;
    background: url(bg_03.png) no-repeat;
    top: 50%;
    left: 100%;
    margin-top: -15px;
}

#more_section_1 {
    top: 17%;
}

#more_section_3 {
    top: 82%;
}

.section_list {
    float: left;
    margin-left: 30px;
    width: 910px;
    height: 100%;
    border: 1px solid #217edd;
    padding: 20px 25px;
    overflow: hidden;
} */

.fgzt_list ul {
    width: 110%;
}

.fgzt_list ul li img {
    width: 273px;
    height: 118px;
}

.fgzt_list ul li {
    width: 273px;
    height: 118px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.ztzl_list ul {
    width: 110%;
}

.ztzl_list ul li img {
    width: 390px;
    height: 250px;
}

.ztzl_list ul li {
    width: 390px;
    height: 250px;
    float: left;
    margin-right: 70px;
}


/* 第二层 */

.content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    height: 284px;
}

.content_box1 {
    width: 555px;
    height: 310px;
    float: left;
    margin-top: 30px;
}

.content_title {
    width: 100%;
    height: 37px;
}

.content_title a {
    color: #333;
}
.content_title a:hover{color: #217edd;}

.box_list .content_title a,
.content_box1 .content_title a {
    color: #217edd;
    font-weight: bold;
}

.box_list .content_title a{color: #333;font-weight: normal;padding-right: 15px;}
.box_list .content_title a.on{color: #217edd;font-weight: bold;}
.content_title span {
    font-size: 20px;
    width: 100%;
    height: 37px;
    display: inline-block;
    float: right;
    padding-left: 10px;
    border-bottom: 1px solid #d4d4d4;
    color: #217edd;
}


}
.content_list {
    width: 555px;
    height: 270px;
    overflow: hidden;
}
.content_list ul {
    width: 110%;
}
.content_list ul li {
    width: 270px;
    height: 117px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.content_list ul li a {
    background: #f2f2f9;
    width: 100%;
    height: 117px;
    display: inline-block;
    color: #333;
    text-align: center;
    padding-top: 77px;
}

/* 领导信息 */
.content_list ul li#content1 a {
    background: #f2f2f9 url(ldxx_hover1.png) no-repeat center 16px;
}
.content_list ul li#content1 a:hover {
    background: #217edd url(ldxx_hover2.png) no-repeat center 16px;
    color: #fff;
}
.content_list ul li#content1.content_hover a {
    background: #217edd url(ldxx_hover2.png) no-repeat center 16px;
    color: #fff;
}

/* 内设机构 */
.content_list ul li#content2 a {
    background: #f2f2f9 url(nsjg_hover1.png) no-repeat center 16px;
}
.content_list ul li#content2 a:hover {
    background: #217edd url(nsjg_hover2.png) no-repeat center 16px;
    color: #fff;
}
.content_list ul li#content2.content_hover a {
    background: #217edd url(nsjg_hover2.png) no-repeat center 16px;
    color: #fff;
}

/* 工作规则 */
.content_list ul li#content3 a {
    background: #f2f2f9 url(gzgz_hover1.png) no-repeat center 16px;
}
.content_list ul li#content3 a:hover {
    background: #217edd url(gzgz_hover2.png) no-repeat center 16px;
    color: #fff;
}
.content_list ul li#content3.content_hover a {
    background: #217edd url(gzgz_hover2.png) no-repeat center 16px;
    color: #fff;
}

/* 单位简介 */
.content_list ul li#content4 a {
    background: #f2f2f9 url(dwjj_hover1.png) no-repeat center 16px;
}
.content_list ul li#content4 a:hover {
    background: #217edd url(dwjj_hover2.png) no-repeat center 16px;
    color: #fff;
}
.content_list ul li#content4.content_hover a {
    background: #217edd url(dwjj_hover2.png) no-repeat center 16px;
    color: #fff;
}
.content_box2 {
    width: 560px;
    height: 250px;
    margin-right: 40px;
    float: left;
}
.content_box2 .content_title span {
    width: 520px;
}
.content2_list {
    width: 560px;
    height: 200px;
    overflow: hidden;
}
.content2_list ul {
    width: 110%;
}
.content2_list ul li {
    width: 270px;
    height: 80px;
    border-top: 2px solid #217edd;
    background: #f2f2f9;
    line-height: 71px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.content2_list ul li a {
    width: 100%;
    height: 71px;
    display: inline-block;
    padding-left: 100px;
    color: #333;
}
.content2_list ul li.gkzn {
    background: #f2f2f9 url(gkzn_icon.png) no-repeat 35px center;
}
.content2_list ul li.gknb {
    background: #f2f2f9 url(gknb_icon.png) no-repeat 35px center;
}
.content2_list ul li.ysqgk {
    background: #f2f2f9 url(ysqgk_icon.png) no-repeat 35px center;
}
.content2_list ul li.wzgznb {
    background: #f2f2f9 url(wzgznb_icon.png) no-repeat 35px center;
}
.content2_list ul li.hygq {
    background: #f2f2f9 url(hygq_icon.png) no-repeat 35px center;
}
.content2_list ul li.rsxx {
    background: #f2f2f9 url(rsxx_icon.png) no-repeat 35px center;
}
.content_box3 {
    width: 560px;
    height: 240px;
    float: left;
}
.content_box3 .content_title span {
    width: 520px;
}
.content3_list {
    width: 560px;
    height: 270px;
    overflow: hidden;
}
.content3_list ul li {
    /* width: 100%; */
    /* height: 71px; */
    /* float: left; */
    /* margin-top: 20px; */


    width: 270px;
    height: 80px;
    /* border-top: 2px solid #217edd; */
    background: #f2f2f9;
    line-height: 80px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.content3_list ul li:nth-child(2n){
    margin-right: 0px;
}

.content3_list ul li.one {
    background: #f2f2f9 url(hdjl_01.png) no-repeat 35px center;
}
.content3_list ul li.two {
    background: #f2f2f9 url(hdjl_02.png) no-repeat 35px center;
}
.content3_list ul li.three {
    background: #f2f2f9 url(hdjl_03.png) no-repeat 35px center;
}
.content3_list ul li.four {
    background: #f2f2f9 url(hdjl_04.png) no-repeat 35px center;
}

.content3_list ul li.one:hover{
    background: #d60b00 url(hdjl_01_on.png) no-repeat 35px center;
}
.content3_list ul li.two:hover {
    background: #d60b00 url(hdjl_02_on.png) no-repeat 35px center;
}
.content3_list ul li.three:hover {
    background: #d60b00 url(hdjl_03_on.png) no-repeat 35px center;
}
.content3_list ul li.four:hover {
    background: #d60b00 url(hdjl_04_on.png) no-repeat 35px center;
}
.content3_list ul li:hover a{
    color: #fff;
}

.content3_list ul li a{
    width: 100%;
    height: 80px;
    display: inline-block;
    padding-left: 110px;
    color: #333;
}

.content3_list ul li a img {
    /* width: 560px;
    height: 71px; */
    width: 270px;
    height: 80px;
}

/* 第三层 */
.szfg {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 200px;
    padding: 20px;
	display:none;
}
.szfg_title {
    width: 100%;
    height: 38px;
}
.szfg_title span a {
    color: #333;
}
.szfg_title span {
    font-size: 20px;
    width: 1110px;
    height: 37px;
    display: inline-block;
    float: right;
    padding-left: 10px;
    border-bottom: 1px solid #d4d4d4;
}
.szfg_list {
    width: 100%;
    overflow: hidden;
}
.szfg_list ul {
    width: 110%;
}
.szfg_list ul li {
    width: 270px;
    height: 70px;
    float: left;
    margin-top: 20px;
    margin-right: 27px;
}
.szfg_list ul li a img {
    width: 270px;
    height: 70px;
}
select {
    height: 40px;
    font-size: 14px;
}
select,
input,
img,
select {
    vertical-align: middle;
}

/* 图片新闻 */
a.focusBox {
    text-decoration: none;
    color: #FFFFFF
}
a.focusBox:hover {
    color: #FFFFFF
}
.bord {
    width: 100%;
    height: 400px;
}
.focusBox {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}
.focusBox .pic {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
.focusBox .pic li,
.focusBox .pic {
    width: 100% !important;
}
.focusBox .pic img {
    width: 100%;
    height: 400px;
    display: block;
}
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #341;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}
.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
    line-height: 36px;
}
.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
    width: 100%;
}
.focusBox .txt li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    line-height: 36px;
    padding: 0 0 0 10px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 12px;
    right: 8px;
}
.focusBox .num li {
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 50%;
}
.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 20px;
    ;
    height: 22px;
    top: 0;
    left: 0;
    text-decoration: none;
}
.focusBox .num li span {
    z-index: 1;
    background-image: url(list2.png);
}
.focusBox .num li.on a,
.focusBox .num a:hover {
    background-image: url(list1.png)
}


/*  */
.tab_list ul li a:hover,
.box_list ul li a:hover,
.content2_list ul li a:hover{color: #217edd;}


.content1 {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    height: auto;
}