body {
    /*min-width: 1200px;*/
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #333333;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p,
figure {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.pos-re {
    position: relative;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.mt60 {
    margin-top: 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lecture {
    width: 570px;
    float: left;
}

.media {
    width: 570px;
    float: right;
    margin-left: 20px;
}

/* 焦点图 */
.slider {
    position: relative;
}

.flex-prev,
.flex-next {
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    text-align: center !important;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.flex-direction-nav a:before {
    font-size: 24px;
}

/* 焦点图 */
.head {
    position: relative;
}

.head .head-top {
    height: 40px;
    background: #343434;
}

.head .head-top ul li {
    float: left;
}

.head .head-top ul li.link {
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 5px;
    font-weight: lighter;
    margin-right: 15px;
}

.head .head-top ul li.link a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
    padding: 0 5px;
    font-weight: normal;
}

/* 搜索框 */
.search_bar {
    position: relative;
    width: 0px;
    min-width: 42px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: .4s cubic-bezier(0, 0.8, 0, 1);
    -moz-transition: .4s cubic-bezier(0, 0.8, 0, 1);
    transition: .4s cubic-bezier(0, 0.8, 0, 1);
    -webkit-backface-visibility: hidden;
    background: #f0c868;
}

.input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 98%;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.input::-webkit-input-placeholder {
    color: #999999;
}

.input:-moz-placeholder {
    color: #999999;
}

.input:-moz-placeholder {
    color: #999999;
}

.input:-ms-input-placeholder {
    color: #999999;
}

.search_ico,
.search_btn {
    width: 42px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    cursor: pointer;
}

.search_ico {
    background: #dcb350 url(../asset/search-sub.png) no-repeat center center;
    z-index: 90;
}

.search_open {
    width: 300px !important;
    z-index: 10
}

/* 搜索框结束 */

/* 导航 */
.navBar {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 990;
    color: #fff;
    height: 90px;
    line-height: 90px;
    width: 100%;
    top: 0;
    left: 0;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
}

.nav .m {
    position: relative;
    float: left;
    width: 90px;
    margin: 0 0px;
    display: inline;
    text-align: center;
}

.nav h3 a {
    zoom: 1;
    height: 16px;
    padding: 0;
    display: block;
    color: #fff;
    height: 85px;
    line-height: 85px;
}

.nav .on h3 a {
    padding: 0;
    border-bottom: 5px solid #dcb350;
    background: #ad0407 url(../asset/nav-on-bg.png) no-repeat center 77px;
}

.nav .sub {
    display: none;
    /*默认隐藏*/
    width: 90px;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 90px;
    float: left;
    line-height: 30px;
}

.nav .sub li {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    /*margin-top: 1px;*/
    font-size: 15px;
    line-height: 30px;
}

.nav .sub li a {
    color: #FFFFFF;
    display: block;
    zoom: 1;
}

.nav .sub li a:hover {
    background: #ad0407;
    color: #FFFFFF;
}

.nav .sub dl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 100%;
}

.nav .sub dl a:hover {
    color: #c00;
}

.nav .sub dl dt a {
    color: #000;
}

.nav .sub dl dd {
    text-align: center;
    font-size: 15px;
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.nav .sub dl dd:hover {
    background: #ad0407;
    color: #FFFFFF;
}

.nav .sub dl dd a {
    color: #FFFFFF;
}

.nav .sub dl dd a:hover {
    color: #FFFFFF;
}

.nav .sub.m2 {
    z-index: 1;
    width: 200px;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.nav .logo {
    float: left;
    padding: 13px 23px 0;
    line-height: 1.2;
}

.nav .logo img {
    max-height: 64px;
}

.nav .animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.div2 {
    top: 0px;
    z-index: 999;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.scrollTop + 0 + "px");
    background: rgba(0, 0, 0, 0.4);
}

/* 导航结束 */

/* 中部开始 */
.title {
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
    border-bottom: 3px solid #e3e3e3;
    z-index: -1;
}

.icon-0 {
    background: url(../asset/icon-0.png) no-repeat left center;
}

.icon-1 {
    background: url(../asset/icon-1.png) no-repeat left center;
}

.icon-2 {
    background: url(../asset/icon-2.png) no-repeat left center;
}

.icon-3 {
    background: url(../asset/icon-3.png) no-repeat left center;
}

.icon-4 {
    background: url(../asset/icon-4.png) no-repeat left center;
}

.icon-5 {
    background: url(../asset/icon-5.png) no-repeat left center;
}

.title .title-more {
    position: absolute;
    right: 0;
    top: 8px;
    height: 30px;
    line-height: 30px;
}

.focus {
    width: 790px;
    height: 300px;
}

/* 焦点轮播 */
.newfocus {
    position: relative;
    width: 790px;
    height: 300px;
    background: #f4f4f4;
}

.newfocus .focus_pic {
    width: 450px;
    height: 300px;
    overflow: hidden
}

.newfocus .focus_pic li {
    vertical-align: top
}

.newfocus .focus_pic li a {
    display: block;
    width: 450px;
    height: 300px;
    overflow: hidden;
}

.newfocus .focus_pic img {
    width: auto;
    height: 100%;
    display: inline-block;
    vertical-align: top
}


.newfocus .focus_text {
    position: absolute;
    width: 340px;
    height: 300px;
    right: 0;
    top: 0;
    overflow: hidden
}

:root .newfocus .focus_text {
    -ms-filter: none
}

.newfocus .focus_text h2 {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.newfocus .focus_text h2 a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.newfocus .focus_text h2 a:hover {
    color: #333333;
}

.newfocus .focus_text ul {
    padding: 25px 30px 0 30px
}

.newfocus .focus_text .c_txt4,
.newfocus .focus_text .c_txt4 a {
    color: #888888;
    line-height: 28px;
    font-size: 14px;
}

.newfocus .focus_text .c_txt4 a:hover {
    color: #ccc
}

.newfocus .focus_text .c_txt4 {
    white-space: nowrap;
    overflow: hidden
}

.newfocus .focus_info {
    height: 190px;
    overflow: hidden
}

.newfocus .focus_text .mod_desc {
    white-space: normal;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 10px;
}

.newfocus .next {
    z-index: 100;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 65px;
    height: 45px;
    background: #e3e3e3 url(../asset/focus-next.png) no-repeat center center;
    transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    /* Firefox 4 */
    -webkit-transition: 0.2s ease-out;
    /* Safari and Chrome */
    -o-transition: 0.2s ease-out;
    /* Opera */
}


.newfocus .next:hover {
    background: #000 url(../asset/focus-next.png) no-repeat center center;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.newfocus .prevStop {
    display: none;
}

.newfocus .nextStop {
    display: none;
}

/* 新闻列表 */
.list-new {
    width: 360px;
    height: 300px;
    overflow: hidden;
}

.list-new li {
    height: 26px;
    padding-bottom: 14px;
    font-size: 14px;
    background: url(../asset/icon-qd.png) no-repeat left 5px;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.list-new li .date {
    float: right;
    color: #999999;
}

.list-new li:hover {
    margin-left: 10px;
}

.list-new li a {
    display: block;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .list-new li a:hover{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;} */

.list-notice ul {
    /*margin: 0 -20px 0 -20px;*/
}

.list-notice ul li {
    float: left;
    box-sizing: border-box;
    width: 570px;
    margin: 0 15px;
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
    height: 70px;
    overflow: hidden;
    box-sizing: border-box;
}

.list-notice ul li a {
    display: block;
}

.list-notice ul li .date {
    float: left;
    background: rgba(179, 3, 6, 1);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.list-notice ul li .date .day {
    display: block;
    font-size: 20px;
    font-family: Times New Roman;
    font-style: normal;
    padding-top: 5px;
    line-height: 1;
}

.list-notice ul li .date .year {
    font-family: Times New Roman;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    display: block;
}

.list-notice ul li .text {
    float: left;
    width: 480px;
    padding: 2px 0 0 0;
    margin: 0;
    height: 45px;
    overflow: hidden;
}

.list-notice ul li .text h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-notice ul li .text p {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.list-notice ul li:hover {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.list-notice ul li:hover .date {
    background: rgba(229, 229, 229, 1);
    color: #c0c0c0;
}

.list-notice ul li.nobor {
    border: none !important;
}

.list-xs {
    width: 580px;
}

.list-xs ul {
    margin: 0 -20px 0 -20px;
}

.list-xs ul li {
    float: left;
    box-sizing: border-box;
    width: 580px;
    margin: 0 20px;
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
    height: 70px;
    overflow: hidden;
}

.list-xs ul li a {
    display: block;
}

.list-xs ul li .date {
    float: left;
    width: 70px;
    height: 50px;
    background: #82a8d9;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    line-height: 1.2;
}

.list-xs ul li .date .day {
    display: block;
    font-size: 20px;
    font-family: Times New Roman;
    font-style: normal;
    padding-top: 5px;
    line-height: 1.2;
}

.list-xs ul li .date .year {
    font-family: Times New Roman;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    display: block;
}

.list-xs ul li .text {
    float: right;
    width: 480px;
    padding: 2px 0 0 0;
    margin: 0;
    height: 45px;
    overflow: hidden;
}

.list-xs ul li .text h4 {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.list-xs ul li .text span {
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin: 4px 15px 0 0;
    color: #aaa;
    line-height: 1;
}

.list-xs ul li .text p {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.list-xs ul li:hover {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.list-xs ul li:hover .date {
    background: rgba(229, 229, 229, 1);
    color: #c0c0c0;
}

.list-xs ul li.nobor {
    border: none !important;
}

.list-media ul {
    margin: 0 -20px 0 -20px;
}

.list-media ul li {
    float: left;
    box-sizing: border-box;
    width: 580px;
    margin: 0 20px;
    border-bottom: 1px dashed #DDDDDD;
    padding: 22px 0 22px 20px;
    overflow: hidden;
    background: url(../asset/icon-qd.png) no-repeat left center;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-media ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-media ul li .date {
    float: right;
    color: #999999;
}


.list-media ul li:hover a {
    margin-left: 10px;
}


.list-media ul li.nobor {
    border: none !important;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
        /*90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
        }*/

    20%,
    40%,
    60%,
    100% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
        /*90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
        }*/

    20%,
    40%,
    60%,
    100% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

/* piclist */
.main2 {
    background: #e8dbc5;
    padding: 50px 0;
}

.main1 {
    /*height: 400px;*/
    background: #fff;
    overflow: hidden;
}

.piclist-l {
    width: 340px;
    overflow: hidden;
}

.piclist-r {
    width: 860px;
    overflow: hidden;
}

.piclist ul li {
    overflow: hidden;
}

.piclist ul li figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #b30306;
    text-align: center;
    cursor: pointer;
}

.piclist ul li img {

    max-width: 100%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.piclist ul li:hover img {
    opacity: .45;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.piclist ul li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.piclist ul li p {
    position: absolute;
    bottom: 50px;
    text-transform: none;
    padding: 0 50px 0 30px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.85;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;

}

.piclist-r li {
    margin-left: 5px;
    float: left;
}

.piclist ul li.item-1 {
    height: 190px;
    margin-bottom: 5px;
}

.piclist ul li.item-1 p {
    background: url(../asset/piclist-txtbg1.png) no-repeat -25px center;
    left: 0;
    bottom: 0;
}

.piclist ul li.item-2 {
    height: 255px;
}

.piclist ul li.item-2 p {
    right: 0;
    bottom: 0;
    background: url(../asset/piclist-txtbg.png) no-repeat 0;
    padding: 0 25px 0 40px;
}

.piclist ul li.item-3 {
    width: 495px;
    height: 240px;
}

.piclist ul li.item-3 p {
    bottom: 180px;
    text-shadow: 3px 0px 1px #b30306;
}

.piclist ul li.item-4 {
    width: 355px;
    height: 240px;
}

.piclist ul li.item-4 p {
    background: url(../asset/piclist-txtbg.png) no-repeat right;
    left: 0;
}

.piclist ul li.item-5,
.piclist ul li.item-6 {
    width: 425px;
    height: 205px;
    margin-top: 5px;
}

.piclist ul li.item-5 img {
    opacity: .45;
}

.piclist ul li.item-5 p {
    left: 50%;
    margin-left: -50px;
    bottom: 50%;
    margin-bottom: -15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.piclist ul li.item-6 p {
    bottom: 145px;
    text-shadow: 3px 0px 1px #b30306;
}

/* 快速图片链接列表 */
.pic-link {
    margin: 0 -24px;
}

.pic-link li {
    padding: 24px;
    float: left;
    text-align: center;
}

.pic-link li:hover {
    -webkit-animation-name: flip;
    animation-name: flip;
    color: #ad0407;
}

.pic-link li p {
    padding-top: 15px;
    font-size: 16px;
}

/* 专题专栏 */
.picScroll-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #ededed;
    border: 1px solid #d4d4d4;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
}

.picScroll-left .hd .next:hover,
.picScroll-left .hd .prev:hover {
    background: #d1af54;
    border: 1px solid #d1af54;
    color: #FFFFFF;
}

.picScroll-left .bd {
    padding: 30px 0;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 -5px !important;
}

.picScroll-left .bd ul li {
    padding: 0 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 292px;
    height: 100px;
    display: block;
}

/* 文字链接切换 */
.main3 {
    border-top: 2px solid #ad0407;
    background: #f4f4f4;
    padding-bottom: 20px;
}

.slideTxtBox {
    text-align: left;
    padding: 10px 0;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: 0;
    height: 30px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px 0 0;
    cursor: pointer;
    margin-right: 100px;
    font-size: 14px;
}

.slideTxtBox .hd ul li i {
    margin-left: 10px;
    color: #999999;
    font-size: 16px;
}

.slideTxtBox .hd ul li.on,
.slideTxtBox .hd ul li.on i {
    color: #ad0407;
}

.slideTxtBox .bd ul {
    padding: 15px 0;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 32px;
    line-height: 32px;
    float: left;
    width: 160px;
    background: url(../asset/icon-qd2.png) no-repeat left center;
    padding-left: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.slideTxtBox .bd li a:hover {
    color: #AD0407;
}

/* 底部 */
.footer {
    padding-bottom: 10px;
    background: #17509d;
}

.footer .sydw {
    width: 60px;
    margin-right: 20px;
}

.footer .copyright {
    width: 600px;
    line-height: 24px;
    color: #e5e5e5;
    margin-left: 150px;
}

.footer .foot-ico {
    width: 210px;
    position: relative;
}

.footer .foot-ico ul {
    padding-top: 30px;
}

.footer .foot-ico ul li {
    float: left;
    width: 33.3%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.footer .foot-ico ul li:hover {
    margin-top: 5px;
}

.footer .foot-ico .vm {
    position: absolute;
    top: -190px;
    left: -64px;
    background-color: #fff;
    height: 138px;
    width: 128px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}

.footer .foot-ico .vm img {
    width: 128px;
}

.footer .foot-ico .vm p {
    text-align: center;
    color: #808080;
}

.footer .foot-ico ul li:hover .vm {
    visibility: visible;
    opacity: 1;
}

/* 列表页 */
.listbanner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.listbanner img {
    position: absolute;
    /*height: 350px;*/
    max-width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.listbanner .lanmu {
    width: 280px;
    height: 105px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    background: url(../asset/list-lanmubg.png) no-repeat;
    text-align: center;
    line-height: 105px;
    font-size: 24px;
    color: #FFFFFF;
}

.list-left {
    width: 280px;
    /* background: url(../asset/left-bg.png);
     min-height: 500px;*/
}

/* 侧导航 */
.sideMenu {
    background: #f5f5f5;
}

.sideMenu h3 {
    height: 70px;
    line-height: 70px;
    padding-left: 70px;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}

.sideMenu h3.first {
    border: none;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 13px;
    line-height: 40px;
    text-align: center;
}

.sideMenu h3.on {
    background: #f2dcdc;
    border-left: 4px solid #d40000;
    font-size: 18px;
    font-weight: bold;
    color: #d40000;
    padding-left: 66px;
}

.sideMenu h3.on .fa-angle-right:before {
    content: "\f107";
}

.sideMenu h3 > a {
    display: block;
}

.sideMenu ul {
    color: #999;
    display: none;
    /* 默认都隐藏 */
    font-size: 14px;

}

.sideMenu ul.has {
    padding: 10px 15px 10px 40px;
}

.sideMenu ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.sideMenu ul li a {
    display: block;
    line-height: 38px;
}

.sideMenu ul .fa-plus:before {
    font-size: 13px;
    margin-right: 20px;
}

.sideMenu ul li:hover a {
    color: #d40000;
}

.sideMenu ul li a.on {
    color: #d40000;
}

/* 侧导航结束 */
/* 右侧开始 */
.list-right {
    width: 875px;
    overflow: hidden;
    padding: 20px 0;
    min-height: 410px;
}

.list-right .titname {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-right .titname .navigation {
    color: #666666;
    font-size: 14px;
    float: right;
    padding-top: 12px;
    font-family: "microsoft yahei";
}

.list-right .titname .navigation.fa-home:before {
    font-size: 18px;
    margin-right: 10px;
}

.list-con ul li {
    padding: 10px 0 10px 15px;
    height: 36px;
    line-height: 36px;
    background: url(../asset/icon-listqd.png) no-repeat left center;
    font-size: 15px;
    border-bottom: 1px dashed #ececec;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-con ul li .date {
    float: right;
    color: #999999;
}

.list-con ul li:hover {
    margin-left: 10px;
    font-size: 17px;
    color: #AD0407;
}

.list-con .fanye {
    margin: 15px;
    text-align: center;
}

/* 正文页 */
.article-con {
    padding: 20px 0;
}

.article-con h1 {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
}

.article-con h2 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.article-con .article-date {
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 22px;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
    text-indent: 2em;
    padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
    margin-left: -2em;
    max-width: 92%;
}

.article-con .updown ul {
    padding: 10px;
}

.article-con .updown ul li {
    font-size: 15px;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-con .updown ul li a:hover {
    color: #d40000;
}

.article-con .updown ul li:hover {
    margin-left: 10px;
    font-size: 16px;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
    text-indent: 0;
    padding: 0;
}

/* 领导列表 */
.ldlist-con {
    padding: 20px;
}

.ldlist-con ul li {
    padding: 10px;
    height: 230px;
    font-size: 15px;
    border: 1px solid #ececec;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
    overflow: hidden;
}

.ldlist-con ul li .ld-tit {
    height: 30px;
    line-height: 30px;
    color: #AD0407;
    font-size: 16px;
    text-indent: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ldlist-con ul li .ld-photo {
    width: 120px;
    margin: 20px;
    height: 150px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.ldlist-con ul li .ld-photo img {
    width: 100%
}

.ldlist-con ul li .ld-txt {
    width: 630px;
    padding: 10px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
}

.ldlist-con ul li .ld-txt p {
    padding: 5px 0;
    text-indent: 2em;
}

.ldlist-con ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.ldlist-con ul li:hover .ld-tit {
    font-size: 17px;
}

/* 链接列表页 */
.list-link {
    padding: 20px;
}

.list-link li {
    float: left;
    width: 48%;
    margin: 0 1%;
    padding: 10px 0 !important;
    background: none !important;
    border: none !important;
}

.list-link li:hover {
    margin: 0 0 0 2% !important;
    font-size: 16px !important;
}

/* ie8提示 */
.ie8 {
    text-align: center;
    color: #fff;
    height: 100%;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1234;
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-size: 30px;
    background: #000000;
    font-weight: lighter;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.left-bg {
    width: 100%;
    height: 800px;
    background: url(../asset/left-bg.jpg) left bottom no-repeat;
}

.xjx-tit {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    width: 90px;
    height: 40px;
    line-height: 50px;
    color: #b30306;
}

.xjx-list {
    padding-left: 100px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
}

.xjx-list li {
    width: 18%;
}

.gotop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #989595;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

#adu18 {
    z-index: 99999 !important;
}
.list-media ul li .news-title {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 495px;
}
