/*
 * @author: omt.xu
 * @date: 2019-07-12 09:57:24
 * @last modified by:   administrator
 * @last modified time: 2021-04-13 18:15:32
 */

@charset "utf-8";

.main-body {
    padding-bottom: 40px;
    width: 1200px;
    overflow: hidden;
}

.l-main {
    width: 100%;
    background: #f7f7f7;
}

.l-main .l-ny-left,
.l-main .l-ny-right {
    display: inline-block;
    margin-top: 24px;
}

.l-main .l-ny-right .public-hd {
    width: 94%;
    margin: 30px auto 10px;
}

.bor-2e {
    border-bottom: 1px solid #eee;
}

.bor-top-2e {
    border-top: 1px solid #eee;
}

.mt-24 {
    margin-top: 24px;
}

.m-t-25 {
    margin-top: 25px;
}

.l-ny-left {
    width: 274px;
}

.l-n-box {
    width: 274px;
    padding-bottom: 15px;
    background: #fff;
}

.l-sty {
    position: relative;
    padding: 18px 0;
    overflow-x: hidden;
    /* height : 67px; */
}

.l-sty-tit {
    margin: 0 20px 0 40px;
    font-weight: bold;
    color: #0b265b;
    /* line-height : 67px; */
    line-height: 30px;
}

.l-sty-tit,
.l-sty-tit h2 {
    font-size: 24px;
}

.l-icon-bor {
    display: block;
    position: absolute;
    top: 24px;
    left: 17px;
    width: 8px;
    height: 20px;
    background-color: #1e41b9;
}

.l-ny-nav {
    margin-top: 15px;
}

.l-ny-nav li a {
    display: block;
    padding-left: 29px;
    line-height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    background: #fff  no-repeat 300px center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
}

.l-ny-nav li a:hover,
.l-ny-nav li a.active {
    color: #e81a24;
    font-weight: bold;
    background: #efefef  no-repeat 239px center;
}

.hot {
    margin: 5px 0 0 0;
    font-size: 0;
}

.hot li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-bottom: 1px dashed #eee;
    margin: 0 10px;
}

.hot li i {
    display: block;
    width: 14px;
    height: 14px;
    font-style: normal;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ccc;
    position: absolute;
    left: 5px;
    top: 15px;
    padding: 1px;
}

.hot li i.i01 {
    background: #ea1515;
}

.hot li i.i02 {
    background: #f19900;
}

.hot li i.i03 {
    background: #317bcf;
}

.hot li a {
    padding-left: 25px;
    display: block;
    width: 209px;
    overflow: hidden;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    margin: 10px 0;
}

.hot li a:hover,
.hot li.on a {
    color: #e81a24;
}

.l-ny-right {
    width: 900px;
    min-height: 606px;
    background: #fff;
}

.curr-location {
    padding: 18px 20px 18px 55px;
    font-size: 16px;
    line-height: 30px;
    background: #fff  no-repeat 22px 21px;
}

.curr-location span,
.curr-location a {
    color: #0b265b;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.curr-location a:hover {
    color: #e81a24;
}

.l-ny-box {
    margin-top: 15px;
    margin-bottom: 30px;
}

.l-ul-list {
    padding: 0 30px;
    margin-bottom: 25px;
}

.l-ul-list li {
    position: relative;
    border-bottom: 1px dotted #e0e0e0;
    padding: 28px 5px;
}

.l-ul-list li a.l-tit {
    display: block;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.l-ul-list li a.l-tit:hover {
    color: #e81a24;
}

.l-ul-list .l-con {
    display: inline-block;
    color: #666;
    width: 100%;
}

.l-ul-list .l-con .l-img,
.l-ul-list .l-con .l-video,
.l-ul-list .l-con .l-audio {
    position: relative;
    float: left;
    width: 240px;
    height: 134px;
    margin-right: 28px;
    overflow: hidden;
    background: #eee;
}

.l-ul-list .l-con .l-video s {
    position: absolute;
    top: 0;
    left: 0;
    background:  no-repeat center;
    _background:  no-repeat center;
    background-size: 50px;
    background-color: rgba(0, 0, 0, .2);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.l-ul-list .l-con .l-audio s {
    position: absolute;
    top: 0;
    left: 0;
    background:  no-repeat center;
    background-size: 50px;
    background-color: rgba(0, 0, 0, .2);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.l-video img,
.l-audio img,
.l-img img {
    width: 240px;
    height: 134px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a.l-video:hover img,
a.l-audio:hover img,
a.l-img:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.l-ul-list .l-con .l-txt {
    position: relative;
    overflow: hidden;
    text-align: justify;
}

.l-ul-list span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-top: 35px;
}

.text-c {
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

.text-c a,
.text-c span {
    display: inline-block;
    height: 35px;
    margin: 0 2px;
    padding: 0 12px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.text-c span {
    background: #ea1515;
    color: #fff;
}

.text-c a:hover,
.text-c span {
    color: #fff;
    border-color: #2f51c6;
    background: #2f51c6;
    text-decoration: none;
}

.l-mb100 {
    margin-bottom: 100px;
}

.l-mb50 {
    margin-bottom: 50px;
}

.l-xq-box {
    padding: 30px;
    background: #fff;
}

.l-xq-tite {
    padding: 15px 0;
    text-align: center;
}

.l-xq-tite h2,
.l-xq-tite h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #666;
}

.l-xq-tite h2 {
    font-weight: normal;
}

.l-xq-tite h1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #0b265b;
}

.l-xq-tite span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.l-xq-tite span label {
    margin: 0 10px;
}

.summary {
    padding: 15px;
    margin-top: 35px;
    font-size: 16px;
    font-family: 'kaiti';
    line-height: 30px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.l-content {
    overflow: hidden;
    margin-top: 20px;
    font-size: 18px;
    line-height: 35px;
    word-break: break-all;
    text-align: justify;
}

.l-content p {
    margin: 15px 0;
    text-indent: 2em;
}

.l-content p[style*="center"] {
    text-indent: 0;
}

.l-content img {
    max-width: 100%;
}

.l-content a {
    color: #ea1515;
    text-decoration: underline;
}

.l-content a:hover {
    color: #ea1515;
    text-decoration: none;
}

.show-audio {
    text-align: center;
    height: 92px;
}

.show-video {
    text-align: center;
}

#flashplayer {
    display: inline-block;
}

.sub-content #flashplayer {
    display: block;
}

.l-imggroup {
    width: 800px;
    margin: 30px auto;
}

.l-imggroup * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.l-imggroup .succesny {
    position: relative;
}

/* sildes css begin */
.control {
    height: 600px;
    background: #fff;
    overflow: hidden;
}

.change li {
    display: table;
    width: 800px;
    overflow: hidden;
    text-align: center;
}

.change li .imgwrap {
    display: table-cell;
    *font-size: 535.8px;
    zoom: 1;
    width: 800px;
    height: 600px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.change li img {
    width: expression(this.width > 800 ? 800: true);
    max-width: 800px;
    height: expression(this.height > 600 ? 600: true);
    max-height: 600px;
    vertical-align: middle;
}

.change li .textdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

.change li .title {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.change li .title a {
    color: #fff;
}

.change li .text {
    display: none;
}

.ssprev,
.ssnext {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: -25px;
    text-indent: -999em;
    background:  no-repeat;
    background-color: #999;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ssprev {
    left: -50px;
    _left: 0;
    background-position: left top;
}

.ssnext {
    right: -50px;
    _right: 0;
    background-position: right bottom;
}

.control:hover .ssprev {
    left: 0;
}

.control:hover .ssnext {
    right: 0;
}

.ssprev:hover,
.ssnext:hover {
    background-color: #333;
    background-color: rgba(0, 0, 0, .8);
}

.ssprev:hover {
    background-position: right top;
}

.ssnext:hover {
    background-position: left bottom;
}

.pageclass {
    position: absolute;
    top: 50px;
    z-index: 9;
    padding-top: 10px;
    text-align: center;
}

.pageclass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 3px;
    outline: none;
    ;
    border: 1px solid #bebebe;
    border-radius: 5px;
    background: #bebebe;
}

.pageclass a span {
    display: none;
}

.pageclass a:hover,
.pageclass a.cur {
    border: 1px solid #be230a;
    background: #be230a;
}

.thumbwrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.thumbwrap .thumbcont {
    position: relative;
    height: 87px;
    overflow: hidden;
    margin: 0 45px;
}

.thumbwrap ul li {
    display: inline-block;
    float: left;
    width: 130px;
    height: 87px;
    padding: 0 6px;
    overflow: hidden;
    text-align: center;
}

.thumbwrap ul li div {
    display: table-cell;
    overflow: hidden;
    width: 120px;
    height: 77px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
    background-color: #eee;
}

.thumbwrap ul li.cur div {
    padding: 3px;
    border: 2px solid #e81a24;
}

.thumbwrap ul li img {
    display: inline-block;
    width: expression(this.width > 120 ? 120: true);
    max-width: 120px;
    height: expression(this.height > 77 ? 77: true);
    max-height: 77px;
    vertical-align: middle;
    filter: alpha(opacity=30);
    opacity: .3;
}

.thumbwrap ul li:hover img,
.thumbwrap ul li.cur img {
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumbprev,
.thumbnext {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 87px;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* .thumbprev {
  left: 0;
  background:  no-repeat 7px center #0f326c;
  _background-image: ;
}
.thumbnext {
  right: 0;
  background:  no-repeat -60px center #0f326c;
  _background-image: ;
} */
.thumbprev:hover {
    background-color: #e81a24;
    background-position: -62px center;
}

.thumbnext:hover {
    background-color: #e81a24;
    background-position: 9px center;
}

.mainshare {
    margin-top: 50px;
    font-size: 16px;
}

.hot-search {
    margin-bottom: 15px;
}

.hot-search a {
    margin-right: 8px;
    color: #fd0404;
}

.l-share {
    height: 36px;
    overflow: hidden;
    line-height: 36px;
}

.l-share span {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.bdsharebuttonbox {
    float: left;
}

.bdsharebuttonbox * {
    -webkit-transition: none;
    transition: none;
}

.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
    padding-left: 30px !important;
}

.related,
.l-bottom {
    padding: 20px 30px;
}

.l-bottom ul li {
    padding: 8px 0;
    font-size: 16px;
}

.l-bottom p {
    font-size: 18px;
    line-height: 48px;
}

.page-error {
    padding: 20px 0;
    background-color: #f7f7f7;
}

.page-error,
.page-error * {
    -webkit-transition: none;
    transition: none;
}

.page-error .hd {
    text-align: center;
}

.page-error .hd .title {
    font-weight: bold;
    color: #1b1069;
}

.page-error .hd .title span {
    margin-left: 20px;
    color: #db002e;
}

.page-error .hd .text {
    font-size: 24px;
    color: #1b1069;
}

.page-error .bd {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

/*404*/
/* .error-404 .hd .title { font-size: 92px; }
.error-404 .bd {
    padding-top: 400px;
    background-image: ;
    background-size: auto 300px;
}
.error-404 .bd .btn {
    display: inline-block;
    padding: 5px 15px;
    background: #db002e;
    color: #fff;
    cursor: pointer;
}
.error-404 .bd .btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f00;
} */
.z-page-inner {
    overflow: hidden;
    margin: 30px;
    font-size: 18px;
    line-height: 35px;
    word-break: break-all;
    text-align: justify;
}

.z-page-inner p {
    margin: 15px 0;
    text-indent: 2em;
}

.z-page-inner p[style*="center"] {
    text-indent: 0;
}

.z-page-inner img {
    max-width: 100%;
}

.z-page-inner a {
    color: #ea1515;
    text-decoration: underline;
}

.z-page-inner a:hover {
    color: #ea1515;
    text-decoration: none;
}

.hot-search-header {
    background-color: #184ba4;
    height: 344px;
}

.hot-search-header .banner-hot-lists {
    top: 0;
    right: 20px;
    width: 680px;
    height: 344px;
}

.hot-search-header .banner-hot-lists .wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.hot-search-header .banner-hot-lists .banner-hot-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    width: 24px;
    padding: 0 5px;
    vertical-align: top;
    _display: block;
    _float: left;
    _height: 344px;
}

.hot-search-header .banner-hot-lists .banner-hot-item1,
.hot-search-header .banner-hot-lists .banner-hot-item2 {
    padding: 0 18px;
    width: 50px;
}

.hot-search-header .banner-hot-lists .banner-hot-item3 {
    padding: 0 12px;
    width: 36px;
}

.hot-search-header .banner-hot-lists .banner-hot-item4,
.hot-search-header .banner-hot-lists .banner-hot-item5,
.hot-search-header .banner-hot-lists .banner-hot-item6 {
    padding: 0 10px;
    width: 26px;
}

.hot-search-header .banner-hot-lists .banner-hot-item .bd,
.hot-search-header .banner-hot-lists .banner-hot-item .bd ul {
    height: 344px;
    overflow: hidden;
}

.hot-search-header .banner-hot-lists .banner-hot-item a {
    display: block;
    *display: inline;
    *zoom: 1;
    padding: 20px 0;
    width: 24px;
    word-wrap: break-word;
    min-height: 320px;
    _height: 320px;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    color: #45d0ff;
}

.hot-search-header .banner-hot-lists .banner-hot-item1 a,
.hot-search-header .banner-hot-lists .banner-hot-item2 a {
    width: 50px;
    font-size: 48px;
    line-height: 50px;
}

.hot-search-header .banner-hot-lists .banner-hot-item3 a {
    width: 36px;
    font-size: 34px;
    line-height: 36px;
}

.hot-search-header .banner-hot-lists .banner-hot-item4 a,
.hot-search-header .banner-hot-lists .banner-hot-item5 a,
.hot-search-header .banner-hot-lists .banner-hot-item6 a {
    width: 26px;
    font-size: 24px;
    line-height: 26px;
}

.hot-search-header .banner-hot-lists .banner-hot-item a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
}

.hot-bg {
    position: relative;
    background:  center no-repeat;
    height: 344px;
}

.hot-search-list {
    display: inline-block;
    width: 100%;
}

.hot-search-list li {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #e0e0e0;
}

.hot-search-list .l-tit {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.hot-search-list .l-tit em {
    display: inline-block;
    font-style: normal;
    color: #e81a24;
}

.hot-search-list .l-tit:hover {
    text-decoration: none;
    color: #e81a24;
}

.hot-search-list .l-con {
    padding-bottom: 15px;
    font-size: 0;
}

.hot-search-list .l-con span {
    display: inline-block;
    text-align: left;
    padding-left: 22px;
    font-size: 14px;
}

.hot-search-list .l-con span.icon-from {
    width: 314px;
    background:  left center no-repeat;
}

.hot-search-list .l-con span.icon-time {
    width: 310px;
    background:  left center no-repeat;
}

.hot-search-list .l-con span.icon-hot {
    background:  left center no-repeat;
}

.tips {
    position: fixed;
    z-index: 91;
    left: 0;
    top: 40%;
    width: 100%;
    min-height: 30px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tips .tipsmsg {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    padding: 5px 20px;
    min-height: 80px;
    line-height: 1.5;
    color: #fff;
    border-radius: 5px;
    background: #000;
    min-width: 120px;
    max-width: 300px;
}

.tipsmsg i {
    display: block;
    width: 40px;
    height: 35px;
    margin: 0 auto 6px;
    overflow: hidden;
}

.tipsmsg i.failure {
    background:  no-repeat;
    background-size: 40px auto;
}

.tipsmsg i.success {
    background:  no-repeat;
    background-size: 40px auto;
}

.tips span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    min-height: 30px;
    line-height: 1.5;
    color: #fff;
    border-radius: 5px;
    background: #000;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 89;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

.l-ul-list-other {
    padding: 0 30px;
    margin-bottom: 25px;
}

.l-ul-list-other li {
    position: relative;
    display: block;
    width: 685px;
    border-bottom: 1px dotted #e0e0e0;
    padding: 15px 150px 15px 5px;
}

.l-ul-list-other li a.l-tit {
    /*display: block;*/
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.l-ul-list-other li a.l-view {
    color: #136cca;
    text-decoration: none;
}

.l-ul-list-other li a.l-tit:hover,
.l-ul-list-other li a.l-view:hover {
    color: #e81a24;
}

.l-ul-list-other li .l-time {
    position: absolute;
    right: 0;
    top: 20px;
    color: #999;
    font-size: 16px;

}

/* 频道右侧板块标题 */
.category-mod-title {
    padding: 15px 30px 5px;
    text-align: center;
}

.category-mod-title h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    color: #0b265b;
}

.category-mod-title h2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-hover);
    color: #ea1515;
}

/* 频道右侧列表标题 */
.category-list-title {
    position: relative;
    height: 40px;
    margin: 30px 30px 10px;
    line-height: 30px;
    border-bottom: 3px solid #0b265b;
}

.category-list-title .title {
    position: relative;
    margin-left: 45px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #e81a24;
}

.category-list-title .title:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #ea1515;
    content: attr(data-hover);
}

.category-list-title .more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #136cca;
}

.category-list-title .more:hover {
    color: #1260b2;
}

.category-list-title .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #ea1515;
}

.category-list-title .icon .icon-left {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 30px;
    overflow: hidden;
    background-color: #0b265b;
}

.category-list-title .icon .icon-inner {
    position: absolute;
    top: 0;
    left: 4px;
    width: 26px;
    height: 30px;
    overflow: hidden;
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.category-list-title .line {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    overflow: hidden;
    background-color: #ea1515;
}

/* 频道右侧列表子标题 */
.category-list-sub-title {
    position: relative;
    height: 30px;
    margin: 25px 30px 10px 35px;
    padding-left: 25px;
    line-height: 30px;
}

.category-list-sub-title i {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-top: -6px;
    background-color: #ea1515;
}

.category-list-sub-title h3 {
    font-size: 18px;
}

.category-list-sub-title h3,
.category-list-sub-title h3 a {
    color: #0b265b;
}

.category-list-sub-title h3 a:hover {
    color: #e81a24;
    text-decoration: none;
}


/* 特别推荐list */
.tbtj-list-cont {
    width: 1300px;
    margin-top: 16px;
}

.tbtj-list-cont .list-item {
    width: 613px;
    padding: 27px 0;
    border-bottom: 1px dashed #797979;
}

.tbtj-list-cont .list-item .left-img {
    margin-right: 20px;
}

.tbtj-list-cont .list-item .left-img,
.tbtj-list-cont .list-item .left-img .image,
.tbtj-list-cont .list-item .left-img .image img {
    display: block;
    width: 240px;
    height: 134px;
}

.tbtj-list-cont .right-text {
    padding: 10px 37px 0 0;
}

.tbtj-list-cont .right-text .title {
    max-height: 54px;
    _height: 54px;
    overflow: hidden;
    font-weight: bold;
}

.tbtj-list-cont .right-text .title a {
    font-size: 18px;
    color: #353433;
}

.tbtj-list-cont .right-text .time-source {
    margin-top: 40px;
    font-size: 14px;
    color: #686868;
}

.tbtj-list-cont .right-text .time-source .time {
    margin-right: 20px;
}

.tbtj-list-cont .right-text .title a:hover {
    color: #ea1515;
}

/* 廉韵清风 list*/
.lyqf-list-cont {
    width: 1300px;
    margin-top: 16px;
}

.lyqf-list-cont .list-item {
    width: 588px;
    margin-right: 24px;
    padding: 12px 0;
    border-bottom: 1px dashed #797979;
}

.lyqf-list-cont .list-item .title,
.lyqf-list-cont .list-item .time {
    font-size: 14px;
    color: #000;
}

.lyqf-list-cont .list-item a:hover {
    color: #ea1515;
    text-decoration: none;
}

.lyqf-list-cont .list-item .title {
    width: 425px;
    height: 21px;
    margin-right: 30px;
    overflow: hidden;
    font-size: 16px;
}

/*警钟长鸣 威慑常在-列表*/
.l-jzcmwscz-list {
    padding: 0 28px 50px;
    width: 844px;
}

.l-jzcmwscz-list li {
    float: left;
    width: 400px;
    height: 110px;
    padding: 11px;
}

.l-jzcmwscz-list li .image,
.l-jzcmwscz-list li img {
    width: 100%;
    height: 100%;
}

.l-jzcmwscz-list li.big {
    width: 822px;
}

.box-jzcm {
    width: 448px;
    float: left;
}

.box-jzcm .l-ul-list-other li {
    width: 100%;
    padding: 15px 5px 15px 5px;
}

.l-main .box-jzcm .public-hd {
    margin: 10px auto;
}

.sitemap-list {
    display: inline-block;
    padding: 60px 50px 60px 50px;
    width: 1100px;
    overflow: hidden;
    background: #fff;
}

.sitemap-list dl {
    position: relative;
    width: 528px;
    margin: 20px 10px;
    _margin: 20px 6px;
    background: #f7fcff;
    border: 1px solid #eee;
    float: left;
    padding: 20px 0;
}

.sitemap-list dt {
    display: inline-block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #e91a24;
    text-align: center;
}

.sitemap-list .l-index {
    width: 1078px;
    margin-bottom: 20px;
    background: #f7fcff;
    border: 1px solid #eee;
}

.sitemap-list .l-gsly {
    width: 1078px;
}

.sitemap-list dt a {
    display: inline-block;
    color: #e91a24;
    font-size: 30px;
    font-weight: bold;
}

.sitemap-list dt a:hover {
    text-decoration: none;
}

.sitemap-list dd {
    height: 100px;
    padding: 8px 60px;
    color: #333;
    overflow: hidden;
}

.sitemap-list dd a {
    width: 160px;
    display: inline-block;
    color: #696562;
    text-align: center;
    font-size: 16px;
}

.sitemap-list .l-index dt a {
    padding-left: 40px;
    background:  no-repeat;
    background-position: 0 12px;
    background-size: 32px;
}

.sitemap-list .l-tt dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_tt.png) no-repeat;
    background-position: 0 15px;
    background-size: 32px;
}

.sitemap-list .l-ywgz dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_ywgz.png) no-repeat;
    background-position: 0 15px;
    background-size: 30px;
}

.sitemap-list .l-jljj dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_jljj.png) no-repeat;
    background-position: 0 12px;
    background-size: 35px;
}

.sitemap-list .l-zt dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_zt.png) no-repeat;
    background-position: 0 12px;
    background-size: 30px;
}

.sitemap-list .l-jb dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_jb.png) no-repeat;
    background-position: 0 12px;
    background-size: 30px;
}

.sitemap-list .l-qwfb dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_qwfb.png) no-repeat;
    background-position: 0 12px;
    background-size: 30px;
}

.sitemap-list .l-jjwdd dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_jjwdd.png) no-repeat;
    background-position: 0 17px;
    background-size: 30px;
}

.sitemap-list .l-ljcdz dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_jlcdz.png) no-repeat;
    background-position: 0 17px;
    background-size: 30px;
}

.sitemap-list .l-gsly dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_gsly.png) no-repeat;
    background-position: 0px 14px;
    background-size: 30px;
}

.sitemap-list .l-lzgc dt a {
    padding-left: 40px;
    background:  no-repeat;
    background-position: 0 12px;
    background-size: 30px;
}

.sitemap-list .l-jley dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_jley.png) no-repeat;
    background-position: 0px 14px;
    background-size: 30px;
}

.sitemap-list .l-xxgk dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_xxgk.png) no-repeat;
    background-position: 0 17px;
    background-size: 30px;
}

.sitemap-list .l-rmsd dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_rmsd.png) no-repeat;
    background-position: 0 18px;
    background-size: 30px;
}

.sitemap-list .l-gywm dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_gywm.png) no-repeat;
    background-position: 0 17px;
    background-size: 30px;
}

.sitemap-list .l-zxxx dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_zxxx.png) no-repeat;
    background-position: 0 15px;
    background-size: 30px;
}

.sitemap-list .l-zxcs dt a {
    padding-left: 40px;
    background: url(/uploads/image/mssitemap/icon_zxcs.png) no-repeat;
    background-position: 0 15px;
    background-size: 30px;
}

.sitemap-list dd a:hover {
    color: #e91a24;
}

/**
 * 频道页外链栏目图
 */
.link-cat-img {
    width: 800px;
    margin: 30px auto 0;
}

.link-cat-img img {
    display: block;
    max-width: 100%;
    height: auto;
}



/**
 * 信息公开列表
 */
.info-list {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.info-list ul {
    display: inline-block;
    padding: 0 80px;
    margin-bottom: 50px;
}

.info-list ul li {
    display: inline-block;
    float: left;
    width: 198px;
    height: 198px;
    overflow: hidden;
    margin: 30px;
    _margin: 30px 25px;
    border: 1px solid #eee;
}

.info-list ul li a {
    display: inline-block;
    width: 100%;
    height: 148px;
    cursor: pointer;
    padding: 40px 0;
    text-align: center;
    -webkit-transition: 0s;
    transition: 0s;
    color: #706f6e;
}

.info-img {
    display: inline-block;
    width: 82px;
    height: 82px;
    padding: 5px;
    background:  no-repeat;
    _background:  no-repeat;
    background-position: 5px 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.info-name {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.info-list ul li a:hover {
    text-decoration: none;
    color: #e81a24;
}

.info-list ul li.lise-1 a .info-img {
    background-position: 5px -71px;
}

.info-list ul li.lise-1 a:hover .info-img {
    background-position: -85px -71px;
}

.info-list ul li.lise-2 a .info-img {
    background-position: 5px -460px;
}

.info-list ul li.lise-2 a:hover .info-img {
    background-position: -84px -460px;
}

.info-list ul li.lise-1 a .info-img {
    background-position: -3px -10px;
}

.info-list ul li.lise-1 a:hover .info-img {
    background-position: -188px -10px;
}

.info-list ul li.lise-2 a .info-img {
    background-position: -3px -130px;
}

.info-list ul li.lise-2 a:hover .info-img {
    background-position: -189px -130px;
}

.info-list ul li.lise-3 a .info-img {
    background-position: -3px -262px;
}

.info-list ul li.lise-3 a:hover .info-img {
    background-position: -187px -262px;
}

.info-list ul li.lise-4 a .info-img {
    background-position: -3px -392px;
}

.info-list ul li.lise-4 a:hover .info-img {
    background-position: -188px -392px;
}

.info-list ul li.lise-5 a .info-img {
    background-position: -3px -509px;
}

.info-list ul li.lise-5 a:hover .info-img {
    background-position: -188px -509px;
}

.info-list ul li.lise-6 a .info-img {
    background-position: -3px -640px;
}

.info-list ul li.lise-6 a:hover .info-img {
    background-position: -188px -640px;
}

.info-list ul li.lise-7 a .info-img {
    background-position: -3px -783px;
}

.info-list ul li.lise-7 a:hover .info-img {
    background-position: -188px -783px;
}

.info-list ul li.lise-8 a .info-img {
    background-position: -3px -912px;
}

.info-list ul li.lise-8 a:hover .info-img {
    background-position: -188px -912px;
}

.catimg {
    width: 600px;
    margin: 0 auto;
    display: block;
}

.catdes {
    width: 95%;
    margin: 30px auto;
    font-family: 楷体,楷体_gb2312;
}