@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #595c5b;
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #828282;
}

a:hover,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #006ec7;
}

p,
ul {
    margin: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
    padding: 0;
}


/*头部*/

.container {
    padding: 0;
}


.header-top {
    background: #9b0000;
    padding: 20px 0;
}

.logo {
    display: block;
    width: 80%;
    float: left;
    position: relative;
    z-index: 22;
}

.navbar-toggle {
    display: none;
    position: relative;
    float: right;
    width: 24px;
    height: 22px;
    background: url(../images/anniu.png) no-repeat;
    margin-top: 18px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
}


/* 搜索 */

.search {
    height: 0;
    width: 100%;
    background: #8b1415;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search.show {
    height: 85px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search1 {
    width: 51%;
    height: 45px;
    margin: 20px auto;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0);
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
    -ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
    box-shadow: 0 1px 2px rgb(0 0 0);
    position: relative;
    z-index: 9999;
}

.search_kuang {
    width: 74%;
    padding-left: 2%;
    height: 45px;
    background: #fff;
    font-size: 14px;
    outline: none;
}

.search_submit {
    width: 26%;
    height: 45px;
    background: #be1a11;
    vertical-align: bottom;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.search1 a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: -40px;
    background: url(../images/close.png) -86px 0 no-repeat;
    opacity: 1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}



/*导航*/

.nav {
    width: 100%;

}


.nav .container {
    position: relative;
}


.nav ul li {
    float: left;
    position: relative;
    text-align: center;
    padding: 0 30.7px;

}

.nav ul li:first-child {
    text-align: left;
    padding-left: 0;
}

.nav ul li:last-child {
    text-align: right;
    padding-right: 0;
}

.nav ul li a {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    display: block;
    position: relative;
}

.nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #9b0000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav ul li:hover a::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav ul li.active a::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav ul li .nav_item {
    position: absolute;
    top: 100%;
    background: linear-gradient(to bottom, #b70101, #880000);
    padding: 6px 0px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    z-index: 10000;
    transform: translateY(20px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

.nav ul li:hover .nav_item {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.nav ul li .nav_item li {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 0;
}

.nav ul li .nav_item li a:before,
.nav ul li .nav_item li a:after {
    display: none;
}

.nav ul li .nav_item li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    padding: 10px 0;
    font-weight: normal;
}



.nav ul li .nav_item a:hover {
    color: #fff;
    background: #be1a11;
}

.top-link {
    z-index: 40;
    position: absolute;
    right: 0;
    top: -78px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-link a {
    font-size: 16px;
    color: #fff;
    float: right;
}

.top-link a:hover {
    font-weight: bold;
}

.top-link a:first-child {
    padding: 0 0 0 14px;
}

.top-link a img {
    margin-top: -3px;
}

.link-er {
    z-index: 40;
    position: absolute;
    right: 0;
    top: -105px;
    color: #fff;
    text-decoration: none;
}

.link-er:hover{
    text-decoration: none;
    color: #fff;
}

.link-er span {
    display: block;
    float: left;
    margin-right: 3px;
    margin-top: -1px;
}

/*轮播图*/

.banner img {
    width: 100%;
}

#full-width-slider {
    width: 100%;
    min-height: 120px;
}

#full-width-slider .rsBullets {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 15;
}

#full-width-slider .rsBullet {
    padding: 0 5px;
}

#full-width-slider .rsBullet span {
    width: 11px;
    height: 8px;
    border-radius: 7px;
    background: #f1d8d8;
    padding: 2.5px 0;
}

#full-width-slider .rsBullet.rsNavSelected {
    margin-bottom: -2px;
}

#full-width-slider .rsBullet.rsNavSelected span {
    background: none;
    width: 15px;
    height: 13px;
    border: 2px solid #f8baba;
    padding: 0;
}


.rsMinW .rsBullets {
    height: auto;
    position: absolute;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.rsMinW .rsBullet {

    display: inline-block;
    *display: inline;
    *zoom: 1;
    box-sizing: content-box;

}

.rsMinW .rsBullet span {
    display: block;
}


/*首页内容部分*/

/*头条新闻轮播*/


.text-banner {
    float: left;
    width: 43.75%;
    margin-right: 3%;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative;
}


#full-width-slider1 {
    width: 100%;
}

#full-width-slider1 img.rsImg {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background-size: cover !important;
}

#full-width-slider1 img.rsImg:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

#full-width-slider1 .rsGCaption {
    color: #fff;
    width: 100%;
    height: 85px;
    background: #9b0000;
    position: absolute;
    left: 0;
    bottom: -85px;
    overflow: hidden;
    z-index: 32;
}


#full-width-slider1 .rsGCaption .banner-date {
    width: 50px;
    margin-left: 23px;
    margin-right: 14px;
    margin-top: 15px;
    float: left;
}


#full-width-slider1 .rsGCaption .banner-date h2 {
    font-size: 36px;
    color: #f8cea7;
    font-weight: bold;
    margin: 0;
    line-height: 34px;
}

#full-width-slider1 .rsGCaption .banner-date span {
    font-size: 12px;
    color: #f8cea7;
}

#full-width-slider1 .rsGCaption p {
    font-size: 16px;
    margin-top: 26px;
    text-align: left;
    margin-right: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#full-width-slider1 .rsBullets {
    bottom: -46px;
    right: 25px;
    left: auto;
    z-index: 33;
}

#full-width-slider1 .rsBullet {
    padding: 0 5px;
}

#full-width-slider1 .rsBullet span {
    width: 11px;
    height: 8px;
    border-radius: 7px;
    background: #f1d8d8;
    padding: 2.5px 0;
}

#full-width-slider1 .rsBullet.rsNavSelected {
    margin-bottom: -2px;
}

#full-width-slider1 .rsBullet.rsNavSelected span {
    background: none;
    width: 15px;
    height: 13px;
    border: 2px solid #f8baba;
    padding: 0;
}

.banner-shaw {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -116px;
}

/*首页文字列表*/

.news {
    float: left;
    width: 53.25%;
    margin-top: 68px;

}

.index-title {
    padding-bottom: 7px;
    position: relative;
    border-bottom: 1px solid #e1b3b3;
}

.index-title img {
    margin-right: 12px;
    margin-top: -20px;
}

.index-title span {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.index-title span::after {
    content: "";
    background: #a51919;
    height: 13px;
    border-radius: 50%;
    visibility: initial;
    width: 13px;
    position: absolute;
    left: 50px;
    bottom: -20px;
}

.index-title .more {
    position: absolute;
    right: 2px;
    top: 18px;
    font-size: 16px;
    color: #666;
}

.index-title .more:hover {
    color: #9b0000;
}

.item {
    margin-bottom: 10px;
}

.item ul li {
    display: inline-block;
    margin-right: 30px;
}

.item.index-title ul li span {
    color: #9d9d9d;
}


.item.index-title ul li.active span {
    color: #333;
}

.item.index-title ul li span::after {
    width: 0;
}


.item.index-title ul li.active span::after {
    width: 13px;
}

.index-list ul li {
    height: 40px;
    padding-left: 20px;
    position: relative;
}

.index-list ul li::before {
    content: "";
    background: #a0a0a0;
    width: 4px;
    height: 4px;
    visibility: initial;
    position: absolute;
    left: 3px;
    bottom: 17px;
}

.index-list ul li:hover::before {
    background: #9b0000;
}

.index-list ul li h4 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: left;
    float: left;
    width: 78%;
    height: 40px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-list ul li:hover h4 {
    color: #9b0000;
}


.index-list ul li span {
    display: block;
    font-size: 16px;
    color: #666;
    width: 22%;
    float: left;
    text-align: right;
    line-height: 40px;
}

.index-list ul li:hover span {
    color: #9b0000;
}

.cont .cont-box {
    position: relative;
 height: 360px;
}

.cont-box.yuanxi {
    height: 360px;
}

.cont .cont-box .more {
    position: absolute;
    right: 2px;
    top: -43px;
    font-size: 16px;
    color: #666;
}

.cont .cont-box .more:hover {
    color: #9b0000;
}



.textlunbo {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}


/* 快速通道 */
.fuwu-box {
    background: #f0f0f0;
    padding: 45px 0;
}

.fuwu-box h3 {
    float: left;
    font-size: 24px;
    color: #9b0000;
    writing-mode: vertical-lr;
    background: #e2c8c8;
    border-radius: 40px;
    padding: 17.5px 15.31px;
    letter-spacing: 9px;
    margin: 0;
}

.fuwu-box ul {
    padding-left: 57px;
    position: relative;
    z-index: 2;
}

.fuwu-box ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 10px;

}

.fuwu-box ul li a {
    display: block;
    width: 154px;
    height: 149px;
    margin: 0 auto;
    border-radius: 45px;
    overflow: hidden;
    background: transparent;
}

.fuwu-box ul li:hover a {
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out;
    background: #9b0000;
}

.fuwu-box ul li a p {
    font-size: 20px;
    font-weight: bold;
    color: #9b0000;
    text-decoration: none;
padding: 0 10px;
}

.fuwu-box ul li:hover a p {
    color: #fff;
}

.fuwu-box ul li a .fuwu-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 22px auto 9px;
}

.fuwu-box ul li a .fuwu-icon img {
    margin-left: 0px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.fuwu-box ul li:hover a .fuwu-icon img {
    margin-left: -60px;
}

/* 头条新闻 */

.news-text {
    margin-bottom: 60px;
}

.news-text ul li {
    padding-left: 16px;
    background: url(../images/banner-list.png) left center no-repeat;
}

.news-text ul li:first-child {
    background: none;
    margin-top: 18px;
    padding-left: 0;
}

.news-text ul li:first-child a {
    height: auto;
    white-space: normal;
    line-height: normal;
}

.news-text ul li:first-child a .media-heading {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 63px;
    height: 63px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/news-title.png) left center no-repeat;
    background-size: 100%;
    margin-left: -6.5%;
    padding-left: 10%;
}

.news-text ul li:first-child a .abstract {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    margin: 12px 0 15px;
    padding-right: 20px;
    text-indent: 2em;
}

.news-text ul li a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-text ul li:hover a {
    color: #bf2223;
}

.news-text ul li+li {
    border-top: 1px solid #dedede;
    margin-right: 15px;
    padding-top: 7px;
}

.news-text ul li+li+li {
    border-top: none;
    padding-top: 0px;
}


/* 通知公告 */

.notice {
    float: left;
    width: 59.56%;
    margin-bottom: 48px;
    margin-top: 50px;
}

.notice-text {
    margin-top: 5px;
}

/* 视频展示 */
.vide_box {
    width: 35.49%;
    margin-left: 4.95%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.videkang {
    margin-top: 17px;
}

.videkang video {
    width: 100% !important;
    height: 263px !important;
}

#full-width-slider2 {
    width: 100%;
}

#full-width-slider2 .rsBullets {
    bottom: -30px;
    right: auto;
    left: 50%;
    z-index: 33;
    transform: translateX(-50%);
}

#full-width-slider2 .rsBullet {
    padding: 0 5px;
}

#full-width-slider2 .rsBullet span {
    width: 11px;
    height: 8px;
    border-radius: 7px;
    background: #f1d8d8;
    padding: 2.5px 0;
}

#full-width-slider2 .rsBullet.rsNavSelected {
    margin-bottom: -2px;
}

#full-width-slider2 .rsBullet.rsNavSelected span {
    background: none;
    width: 15px;
    height: 13px;
    border: 2px solid #f8baba;
    padding: 0;
}

/* 榜样 */

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img {
    width: 100%;
    height: 218px;
    overflow: hidden;
    text-align: center;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9b0000;
    padding-bottom: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clip-path: polygon(0px 0px, 100% 22px, 100% 100%, 0 100%);

}

.swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-text {
    padding-bottom: 0px;
    background-color: rgba(155, 0, 0, 0.76);
    clip-path: polygon(0px 0px, 100% 0, 100% 100%, 0 100%);
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .listtu-title {
    margin: 20px 25px 0;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .listtu-title h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 0;
}



.swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-text .listtu-title {
    margin: 5px 25px 0;
}

.swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-text .listtu-title h3 {
    text-align: left;
    padding-right: 8px;
    float: left;
    max-width: calc(100% - 35px);

}

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .listtu-title img {
    display: none;
    margin-top: 5px;
}

.swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-text .listtu-title img {
    display: block;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .listtu-text {

    font-size: 14px;
    line-height: 30px;
    height: 0px;
    color: #fff;
    margin: 0 25px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 500ms;
}

.swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-text .listtu-text {
    height: 90px;
    margin-bottom: 25px;
    transition: all 500ms;
}

.cont.index-listtu .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: -61px;
    top: 100px;
    background: url(../images/left-arrow.png);
    background-size: 100%;
}

.cont.index-listtu .swiper-button-next {
    width: 36px;
    height: 36px;
    right: -61px;
    top: 100px;
    background: url(../images/right-arrow.png);
    background-size: 100%;
}


/*子页面大图片*/

.x-banner {
    position: relative;
}

.x-banner-img {
    width: 100%;
}


/* 内页框架 */
.content-box {
    padding: 22px 0;
    background: #f5f5f5;
}

/* 内页左侧 */

.left-box {
    padding-right: 2.82%;
}

.left-box .left-nav {
    background: #95130d;
}

.left-box .left-nav .nav-column {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 19px 0 13px;
}

.left-box .left-nav ul {
    background-color: #fff;
    background-image: url(../images/navlet-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 12px;
    margin-right: -12px;
    padding: 3px 25px 189px;

}

.left-box .left-nav ul li {
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
    margin-bottom: 3px;
    position: relative;
}

.left-box .left-nav ul li::after {
    -webkit-transition: all .4s;
    transition: all .4s;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 11.5px;
    width: 0;
    height: 18px;
    background-color: #95130d;
    z-index: 10;
}

.left-box .left-nav ul li.active::after {
    -webkit-transition: width .4s;
    transition: width .4s;
    left: 11px;
    width: 5px;
}

.left-box .left-nav ul li.active {
    background: url(../images/navleft-arrow.png) right center no-repeat;
}

.left-box .left-nav ul li:hover {
    background: url(../images/navleft-arrow.png) right center no-repeat;
}

.left-box .left-nav ul li:hover::after {
    -webkit-transition: width .4s;
    transition: width .4s;
    left: 11px;
    width: 5px;
}

.left-box .left-nav ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 0 15px 0 0;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.left-box .left-nav ul li.active a {
    padding-left: 32px;
    font-weight: bold;
    color: #95130d;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.left-box .left-nav ul li:hover a {
    padding-left: 32px;
    font-weight: bold;
    color: #95130d;
    -webkit-transition: all .4s;
    transition: all .4s;
}


/* 内页右侧 */

.location {
    font-size: 14px;
    color: #8e8e8e;
    margin-top: 20px;
}

.location a {
    font-size: 14px;
    color: #8e8e8e;
}

.location span {
    margin: 0 3px;
}

.columntitle {
    margin: 25px 0 50px;
    height: 46px;
    border-bottom: 1px solid #e8e8e8;
}

.columntitle span {
    font-size: 30px;
    padding-bottom: 8px;
    color: #0b0b0b;
    border-bottom: 3px solid #2b58a7;
}

.right-content {
    margin-bottom: 50px;
}

.right-box {
    padding-left: 1.65%;
}

/* 联系我们 */

.contact h2 {
    font-size: 24px;
    color: #333;
    padding: 11.5px 0;
    margin: 8px 0 15px;
    background-color: #e5e5e5;
    padding-left: 40px;
    background-image: url(../images/currow.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}

.contact ul {
    overflow: hidden;
    margin-left: -10%;
}

.contact ul li {
    float: left;
    width: 23.33%;
    margin-left: 10%;
    margin-bottom: 25px;
}

.contact ul li h5 {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    padding: 0 0 10px;
    border-bottom: 1px solid #9e9e9e;
}

.contact ul li p {
    font-size: 16px !important;
    color: #666;
    text-indent: 0 !important;
    line-height: 24px !important;
}


/* 领导分工 */
.leader h2 {
    font-size: 24px;
    color: #333;
    padding: 11.5px 0;
    margin: 8px 0 15px;
    background-color: #e5e5e5;
    padding-left: 40px;
    background-image: url(../images/currow.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}

.leader ul {
    overflow: hidden;
    margin-left: -10%;
}

.leader ul li {
    float: left;
    width: 40%;
    margin-left: 10%;
    margin-bottom: 25px;
    height: 245px;
}

.leader ul li h5 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    padding: 0 0 14px;
    border-bottom: 1px solid #9e9e9e;
}

.leader ul li p {
    font-size: 16px !important;
    color: #666;
    line-height: 30px !important;
    text-indent: 0 !important;
}

/* 简介 */

.about p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.about img {
    max-width: 100%;
}

.about p img {
    max-width: 100%;
}


/* 列表 */

.list ul {
    min-height: 300px;
}

.list ul .no-xinxi {
    text-align: center;
    margin-top: 20px;
}
.list ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.list ul li:hover {
    background: #fff;
}

.list ul li a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list ul li:hover a {
    background: #fff;
    box-shadow:
        0.9px 2.2px 3.4px rgba(0, 0, 0, 0.045),
        2.5px 6.1px 9.3px rgba(0, 0, 0, 0.065),
        6px 14.8px 22.3px rgba(0, 0, 0, 0.085),
        20px 49px 74px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list ul li a p {
    width: 80%;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li a span {
    width: 20%;
    float: left;
    line-height: 60px;
    height: 60px;
    color: #95130d;
    text-align: right;
    font-size: 14px;

}

/*图片列表页 */

.list-img ul {
    margin-left: -2.03%;
    overflow: hidden;
}

.list-img ul li {
    width: 31.3%;
    float: left;
    margin-left: 2.03%;
    margin-bottom: 45px;
}

.list-img ul li .list-img-box {
    width: 100%;
    height: 193px;
    overflow: hidden;
}

.list-img ul li .list-img-box img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.list-img ul li:hover .list-img-box img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.list-img ul li .list-img-title {
    padding: 12px 10px;
    box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
    -moz-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
}

.list-img ul li:hover .list-img-title {
    background: #2b58a7;
}

.list-img ul li:hover .list-img-title p {
    color: #fff;
}

.list-img ul li .list-img-title p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*分页栏*/

.pagebar {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.p_first,
.p_first_d,
.p_last,
.p_last_d,
.p_prev_d,
.p_prev,
.p_next,
.p_next_d,
.p_no_d,
.p_no {
    margin: 3px 0;
 display: inline-table;
}

.p_first,
.p_first_d,
.p_last,
.p_last_d,
.p_prev_d,
.p_prev,
.p_next,
.p_next_d {
    padding: 5px 9px;

}

.p_first,
.p_first_d {
    border: 1px solid #dcdcdc;
}


.p_first_d,
.p_last_d,
.p_first a,
.p_last a,
.p_prev_d,
.p_prev a,
.p_next_d,
.p_next a,
.p_no_d {
    font-size: 14px;
}

.p_first_d,
.p_last_d,
.p_prev_d,
.p_next_d {
    color: #999;
}

.p_first a,
.p_last a,
.p_prev a,
.p_next a {
    color: #3a3838;
}

.p_first_d,
.p_first {
    border-radius: 3px 0 0 3px;
}

.p_last,
.p_last_d {
    border-radius: 0 3px 3px 0;
}

.p_prev_d,
.p_prev,
.p_next_d,
.p_next,
.p_last,
.p_last_d,
.p_no,
.p_no_d ,
.p_dot{
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.p_no,
.p_no_d,
.p_dot {
    padding: 5px 10px;
}


.p_no a {
    color: #3a3838;
}

.p_no_d {
    background: #95130d;
    color: #fff;
    font-size: 14px;
    text-align: center;

}



/* 内容页 */
.content-box.article-boxs {
    background: url(../images/cotent-bj.png) right bottom no-repeat;
    background-size: 41% auto;
    background-attachment: fixed;
}


.article {
    padding-top: 20px;
}

.article h1.intro {
    text-align: center;
    font-size: 18px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
    margin: 0;
}

.article h2.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2b58a7;
    font-family: "微软雅黑";
    line-height: 24px;
    margin: 0;
    border-bottom: none;
    background: none;
}

.article h3.subtitle {
    font-size: 18px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.article h4.information {
    margin: 0;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
}

.article h4.information span {
    margin: 0 20px 0 0;
}

.article .content {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 10px 0px;
}

.article .content .resize a {
    position: relative;
    vertical-align: bottom;
}

#resize {
    position: absolute;
    right: 0;
    top: 62px;
}

#resize a {
        margin: 0 5px;
    position: relative;
    text-decoration: none;
    color: #666;
}

#resize a:hover{
   color: #2b58a7;
}

#resize a.small-size {
    font-size: 12px;
    
}

#resize a.small-size:after {
    content: '-';
    font-size: 12px;
    position: absolute;
    top: -3px;
    right: -5px;
}

#resize a.normal-size {
    font-size: 16px;
}



#resize a.large-size {
    font-size: 20px;
  
}

#resize a.large-size:after {
    content: '+';
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -7px;
}


.right-article {
    padding-left: 4%;
}

.new-right {
    margin-top: 20px;
    padding: 30px 50px 0 20px;
    background: #fff;
    box-shadow: 0px 1.5px 2.6px rgba(0, 0, 0, 0.024), 0px 4.1px 7.3px rgba(0, 0, 0, 0.035), 0px 9.9px 17.5px rgba(0, 0, 0, 0.046), 0px 33px 58px rgba(0, 0, 0, 0.07);
}

.new-right h5 {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px;
}

.new-right h5 span {
    background: #2f78a1;
    padding: 8px 8px 10px;
    margin-right: 15px;
}

.new-right ul{
    overflow: hidden;
    position: relative;
}

.new-right ul::after{
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    background: #eaeaea;
    width: 1px;
    height: 95%;
    z-index: 1;
}


.new-right ul li {
    padding-left: 24px;
    margin-bottom: 25px;
    background: url(../images/top-time.jpg);
    background-position: left 4px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}


.new-right ul li span{
    font-size: 12px;
    color: #cdcdcd;
}

.new-right ul li p a{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 35px;
}


.new-right ul li:hover p a{
    color: #2f78a1;
}



/*尾部*/

.footer {
    position: relative;
    background-color: #9b0000;
    padding: 20px 0 50px;
    text-align: center;

}

.footop {
    position: absolute;
    right: -14%;
    bottom: 0;
    z-index: 1;
}

.footer .container {
    position: relative;
}

.footer-link {
    margin-bottom: 40px;
}

.footer-link .footer-h3 {
    float: left;
    width: 106px;
    height: 36px;
    margin-left: 10px;
    background: linear-gradient(135deg, transparent 0px, #fff 0) top left, linear-gradient(45deg, transparent 0px, #fff 0) bottom left, linear-gradient(-45deg, transparent 12px, #fff 0) bottom right, linear-gradient(-135deg, transparent 12px, #fff 0) top right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.footer-link h3 {
    font-size: 16px;
    color: #fff;
    margin: 2px 0 0 2px;
    width: 103px;
    height: 32px;
    line-height: 30px;
    text-align: left;
    padding-left: 14px;
    background: linear-gradient(135deg, transparent 0px, #9b0000 0) top left, linear-gradient(45deg, transparent 0px, #9b0000 0) bottom left, linear-gradient(-45deg, transparent 12px, #9b0000 0) bottom right, linear-gradient(-135deg, transparent 12px, #9b0000 0) top right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.footer-link ul {
    margin-left: 148px;
    position: relative;
    z-index: 2;
}

.footer-link ul li {
    float: left;
    width: 14%;
    text-align: left;
}

.footer-link ul li:last-child{
    width: auto;
}

.footer-link ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
}


.footer-link ul li:hover a {
    font-weight: bold;

}



.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.footer .code {
    width: 102px;
    height: 102px;
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 2;
}

.footer .code img{
    width: 100%;
}