﻿/*通用属性*/

body {
    font: 13px "Microsoft YaHei", Georgia;
    color: #999;
}

* {
    padding: 0;
    margin: 0;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
button {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    /*IE/7/6*/
}

img {
    border: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #e97e14;
    text-decoration: none;
}

.header,
.container,
.nav,
.main,
.zy,
.footer {
    width: 100%;
    background: #fff;
}

.w1000 {
    width: 1000px;
    margin: auto;
    text-align: center;
}

.w1200 {
    width: 1200px;
    margin: auto;
    text-align: center;
}


/*header*/

.header {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.headerBox ul li {
    float: left;
}

.headerBox ul li a {
    display: inline-block;
    width: 75px;
}

.logo a {
    display: inline-block;
    margin: 10px auto;
}

.search {
    position: relative;
    top: 35px;
    right: 0;
}

.search input {
    width: 230px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #E0E0E0;
    padding: 0 24px;
    box-sizing: border-box;
    outline: none;
}

.search .button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 40px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: url("../images/images_xxfy/icon.png") no-repeat 14px 6px #A98E72;
    outline: none;
}

.logo {
    margin: 10px 0;
}


/*nav*/

.nav {
    height: 50px;
    line-height: 50px;
    background: #195684;
}

.nav ul li {
    float: left;
    height: 50px;
}

.nav ul.w1200 li a {
    display: inline-block;
    width: 143px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.nav ul.w1000 li a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.nav li.active,
.nav li:hover {
    background: #1c6aa9;
}


/*main*/

.main {
    padding: 0;
    background-color: #F2F2F2;
}

.main a {
    font-family: "Microsoft YaHei";
}

.slide {
    position: relative;
    width: 360px;
    height: 255px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: #F2F2F2;
}

.slide .pic img {
    width: 360px;
    height: 255px;
    display: block;
}

.slide .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 25px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.slide .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 25px;
    width: 100%;
    overflow: hidden;
}

.slide .txt li {
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: -25px;
}

.slide .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.slide #tip {
    width: 96px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 13;
}

.slide #tip ul li {
    width: 13px;
    height: 25px;
    float: left;
    display: inline;
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/images_xxfy/tip.png) 0 7px no-repeat;
}

.slide #tip ul li.on {
    background: url(../images/images_xxfy/tip.png) 0 -16px no-repeat;
}


/*通知公告*/

.tzggMain {
    width: 380px;
    text-align: left;
}

.tzggMain ul li {
    border-bottom: 1px solid #d6dde5;
    height: 47px;
    margin-top: 24px;
}

.tzggMain ul li.tf {
    margin-top: 20px;
}

.tzggMain ul span {
    display: inline-block;
    width: 50px;
    height: 46px;
    background: #F3F7FA;
    color: #454545;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 10px;
}

.tzggMain ul a {
    display: inline-block;
    width: 300px;
    padding: 0 0 5px 5px;
    line-height: 20px;
}

.mainBox {
    padding: 0px 0 13px;
}


/*分院动态*/

.fydt {
    width: 360px;
    margin: 0 20px 0 0;
}


/****分院动态· 通知公告 样式重置20170602 S*****/

.slide {
    padding-top: 15px;
}

.columnTitle {
    line-height: 50px;
    border-bottom: 1px solid #dedede;
}

.columnTitle h2 {
    font-size: 18px;
    color: #195c89;
    border-bottom: 2px solid #195c89;
}

.columnTitle a {}

.columnList li {
    padding-left: 18px;
    background: url("../images/images_xxfy/arrow.png") no-repeat 2px center;
}

.zcwj .columnList li {
    text-align: left;
    height: 28px;
    line-height: 28px;
}

.fydt .columnList li {
    text-align: left;
    height: 28px;
    line-height: 28px;
}

.columnList li span {
    display: inline-block;
    float: right;
    color: #454545;
    text-align: center;
    font-size: 10px;
}

.columnList li a {
    float: left;
    text-align: left;
    font-size: 14px;
    font-family: "Microsoft YaHei", Georgia;
}

.columnFirst {
    padding: 10px 0 6px;
    border-bottom: 1px solid #dedede;
    line-height: 20px;
    text-align: left;
}

.columnFirst h3 a {
    color: #FF0000;
    font-size: 14px;
    line-height: 28px;
}

.columnFirst p {
    text-indent: 2em;
    font-size: 12px;
}

.news .columnList ul {
    padding-top: 10px;
}

.news .columnList li {
    text-align: left;
    height: 28px;
    line-height: 28px;
}

.tzgg {}

.tzgg .columnList ul {
    padding: 10px 0 4px;
}

.tzgg .columnList li {
    width: 340px;
    ;
    line-height: 28px;
}


/*分院新闻*/

.news {
    width: 420px;
    padding-left: 30px;
}

.news .columnList ul {
    padding-top: 10px;
}

.news .columnList li {
    padding-left: 0;
    text-align: left;
    height: 28px;
    line-height: 28px;
    background: #F2F2F2;
}

.news .columnList li span {
    float: left;
    color: #0166b6;
    font-size: 12px;
}

.news .columnList li a {
    color: #000;
    border-left: 1px solid #afafaf;
    padding-left: 12px;
    margin-left: 12px;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/****分院动态· 通知公告 样式重置20170602 E*****/


/*政策文件*/

.zcwj {
    width: 420px;
    padding: 0 10px 0;
}

.fydt .columnList ul {
    margin-top: 10px;
}

.zcwj .columnTitle {
    margin-bottom: 10px;
}

.zcwj .columnList li a {
    font-size: 12px;
}


/*专业*/

.zy {
    width: 340px;
}

.zy .zyHeader {
    line-height: 52px;
}

.zy .zyHeader h2 {
    font-size: 18px;
}

.zy ul li {
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 7px 0;
    background: #DDF0ED;
}

.zy ul li:hover {
    background: #81C2D6 url(../images/images_xxfy/arrow2.png) no-repeat 310px center;
}

.zy li>a {
    padding-left: 60px;
    height: 40px;
    width: 280px;
    line-height: 40px;
    display: inline-block;
    background: url("../images/images_xxfy/yyjs.png") no-repeat 20px 6px;
    font-size: 14px;
    color: #666;
}

.zy li>a.wljs {
    background: url("../images/images_xxfy/wljs.png") no-repeat 20px 6px;
}

.zy li>a.xxgl {
    background: url("../images/images_xxfy/xxgl.png") no-repeat 20px 6px;
}

.zy li>a.txjs {
    background: url("../images/images_xxfy/txjs.png") no-repeat 20px 6px;
}

.zy li>a.jscy {
    background: url("../images/images_xxfy/jscy.png") no-repeat 20px 6px;
}


/*footer*/

.footer {
    background: #1b5b89;
    padding: 25px 0;
}

.footerBox ul li {
    float: left;
}

.footerBox ul li a {
    color: #fff;
    display: inline-block;
    width: 65px;
    line-height: 30px;
}

.footerBox p {
    text-align: left;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    line-height: 26px;
}

.footerBox p a {
    color: #fff;
}


/*列表页*/

.listSection {
    background: #fff;
}

.listLeft {
    width: 230px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
}

.listBox {
    margin-top: 20px;
    padding-bottom: 10px;
}

.listBox h3 {
    width: 230px;
    color: #fff;
    font-size: 20px;
    height: 63px;
    line-height: 63px;
    background: #1C6AA9;
    padding-left: 25px;
    text-align: left;
    box-sizing: border-box;
}

.listLeft ul {
    width: 228px;
    border: 1px solid #E4E4E4;
    border-bottom: 10px solid #E4E4E4;
}

.listLeft ul li {
    padding-left: 25px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    background: #F7F7F7;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

.listLeft ul li a {
    display: inline-block;
    color: #666;
    font-size: 15px;
}

.listLeft ul i {
    position: absolute;
    top: 26px;
    display: inline-block;
    right: 30px;
    width: 8px;
    height: 8px;
    background: url("../images/images_xxfy/icon.png") no-repeat 0 -86px;
}

.listLeft ul li.active,
.listLeft ul li:hover {
    background: #fff;
}

.listLeft ul li.active a,
.listLeft ul li:hover>a {
    color: #1C6AA9;
    font-weight: bold;
}


/*分页pages*/


/*CSS yahoo2 style pagination*/

.pages {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 0.85em;
    padding-bottom: 3px;
    margin: 3px;
    padding-top: 3px;
    font-family: tahoma, helvetica, sans-serif;
    text-align: center
}

.pages a {
    border-right: #ccdbe4 1px solid;
    padding-right: 8px;
    background-position: 50% bottom;
    border-top: #ccdbe4 1px solid;
    padding-left: 8px;
    padding-bottom: 2px;
    border-left: #ccdbe4 1px solid;
    color: #0061de;
    margin-right: 3px;
    padding-top: 2px;
    border-bottom: #ccdbe4 1px solid;
    text-decoration: none
}

.pages a:hover {
    border-right: #2b55af 1px solid;
    border-top: #2b55af 1px solid;
    background-image: none;
    border-left: #2b55af 1px solid;
    color: #fff;
    border-bottom: #2b55af 1px solid;
    background-color: #3666d4
}

.pages a:active {
    border-right: #2b55af 1px solid;
    border-top: #2b55af 1px solid;
    background-image: none;
    border-left: #2b55af 1px solid;
    color: #fff;
    border-bottom: #2b55af 1px solid;
    background-color: #3666d4
}

.pages span {
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    padding-bottom: 2px;
    color: #000;
    margin-right: 3px;
    padding-top: 2px
}

div.yahoo2 .a1 {
    border-right: #ccdbe4 2px solid;
    border-top: #ccdbe4 2px solid;
    margin: 0px 0px 0px 10px;
    border-left: #ccdbe4 2px solid;
    border-bottom: #ccdbe4 2px solid
}

div.yahoo2 .a1:hover {
    border-right: #2b55af 2px solid;
    border-top: #2b55af 2px solid;
    border-left: #2b55af 2px solid;
    border-bottom: #2b55af 2px solid
}

.listRight {
    width: 748px;
    display: inline-block;
    height: auto;
    border: 1px solid #ECECEC;
}

.listMain {
    padding: 20px;
    min-height: 520px;
}

.listHeader {
    border-bottom: 1px solid #ECECEC;
}

.listHeader span {
    color: #1C6AA9;
}

.listHeader h2 {
    color: #333;
    border-bottom: 5px solid #1C6AA9;
    padding-bottom: 15px;
}

.listMain .listL {
    padding-bottom: 20px;
}

.listMain .listL li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E8E8E8;
}

.listMain .listL li a {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/images_xxfy/icon.png") no-repeat 0 -105px;
}

.articleHeader {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.articleHeader h2 {
    display: block;
    color: #a41a12;
    font-size: 25px;
    line-height: 65px;
}

.articleMain {
    text-align: left;
    padding: 25px 0;
	line-height:2em;
    min-height: 460px;
}

.articleMain img {
    width: auto;
	
	max-width:710px;
	height:auto !important ;
	padding:10px;
}


/*图片列表页*/

.imgList li {
    margin: 14px 8px;
    display: inline-block;
}

.imgList li a {
    display: block;
    width: 210px;
    height: 140px;
    padding: 1px;
    border: 2px solid #E4E4E4;
}

.imgList li a:hover {
    border: 2px solid #F28A07;
}

.red {
    color: #FF0000;
}