@charset "UTF-8"; 

/**Base Reset**/
* {margin: 0; padding: 0;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus {outline: 0;}
img {border: 0;}
a img {vertical-align: middle;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
.clear {width: 100%; height: 0; line-height: 0; font-size: 0; overflow: hidden; clear: both; display: block; _display: inline;}
.none {display: none;}
.hidden {visibility: hidden;}
.clearfix:after {clear: both; content: ""; display: block; height: 0; visibility: hidden;}
.clearfix {display: block; *zoom:1;}
body, p {font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial; color: #333; font-family: "Microsoft YaHei";}
body {background-color: #f8f8f8;}
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); box-shadow: 0px 0px 10px rgba(0,0,0,.8);}
a {text-decoration: none; color: #333; transition: all 0.4s ease-in-out;}
a:hover {text-decoration: none; color: #bb0000;}
.wrapper {width: 100%; background-color: #f8f8f8;}
.wrapper .inner {width: auto; max-width: 1214px; margin: 0 auto;}

/*Scroll*/
::-webkit-scrollbar {width: 6px; height: 6px; background-color: #F5F5F5;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #FFF;}
::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #AAA;}

/*CSS3 Extended Properties*/
::-webkit-input-placeholder {color: #a8a8a8;}
:-moz-placeholder {color: #a8a8a8;}
::-moz-placeholder {color: #a8a8a8;}
:-ms-input-placeholder {color: #a8a8a8;}

/*Table scroll*/
.wrapperinner {position: relative; z-index: 1; width: 100%; overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none;}


/**Header**/
.header {background: #f7f7f7 url(../images/headerbg.jpg) center no-repeat;}
.header .inner {padding: 34px 0;}

/*logo*/
.logo-panel {float: left;}
.logo-window {padding: 10px 0;}
.logo-window img {vertical-align: middle;}

/*search*/
.search-panel {float: right; width: 226px; margin-top: 22px;}
.search-window {background: #e5e4e1; overflow: hidden;}
.search {position: relative;}
.search .search-input {margin-left: 12px; margin-right: 40px;}
.search .search-input input.search-title {width: 100%; height: 23px; line-height: 23px; border: 0; outline: 0; background: none; color: #9e9e9e; font-size: 12px; padding: 5px 0;}
.search .search-input input.search-title:-webkit-autofill {box-shadow: 0 0 0 1000px #e5e4e1 inset; -webkit-box-shadow: 0 0 0 1000px #e5e4e1 inset; -webkit-text-fill-color: #9e9e9e;}
.search .search-btn {width: 35px; height: 33px; position: absolute; right: 0; top: 50%; margin-top: -16.5px;}
.search .search-btn input.search-submit {width: 100%; height: 33px; border: 0; outline: 0; background: #393939 url(../images/searchbg.png) center no-repeat; cursor: pointer;}


/**Navi**/
.navi {background: #bb0000;}
.menu-switch-arrow {display: none;}
.main-nav-panel .menu {margin: 0 auto;}
.main-nav-panel .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.main-nav-panel .menu .menu-item a.menu-link {display: inline-block; padding: 0 31px; height: 52px; line-height: 52px; color: #fff; font-size: 18px;}
.main-nav-panel .menu .menu-item a.menu-link:hover, .main-nav-panel .menu .menu-item a.menu-link.parent {text-decoration: none; color: #fff; background: #ce1b1b;}
.main-nav-panel .sub-menu {background: #bb0000; display: none; position: absolute; left: 0; top: 52px; z-index: 100; min-width: 100%; text-align: center;}
.main-nav-panel .sub-menu .sub-item {position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;}
.main-nav-panel .sub-menu .sub-item a {display: block; color: #fff; height: 46px; line-height: 46px; padding: 0 10px; font-size: 16px;}
.main-nav-panel .sub-menu .sub-item a:hover {color: #fff; background: #ce1b1b; display: block;}
.main-nav-panel .sub-menu .sub-menu {display: none!important;}


/**List**/

/*list-banner*/
.l-banner {height: 260px; background-position: center center; background-repeat: no-repeat; text-align: center;}
.l-banner img {display: none; height: 100%; vertical-align: top;}

/*list-column-fino*/
.list-column {width: 100%;}
.column-info {position: absolute; top: 50%; width: 500px; left: 50%; margin: -44px 0 0 -250px; text-align: center;display:none;}
.column-info-name .column-info-title {width: 100%; display: inline-block; color: #fff; font-size: 30px; font-weight: normal; line-height: 46px; margin-bottom: 12px;}
.column-info-position {width: 100%; display: inline-block;}
.column-info-position .column-info-path {font-size: 14px; color: #d0b6b6; display: inline-block; line-height: 30px;}
.column-info-position .column-info-path a {color: #d0b6b6;}
.column-info-position .column-info-path a:hover {color: #d0b6b6;}
.column-info-position .column-info-path .possplit {background: url(../images/posbg.png) center no-repeat; width: 22px; display: inline-block;}

/*col-wrap*/
.column-menu {width: 188px; background-color: #f3f3f3; position: relative; float: left; margin: 0 -188px 40px 0;}
.column-news {float: right; width: 100%;}
.column-news .column-news-box {margin-left: 240px;}

/*col-head*/
.column-head {background: #bb0000; line-height: 30px; display: none;}
.column-head .column-anchor {padding: 10px;}
.column-head .column-anchor .column-switch {display: block; width: 30px; height: 24px; float: right; display: none; background: url(img/menu-dot-white.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title {width: 100%; display: inline-block; float: left; font-size: 18px; font-weight: normal; color: #fff; text-align: center;}

/*column-list*/
.column-body {padding: 10px 0; background-color: #f3f3f3;}
.column-list-wrap li {width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block; width: 100%; font-size: 14px; color: #333; background-color: #f3f3f3;}
.column-list-wrap li a:hover {text-decoration: none; background-color: #bb0000;}
.column-list-wrap li.selected a.selected {background-color: #bb0000;}
.column-list-wrap li a span {display: block; color: #333; margin: 0 18px; padding: 8px 0; line-height: 21px; text-align: center; border-bottom: 1px solid #d9d9d9; transition: all 0.4s ease-in-out;}
.column-list-wrap li a:hover span {border-bottom: 1px solid #bb0000; color: #fff;}
.column-list-wrap li.selected a.selected span {border-bottom: 1px solid #bb0000; color: #fff;}
.column-list-wrap .sub-list li a span {margin: 0 28px; padding: 6px 0;}
.column-list-wrap .sub-list .sub-list li a span {margin: 0 38px; padding: 4px 0;}

/*current location*/
.list-head {padding: 20px 0 0 0; border-bottom: 1px solid #e5e5e5;}
.list-meta .column-title {float: left; display: inline-block; white-space: nowrap; font-weight: normal; line-height: 40px; font-size: 18px; color: #bb0000; border-bottom: 2px solid #bb0000; padding-bottom: 4px; position: relative; top: 1px; padding-right: 120px;}
.list-meta .column-path {float: right; line-height: 40px; color: #8a8a8a; display: none;}
.list-meta .column-path a {color: #8a8a8a; font-size: 14px;}
.list-meta .column-path a:hover {color: #bb0000;}
.list-meta .column-path .possplit {background: url(../images/posbg.png) center no-repeat; width: 18px; display: inline-block;}

/*column-news-list*/
.column-news-con {padding: 10px 0; margin-bottom: 0px; min-height: 300px;}
.column-news-con .loading {width: 100%; text-align: center; margin: 40px 0;}
.cols_list {width: 100%;}
.cols_list .cols {width: 100%; display: inline-block;}
.cols_list .cols_error {width: 100%; text-align: center; font-size: 18px; line-height: 40px; margin-top: 30px;}
.cols_list .cols .cols_title {width: 80%; display: inline-block; line-height: 48px; font-size: 16px; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #303030;}
.cols_list .cols .cols_title a {color: #303030;}
.cols_list .cols .cols_title a:hover {color: #bb0000;}
.cols_list .cols .cols_title a .highlight {color: #ff0000; font-weight: bold; transition: all 0.4s ease-in-out;}
.cols_list .cols .cols_title a:bb0000 .highlight {color: #375ae0;}
.cols_list .cols .cols_meta {float: right; font-size: 16px; color: #959595; line-height: 48px;}

/*column-news-arti*/
.wp_entry {width: auto; margin: 0 6px;}
.wp_entry, .wp_entry p, .wp_entry span {line-height: 36px; font-size: 16px; text-align: justify; font-family: "Microsoft YaHei"; color: #2d2d2d;}
.wp_entry p {margin-bottom: 20px; text-indent: 32px;}
.wp_entry table {margin: 0 auto!important;}
.wp_entry table p {margin: 0; text-indent: 0;}
.wp_entry a {color: #bb0000;}
.wp_entry a:hover {color: #bb0000;}

/*page*/
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 14px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #908c88; float: right; margin: 15px 0;}
.wp_paging input {font-size: 14px; *font-size:100%;}
.wp_paging li {display: inline-block; height: 25px; line-height: 25px; float: left; margin: 0; font-size: 14px;}
.wp_paging li span, .wp_paging li a {display: inline-block; float: left; margin: 0 8px;}
.wp_paging li em {font-style: normal; font-weight: bold; padding: 0 2px;}
.wp_paging li a {cursor: pointer; color: #908c88; line-height: 25px; height: 25px; font-size: 14px;}
.wp_paging li a.pagingJump {color: #908c88;}
.wp_paging li a:hover {color: #bb0000;}
.wp_paging li a span {margin: 0;}
.wp_paging li input {font-size: 12px; *font-size:100%; width: 24px; height: 18px; line-height: 18px; border: 1px solid #d5d5d5; background: #fff; margin: 0; text-align: center; font-family: "Microsoft YaHei"; color: #908c88;}
.wp_paging li input:focus {outline: none;}

/*column-list-img*/
.column-news-list .wp_entry img {vertical-align: middle; max-width: 100%; height: auto; _width:expression(this.width > 927 ? "927px" : this.width); display: block; margin: 0 auto!important;}

/*list-page-teacher*/
.list-page-2 .list-head {display: none;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title {font-size: 16px; border-bottom: 1px solid #e5e5e5; width: 100%; display: inline-block; line-height: 40px; font-weight: normal; margin-bottom: 28px;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title a {color: #b50000;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title a span {border-bottom: 2px solid #bb0000; display: inline-block; position: relative; top: 1px; padding-bottom: 3px; cursor: pointer;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title .morelink {display: none;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list {width: auto; margin: 0 -19px 4px -19px;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols {width: 25%; float: left; margin-bottom: 30px;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box {cursor: pointer; margin: 0 19px; background: #f7f7f7;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box .cols_wrap {display: block; margin: 0 20.9%; padding: 14.05% 0;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box .cols_wrap .cols_imgs {position: relative; overflow: hidden; padding-top: 136.79%;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box .cols_wrap .cols_imgs img {width: 100%; height: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%;     transition: all 0.4s ease-in-out;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box .cols_con {width: 100%; background: #ededed; display: block; text-align: center;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box .cols_con .cols_title {width: 100%; float: none; line-height: 46px; font-size: 15px; transition: all 0.4s ease-in-out;}
.list-page-2 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_box:hover .cols_con .cols_title {color: #bb0000;}


/**Info**/
.info-box {margin: 0;}

/*info-title*/
.article {padding: 30px 0 10px 0; min-height: 400px;}
.article h1.arti-title {line-height: 32px; padding: 2px 5px; text-align: center; font-size: 22px; font-weight: bold; color: #333;}
.article h3.arti-title {line-height: 28px; padding: 3px 3px 6px 3px; text-align: center; font-size: 18px; font-weight: normal; color: #5a5a5a; border-bottom: 2px solid #e4e4e4;}

/*info-base*/
.article .arti-metas {line-height: 22px; text-align: center; padding: 10px 0 30px 0;}
.article .arti-metas span {display: inline-block; margin: 0 10px; font-size: 14px; color: #939393;}
.article .arti-metas span span {margin: 0;}

/*info-con*/
.article .entry {margin: 0 5px; overflow: hidden;}
.article .entry, .article .entry p, .article .entry span {line-height: 36px; font-size: 16px; text-align: justify; font-family: "Microsoft YaHei"; color: #2d2d2d;}
.article .entry p {margin-bottom: 20px; text-indent: 32px;}
.article .entry p, .article .entry div, .article .entry section {background: none!important;}
.article .entry table {margin: 0 auto!important;}
.article .entry table p {text-indent: 0; margin: 0;}
.article .entry a {color: #bb0000;}
.article .entry a:hover {color: #bb0000;}

/*info-box-img*/
.article .entry .read img {vertical-align: middle; max-width: 100%; height: auto; _width:expression(this.width > 1204 ? "1204px" : this.width); background: url(img/loading.gif) no-repeat center; display: block; margin: 0 auto!important;}

/*share*/
.share {margin: 40px 0 20px 0;}
.share .bdhshare-title {float: left; line-height: 36px; font-size: 14px; color: #949494; margin-right: 10px;}
.share .bdshare-button-style1-24 {float: left;}
.share .bdshare-button-style1-24 a, .share .bdshare-button-style1-24 .bds_more {width: 24px; padding: 0; margin: 6px;}


/**Jumbotron**/
.jumbotron {background: #e2e2e2;}
.list .jumbotron .inner, .info .jumbotron .inner {max-width: 100%; position: relative;}
.fcous-panel {width: 100%;}
.focus .focus-navigation {width: 34px; height: 56px; margin-top: -17px; background: none; opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation.focus-prev {left: 0;}
.focus .focus-navigation.focus-next {right: 0;}
.focus .focus-navigation .navigation-bg {width: 100%; height: 100%; display: block; opacity: 0.8; filter: alpha(opacity=80); transition: all 0.4s ease-in-out;}
.focus .focus-navigation .navigation-bg:hover {opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation.focus-prev .prev-bg {background: url(../images/focusbg.png) left center no-repeat;}
.focus .focus-navigation.focus-next .next-bg {background: url(../images/focusbg.png) right center no-repeat;}


/**Container**/
.container .inner {padding: 35px 0 30px 0; overflow: hidden;}
.list .container .inner, .info .container .inner {padding: 20px 30px; background: #fff;}
.container .mod_left {width: 57.249%; float: left;}
.container .mod_right {width: 39.045%; float: right;}

/*news base style*/
.tt {width: 100%; display: inline-block; vertical-align: top; margin-bottom: 16px; background: url(../images/border.png) center center no-repeat;}
.post-7 .tt{margin-bottom:6px;}
.tt .tit {display: inline-block; font-weight: normal; float: left; padding-right: 30px; background: #f8f8f8;}
.tt .tit .title {display: inline-block; font-size: 22px; color: #ca0000; line-height: 36px; font-weight: bold; cursor: pointer;}

.more_btn {display: inline-block; float: right; padding: 0 20px; background: #f8f8f8 url(../images/morebg.png) right center no-repeat;}
.more_btn .more_text {font-size: 13px; line-height: 36px; cursor: pointer; color: #6d6e71; transition: all 0.4s ease-in-out;}
.more_btn .more_text:hover {color: #bb0000;}

.news_list .news {width: 100%; float: left;}
.news_list .news .news_title {width: 100%; display: inline-block; float: left; font-weight: bold; font-size: 15px; line-height: 34px; color: #303030; overflow: hidden;}
.news_list .news .news_title a {color: #303030;}
.news_list .news .news_title a:hover {color: #bb0000;}
.news_list .news .news_meta {float: right; display: inline-block; font-size: 15px; line-height: 34px; color: #6d6d6d;}

/*news-wrap*/
.post-5 .news_list .news {margin-bottom: 17px;}
.post-5 .news_list .news .news_box {cursor: pointer; background: #eaeaea;}
.post-5 .news_list .news .news_box .news_imgs {position: relative; width: 232px; float: left; height: 139px; margin-right: -280px; overflow: hidden;}
.post-5 .news_list .news .news_box .news_imgs .news_bg {width: 100%; height: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; transition: all 1s ease 0s;}
.post-5 .news_list .news .news_box:hover .news_imgs .news_bg {-moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}
.post-5 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-5 .news_list .news .news_box .news_con .news_arti {margin: 11px 25px 0 257px;}
.post-5 .news_list .news .news_box .news_con .news_arti .news_title {line-height: 22px; max-height: 44px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.4s ease-in-out;}
.post-5 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #bb0000;}
.post-5 .news_list .news .news_box .news_con .news_arti .news_text {width: 100%; float: left; margin: 2px 0 2px 0; color: #7e7e7e; line-height: 18px; max-height: 36px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.post-5 .news_list .news .news_box .news_con .news_arti .news_meta {width: 100%; float: left; color: #ca0000;}

.post-6 .news_list .news {margin-bottom: 32px;}
.post-6 .news_list .news .news_title {background: #eaeaea; line-height: 30px; margin-bottom: 20px; white-space: nowrap; text-overflow: ellipsis;}
.post-6 .news_list .news .news_title .news_meta {width: 96px; float: none; text-align: center; background: #ca0000; color: #fff; line-height: 30px; font-weight: normal; margin-right: 10px; cursor: pointer;}
.post-6 .news_list .news .news_text {width: 100%; line-height: 24px; color: #3a3a3a; max-height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.post-7 .news_list .news .news_title {width: 80%; font-size: 14px; font-weight: normal; white-space: nowrap; text-overflow: ellipsis;}
.post-7 .news_list .news .news_meta {font-size: 14px; color: #848484;}

.post-8 {margin-bottom: 20px;}
.post-8 .news_list .news, .post-9 .news_list .news {margin-bottom: 20px;}
.post-8 .news_list .news .news_box, .post-9 .news_list .news .news_box {cursor: pointer;}
.post-8 .news_list .news .news_box .news_date, .post-9 .news_list .news .news_box .news_date {width: 59px;  display: inline-block; float: left; margin-right: -61px; position: relative; text-align: center; border: 1px solid #ca0000; font-family: "Arial"; line-height: 20px; padding: 9px 0; transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_box:hover .news_date, .post-9 .news_list .news .news_box:hover .news_date {background: #ca0000 url(../images/datebgh.png) right top no-repeat;}
.post-8 .news_list .news .news_box .news_date .date-month, .post-9 .news_list .news .news_box .news_date .date-month {width: 100%; display: inline-block; font-size: 16px; font-weight: bold; color: #ca0000; transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_box:hover .news_date .date-month, .post-9 .news_list .news .news_box:hover .news_date .date-month {color: #fff;}
.post-8 .news_list .news .news_box .news_date .date-year, .post-9 .news_list .news .news_box .news_date .date-year {width: 100%; display: inline-block; color: #303030; font-size: 14px; transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_box:hover .news_date .date-year, .post-9 .news_list .news .news_box:hover .news_date .date-year {color: #fff;}
.post-8 .news_list .news .news_box .news_con, .post-9 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-8 .news_list .news .news_box .news_con .news_arti, .post-9 .news_list .news .news_box .news_con .news_arti {margin-left: 69px;}
.post-8 .news_list .news .news_box .news_con .news_arti .news_title, .post-9 .news_list .news .news_box .news_con .news_arti .news_title {line-height: 30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;max-height:60px; transition: all 0.4s ease-in-out;}
.post-9 .news_list .news .news_box .news_con .news_arti .news_title{-webkit-line-clamp: 1;max-height:30px;}
.post-8 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-9 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #333;}
.post-8 .news_list .news .news_box .news_con .news_arti .news_text, .post-9 .news_list .news .news_box .news_con .news_arti .news_text {width: 100%; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 14px; color: #848484; line-height: 24px;}


/**Link**/
.link {background: #e6e6e6;}
.link .inner {padding: 10px 0;}
.link-info .menu {margin: 0 auto;}
.link-info .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.link-info .menu .menu-item a.menu-link {display: inline-block; padding: 0 20px; height: 30px; line-height: 30px; color: #2d2d2d; font-size: 15px;}
.link-info .menu .menu-item a.menu-link:hover {text-decoration: none; color: #bb0000;}


/**Footer**/
.footer {background: #393939;}
.footer .inner {padding: 31px 0;}
.foot-info {width: 100%;}
.foot-info p {margin: 0 6px; display: block; text-align: center;}
.foot-info p span {display: inline-block; font-size: 14px; color: #afafaf; line-height: 24px; margin: 0 6px;}
.post-5 .con{margin-bottom:23px;}
.list2 .tt .tit .title{    font-size: 18px;color: #800000;    line-height: 300%;}
.list2 .tt .tit{background:none;}
.list2 .tt{border-bottom: 1px solid #9a9a9a;background:none;}
.list2 .post-28 li.news {width: 21%;float: left;text-align: center;padding: 0 2%;margin-bottom:15px;}
.list2 .news_imgs { background: #e5e2e2;    padding: 15px 0;}
.list2 .news_title{ background: #d0cdcd;}
.list2 li.wp_sublist.sublist-1 {display: none;}
.list2 h3.sublist_title { display: none !important;}
.list2 ul.sub-list{display: none;}



/**
.post-8 .con ul.news_list.clearfix li.news.n1 a.news_box.clearfix .news_date .date-month {
    color: #333;
}
.post-8 .con ul.news_list.clearfix li.news.n1 a.news_box.clearfix .news_date .date-month:hover {
    color: #fff;
}
.post-8 .con ul.news_list.clearfix li.news.n1 a.news_box.clearfix .news_date {
    border: 1px solid #333;
    background: none;
}
.post-8 .con ul.news_list.clearfix li.news.n1 a.news_box.clearfix .news_date:hover {
    
    background: #333;
}
.post-8 .con ul.news_list.clearfix li.news.n1 a.news_box.clearfix .news_con .news_arti .news_title:hover {
    color: #333;
}
.post-8 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-9 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #bb0000;}
.post-8 .news_list .news .news_box .news_date, .post-9 .news_list .news .news_box .news_date {width: 59px; background: #fff url(../images/datebg.png) right top no-repeat; display: inline-block; float: left; margin-right: -61px; position: relative; text-align: center; border: 1px solid #ca0000; font-family: "Arial"; line-height: 20px; padding: 9px 0; transition: all 0.4s ease-in-out;}

.post-8 .news_list .news .news_box .news_date .date-month, .post-9 .news_list .news .news_box .news_date .date-month {width: 100%; display: inline-block; font-size: 16px; font-weight: bold; color: #ca0000; transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_box:hover .news_date, .post-9 .news_list .news .news_box:hover .news_date {background: #ca0000 url(../images/datebgh.png) right top no-repeat;}
**/