@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 15px;
    font-family: "微软雅黑";
}


/*定义页面的默认背景色*/

a {
    color: #333;
}

a:hover {
    color: #125aae;
}

ul,
ol,
li {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}


/*所有元素使用box-sizing和background-size*/

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd,
input,
div,
span,
img,
a,
* {
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 100%;
    height: 0;
    visibility: hidden;
    margin-top: 0px!important;
    *margin-top: -1px;
    line-height: 0;
}


/*头部*/

.lm_pic {
    width: 100%;
    height: auto;
}

.lm_pic_cen {
    width: 1000px;
    margin: 0 auto;
    height: 200px;
}

.left_title {
    width: 235px;
    height: 45px;
    text-indent: 30px;
    font-size: 16px;
    color: #0476d7;
    line-height: 48px;
    background: url(left_title.jpg);
}

div.inter_out {
    width: 100%;
    padding-bottom: 30px;
}


/*内容*/

.location {
    width: 1200px;
    margin: 0 auto;
    height: 46px;
    padding-top: 10px;
}

.location-head {
    padding-left: 20px;
    font-size: 13px;
    background: url(bt_position_blue.png) no-repeat left center;
    width: 90px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.quan {
    min-height: 300px;
}

.zuo {
    border: 1px solid #a9b9c4;
    border-top: 3px solid #2093ee;
    width: 270px;
}

.tou {
    border: 1px solid #dadfe8;
    height: auto;
    background-color: #f9fafc;
}

.hong {
    padding-left: 5px;
    width: 10px;
}

.tyys {
    padding-left: 10px;
    font-size: 19px;
    color: #1182ec;
    font-weight: bold;
}

.xwld a,
.xrdld a,
.xzfld a,
.xzxld a {
    display: block;
    height: 40px;
    width: 220px;
    line-height: 40px;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    padding-left: 40px;
    font-size: 17px;
    color: #333;
}

.xwld a.active,
.xrdld a.active,
.xzfld a.active,
.xzxld a.active {
    border: none;
    background-color: #459df0;
    color: #fff;
}

.xwld-list ul,
.xrdld-list ul,
.xzfld-list ul,
.xzxld-list ul {
    padding: 0 0 50px 30px;
    display: none;
}

.xwld-list.active ul,
.xrdld-list.active ul,
.xzfld-list.active ul,
.xzxld-list.active ul {
    display: block;
}

.xwld-list ul li,
.xrdld-list ul li,
.xzfld-list ul li,
.xzxld-list ul li {
    height: 34px;
    line-height: 34px;
}

.xwld-list ul li a,
.xrdld-list ul li a,
.xzfld-list ul li a,
.xzxld-list ul li a {
    font-size: 15px;
}

.xwld-list ul li.active a,
.xrdld-list ul li.active a,
.xzfld-list ul li.active a,
.xzxld-list ul li.active a {
    color: #459df0;
    font-weight: bold;
}

.leader-photo {
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.leader-photo>img {
    width: 180px;
}

.leader-photo a {
    display: block;
    margin-top: 20px;
    width: 115px;
    height: 33px;
    border: 1px solid #dcdcdc;
    line-height: 32px;
    color: #1182ec;
    padding-left: 40px;
    background: url(letter.png) no-repeat 11px 5px;
}

.leader-detail {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.leader-detail p {
    font-size: 22px;
    line-height: 36px;
    min-height: 36px;
}

.leader-detail>p>span {
    float: left;
    color: #1182ec;
    letter-spacing: 10px;
}

.article p {
    font-size: 15px;
    line-height: 36px;
    min-height: 36px;
    text-align: justify;
    
    
}