@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #3886e6;
}

.list03 {
    width: auto;
    margin: 10px 0 0 10px;
}

.list03 li {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 15px;
}

.list03 li a {
    display: block;
    margin-left: 85px;
    height: 45px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
}

.li-date {
    width: 85px;
    height: 43px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    position: absolute;
    left: -8px;
    bottom: -1px;
    text-align: center;
}

.day {
    font-size: 30px;
    color: #c7782e;
    line-height: 26px;
    height: 26px;
    margin-top: 8px;
    float: left;
    width: 45px;
    border-right: 1px solid #e0e0e0;
}

.li-date i {
    height: 21px;
    line-height: 18px;
    color: #c7782e;
    display: block;
    font-style: normal;
    margin-left: 45px;
    font-size: 12px;
}

.li-date .year {
    line-height: 25px;
}


/*头部*/

.header {
    width: 100%;
    height: 190px;
    margin: 0 auto;
    border-top: 10px solid #333333;
}

.top {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.top_nav_bg {
    width: auto;
    height: 29px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.top_nav {
    width: auto;
    margin: 0 auto;
    height: 29px;
    line-height: 29px;
    text-align: right;
}

.top_nav a {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    background: url(../images/top_navbg.gif) no-repeat left
}

.top_nav a.nobg {
    background: none;
}

.top_nav a:hover {
    font-weight: bold;
}

.logo {
    width: 715px;
    height: 80px;
    padding: 25px 0 0 0;
}

.logo_link {
    width: 715px;
    height: 80px;
    display: block;
}

.logo img {
    width: 715px;
    height: 80px;
}

.search {
    width: 240px;
    height: 40px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 60px;
    background: url(../images/search_03.jpg) no-repeat left center;
    z-index: 1000;
}

.search input {
    position: absolute;
    width: 178px;
    height: 40px;
    line-height: 40px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #333333;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 50px;
    height: 40px;
    left: 190px;
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #da3536;
}

.nav ul {
    width: 1200px;
    margin: 0px auto;
}

.nav ul li {
    float: left;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0px 64px;
    background: url(../images/nav_li_03.jpg) no-repeat left center;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li a {
    color: #ffffff;
    font-size: 16px;
}

.nav ul li a:hover,
.nav ul li.on a,
.nav ul li .subNav a:hover {
    color: #ffffff;
}

.nav ul li .subNav {
    top: 50px;
    padding: 10px;
    width: auto;
    background: #d53334;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 20px;
    padding: 3px 10px 3px 20px;
}

.nav ul li.on .subNav dl dd {
    color: #016d38;
}

.nav ul li.on .subNav dl dd a {
    padding: 0px;
}

.content {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
}

.Banner {
    width: 640px;
    height: 360px;
    position: relative;
}


/*图片轮播*/

.flex-control-nav {
    display: none;
}

.flexslider ul.slides li img {
    width: 640px;
    height: 360px;
}

.banner-number {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 80px;
    color: #fff;
    font-size: 0;
    vertical-align: bottom;
    z-index: 9999;
}

.banner-number strong {
    font-size: 13px;
    color: #fff;
}

.banner-number span:first-child {
    line-height: 56px;
    height: 45px;
    margin-bottom: -5px;
    margin-right: 10px;
}

.banner-number span {
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.pic-index {
    font-size: 30px;
    font-style: oblique;
}

.pic-all {
    font-size: 14px;
    color: #fff;
    font-style: oblique;
    margin-left: 5px;
}

.til_slides {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 27px;
    bottom: 25px;
}

.flex-direction-nav .flex-prev {
    width: 70px;
    height: 70px;
    background: url(../images/arrow_left_03.png) no-repeat;
}

.flex-direction-nav .flex-next {
    width: 70px;
    height: 70px;
    background: url(../images/arrow_right_03.png) no-repeat;
}

.mode01 {
    width: 1200px;
    overflow: hidden;
    clear: both;
    height: 360px;
    margin: 20px auto 25px;
}

.mode01 .lf {
    width: 640px;
    height: 360px;
    float: left
}

.mode01 .rt {
    width: 510px;
    height: 360px;
    float: right
}

.news .title {
    height: 37px;
    height: 37px;
    border-bottom: 2px solid #e2e2e2;
}

.news .title h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #333333;
    border-bottom: 4px solid #3886e6;
    height: 35px;
}

.news .title a {
    width: auto;
    float: right;
}


/*.news ul li {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    *vertical-align: middle;
    width: 48%;
    float: left;
}

.news ul li:nth-child(even) {
    float: right;
}

.news_con {
    border-bottom: 1px solid #efefef;
}

.news ul li a {
    padding: 0 0 0 15px;
    background: url(../images/li_03.png) no-repeat left center;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li span {
    float: right;
} */

.wrap_mode02 {
    width: 100%;
    height: 415px;
    background: url(../images/wrap_mode02_02.jpg) no-repeat;
}

.mode02 {
    width: 1200px;
    margin: 0 auto;
}

.mode02 .lf {
    width: 100%;
    float: left;
}

.mode02 .rt {
    width: 646px;
    float: right;
}

.leader {
    margin: 10px 0 0 0;
}

.leader .title {
    height: 37px;
    height: 37px;
    border-bottom: 2px solid #e2e2e2;
}

.leader .title h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 4px solid #3886e6;
    height: 35px;
}

.leader .title a {
    width: auto;
    float: right;
    color: #ffffff;
}

.leader_top {
    width: 504px;
    height: 146px;
    background: #ffffff;
    margin: 16px 0 10px 0;
}

.leader_bottom {
    overflow: hidden;
}

.leader_top .leader_img {
    width: 112px;
    height: 146px;
    float: left;
}

.leader_top .l_right {
    width: 356px;
    float: right;
    margin: 0 18px 0 0;
}

.leader_top .l_right h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

.l_con {
    font-size: 12px;
}

.leader_left {
    width: 242px;
    height: 146px;
    background: #ffffff;
    float: left;
}

.leader_right {
    width: 242px;
    height: 146px;
    background: #ffffff;
    float: right;
}

.leader_left .leader_img {
    width: 112px;
    height: 146px;
    float: left;
}

.leader_left .l_right {
    width: 90px;
    float: right;
    margin: 0 18px 0 0;
}

.leader_left .l_right h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

.leader_right .leader_img {
    width: 112px;
    height: 146px;
    float: left;
}

.leader_right .l_right {
    width: 90px;
    float: right;
    margin: 0 18px 0 0;
}

.leader_right .l_right h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

.tab {
    margin: 10px 0 0 0;
}

.tab ol {
    height: 37px;
    height: 37px;
    border-bottom: 2px solid #e2e2e2;
    position: relative;
}

.tab ol li {
    overflow: hidden;
    float: left;
    margin: 0 45px 0 0;
}

.tab ol h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #ffffff;
    height: 35px;
}

.tab ol a {
    width: auto;
    float: right;
    color: #ffffff;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}

.tab ol li.current h2 {
    border-bottom: 4px solid #3886e6;
}

.tab ol li.current a {
    display: block;
}

.tab dd {
    display: none;
}

.tab dd:first-child {
    display: block;
}

;
.tab ul li {
    *vertical-align: middle;
    padding: 0 0 0 15px;
    background: url(../images/tab_li_03.png) no-repeat left center;
}

.tab .tab_con {
    border-bottom: 1px solid #565656;
    height: 50px;
    line-height: 50px;
}

.tab .tab_con span {
    float: right;
    font-size: 14px;
    color: #ffffff;
}

.tab .tab_con a {
    float: left;
    color: #ffffff;
}

.mode03 {
    width: 1200px;
    margin: 0 auto;
}

.tab01 {
    margin: 20px 0 0 0;
}

.tab01 ol {
    height: 37px;
    height: 37px;
    border-bottom: 2px solid #e2e2e2;
    position: relative;
}

.tab01 ol li {
    overflow: hidden;
    float: left;
    margin: 0 45px 0 0;
}

.tab01 ol h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #333333;
    height: 35px;
}

.tab01 ol a {
    width: auto;
    float: right;
    color: #999999;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}

.tab01 ol li.current h2 {
    border-bottom: 4px solid #3886e6;
}

.tab01 ol li.current a {
    display: block;
}

.tab01 dd {
    display: none;
}

.tab01 dd:first-child {
    display: block;
}

.tab01 ul {
    background: url(../images/ul_bg_03.jpg) no-repeat center 20px;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.tab01 ul li {
    width: 555px;
    padding: 0 0 0 15px;
    background: url(../images/tab01_li_03.png) no-repeat left center;
    *vertical-align: middle;
}

.tab01 ul li:nth-child(odd) {
    float: left;
}

.tab01 ul li:nth-child(even) {
    float: right;
}

.tab01 ul li.li01 {
    float: left;
}

.tab01 ul li.li02 {
    float: right;
}

.tab01 .tab_con {
    border-bottom: 1px solid #e1e1e1;
    height: 46px;
    line-height: 46px;
}

.tab01 .tab_con span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.tab01 .tab_con a {
    float: left;
    color: #333333;
}

.mode04 {
    width: 1200px;
    margin: 10px auto;
}

.Institutional .title {
    height: 37px;
    height: 37px;
    border-bottom: 2px solid #e2e2e2;
}

.Institutional .title h2 {
    width: auto;
    float: left;
    font-size: 22px;
    color: #333333;
    border-bottom: 4px solid #3886e6;
    height: 35px;
}

.Institutional .title a {
    width: auto;
    float: right;
    color: #999999;
}

.Institutional ul {
    margin: 20px -18px;
    overflow: hidden;
}

.Institutional ul li {
    width: 140px;
    height: 140px;
    float: left;
    margin: 0 128px;
}

.Institutional ul li a {
    display: block;
    margin: 95px 0 0 0;
    text-align: center;
}

.Institutional ul li:hover a {
    color: #ffffff;
}

.Institutional ul li.i01 {
    background: url(../images/l01_03.png);
}

.Institutional ul li.i02 {
    background: url(../images/l02_03.png);
}

.Institutional ul li.i03 {
    background: url(../images/l03_03.png);
}

.Institutional ul li.i04 {
    background: url(../images/l04_03.png);
}

.Institutional ul li.i05 {
    background: url(../images/l05_03.png);
}

.Institutional ul li.i06 {
    background: url(../images/l06_03.png);
}

.Institutional ul li.i07 {
    background: url(../images/l07_03.png);
}

.Institutional ul li.i01:hover {
    background: url(../images/l01_hover_03.png);
}

.Institutional ul li.i02:hover {
    background: url(../images/l02_hover_03.png);
}

.Institutional ul li.i03:hover {
    background: url(../images/l03_hover_03.png);
}

.Institutional ul li.i04:hover {
    background: url(../images/l04_hover_03.png);
}

.Institutional ul li.i05:hover {
    background: url(../images/l05_hover_03.png);
}

.Institutional ul li.i06:hover {
    background: url(../images/l06_hover_03.png);
}

.Institutional ul li.i07:hover {
    background: url(../images/l07_hover_03.png);
}


/* .list_rt01 {
    margin-left: 532px;
    overflow: hidden;
} */

.list_rt01 {
    margin: 20px -15px 0;
}

.list_rt01 li {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}

.list_rt01 li span {
    display: block;
    margin-left: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 15px
}

.list_rt01 li a {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: block;
}

.list_rt01 li strong {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #828282;
    margin: 10px 0 12px;
    display: block;
    background: url(../images/icon-time02.png) no-repeat left center;
    padding-left: 24px;
}


/*底部开始*/

.footer {
    height: 150px;
    background: url(../images/footer_bg_02.jpg);
    color: #fff;
}

.footerIn {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}

.footer_left {
    width: 457px;
    height: 80px;
    float: left;
    background: url(../images/footer_line_03.jpg) no-repeat right top;
}

.footer_middle {
    padding: 10px 50px 0 50px;
    height: 70px;
    float: left;
    background: url(../images/footer_line_03.jpg) no-repeat right top;
}

.footer_right {
    margin: 0 0 0 50px;
    float: left;
    width: 80px;
    height: 80px;
}


/*二级页*/

.subPage {
    width: 1200px;
    margin: 0px auto;
}

.Bread {
    width: auto;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    color: #dc3536;
    margin-top: 5px;
}

.Bread a {
    color: #dc3536;
}

.articleList2 {}

.articleList2 ul li {
    background: url(../images/tab01_li_03.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
}

.listTitle2 {
    padding-left: 0px;
    background: none;
    height: 40px;
    line-height: 40px;
}

.listTitle2 h2 {
    width: auto;
    float: left;
    color: #dc3536;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0px;
}

.listTitle2 a {
    width: auto;
    float: right;
}

.subPage .articleList2 {
    margin: 10px 0px 20px;
}

.page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
    margin: 20px 0px 30px;
}

.page a {
    padding: 0 5px;
}

.pageList {
    padding-bottom: 30px;
    overflow: hidden;
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 18px;
    color: #dc3536;
    line-height: 20px;
    padding: 10px 0;
}

.articleTitle h3 {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    background: #f5f5f5;
    color: #777;
}

.article {
    overflow: hidden;
    margin: 20px 10px;
    line-height: 25px;
}

.article p {
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
}

.Annex {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #dc3536;
    padding-left: 5px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/list_lig.gif) no-repeat 10px center;
    padding-left: 28px;
}

.Annex ul li a {
    font-size: 12px;
    line-height: 24px;
    color: #656464;
}

.Annex ul li a:hover {
    color: #dc3536;
}


/*通栏图片页开始*/

.pictureList_tl2 ul {
    width: 1280px;
    overflow: hidden;
}

.pictureList_tl2 ul li {
    width: 200px;
    height: 165px;
    float: left;
    text-align: center;
    margin: 0 50px 0 0;
}

.pictureList_tl2 ul li img {
    width: 200px;
    height: 140px;
    display: block;
}

.pictureList_tl2 ul li p {
    height: 20px;
    line-height: 20px;
}


/*通栏图片页结束*/


/*二级页左右分栏开始*/

.con {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.con .con_left {
    width: 260px;
    float: left;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    margin: 5px 0 0 0;
}

.con .con_left .left_title {
    height: 50px;
    line-height: 50px;
    background: #dc3536;
}

.con .con_left .left_title h2 {
    padding: 0 0 0 20px;
}

.con .con_left .left_title h2 a {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #ffffff;
    font-weight: bold;
}

.con .con_left ul li.current {
    border-bottom: 3px solid #dc3536;
}

.con .con_left ul li a {
    padding: 10px 20px 10px 20px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.con .con_left ul li a:hover {
    border-bottom: 3px solid #dc3536;
}

.con .con_left ul li #current {
    border-bottom: 3px solid #dc3536;
}

.con .con_right {
    width: 900px;
    height: auto;
    float: right;
}

.pictureList ul {
    width: 1000px;
    overflow: hidden;
}

.pictureList ul li {
    width: 200px;
    height: 165px;
    float: left;
    text-align: center;
    margin: 0 33px 0 0;
}

.pictureList ul li img {
    width: 200px;
    height: 140px;
    display: block;
}

.pictureList ul li p {
    height: 20px;
    line-height: 20px;
}


/*二级页左右分栏结束*/
