/*公用*/
.cont {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.bdbg {
    background: #f3f3f2;
}

.ind-tab {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

/*头部*/
.top-pic {
    width: 100%;
}

.top-pic img {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.header-wrap{
    width: 100%;
    display: block;
    height: 42px;
    background: #ffffff;
    box-shadow: 1px 4px 16px rgba(180, 180, 180, 0.2);
}
.header {
    height: 42px;
    line-height: 42px;
    width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 0 30px;
    /*box-shadow: 1px 4px 16px rgba(180, 180, 180, 0.2);*/
}

.header-time {
    float: left;
    font-size: 14px;
    color: #333;
}

.search {
    width: 254px;
    height: 28px;
    float: right;
    margin-top: 5px;
}

.search input {
    width: 186px;
    border-radius: 3px;
    border: 1px solid rgb(214, 212, 212);
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    float: left;
}

.search button {
    width: 48px;
    text-align: center;
    font-size: 14px;
    height: 26px;
    line-height: 22px;
    color: #333;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d6d4d4;
    vertical-align: top;
    border-radius: 3px;
    float: right
}
.map-link{
    width: 1200px;
    background: #ffffff;
    margin: 20px auto;
    padding:10px 20px;
    box-sizing: border-box;
}
.link-list{
display: inline-block;
}
.link-list h4{
    float: left;
    color: #f03834;
}
.link-list ul{
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}

.link-list ul li{
    float: left; padding: 0 15px 0 15px;
    border-right: 1px solid #f0f0f0;
    font-size: 14px;
}
.link-list ul li:last-child{
    border-right: 0;
}
.link-list ul li a{
    color: #393939;
}
.link-list ul li a:hover{
    color: #f03834;
}
/*nav*/
.nav {
    width: 1200px;
    margin: 20px auto 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
 
.nav dl {
    width: 200px;
    float: left;
    text-align: center;
}

.nav dl a {
    float: left;
    width: 100%;
    padding: 17px 0;
    background: url("../images/nav-line.png") no-repeat right center;
}

.nav dl dd {
}

.nav dl dt {
    font-size: 14px;
    color: #333;
    margin-top: 14px;
}

.nav dl:last-child a {
    background: none;
}

.ind-news {
    padding: 20px 40px 0;
    height: 100px;
}

.ind-news > img {
    float: left;
    margin-left: 34px;
    margin-right: 54px;
}

.ind-news-txt {
    width: 952px;
    float: left;
}

.ind-news-txt > h2 {
    font-size: 38px;
    color: #e60000;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.ind-news-txt > p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.lunbo {
    width: 675px;
    height: 403px;
    margin-left: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.lunboR {
    width: 382px;
    height: 403px;
    margin-right: 40px;
    overflow: hidden;
}

/*新闻*/

.imglb {
    width: 720px;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
}

.imglb .imgs li {
    float: left;
    display: none;
}

.imglb .imgs li.active {
    display: block;
}

.imgs img {
    width: 720px;
    height: 420px;
}

.imglb .imgs-btn {
    position: absolute;
    bottom: 11px;
    right: 0px;
    overflow: hidden;
    z-index: 1000;
}

.imglb .imgs-btn li {
    background: #000;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    float: left;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.imglb .imgs-btn li.active {
    background: #e60000
}

.news-tab {
    width: 304px;
    height: 402px;
}

.news-tab .news-nav {
    border-top: 1px solid #f4f4f4;
    width: 285px;
    margin-left: 19px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.news-tab .news-nav li {
    float: left;
    width: 94px;
    height: 38px;
    line-height: 38px;
    background: #e60100;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e60100;
    font-weight: 600;
    cursor: pointer;
    border-right: 1px solid #fff;
    font-family: "Microsoft Yahei"
}

.news-tab .news-nav li.active {
    background: #fff;
    color: #e60100;
}

.news-tab .news-nav li.activetemp {
    background: #fff;
    color: #e60100;
}

.news-tab .news-list {
}

.news-tab .news-list li {
    display: none;
}

.news-tab .news-list li div {
    width: 285px;
    margin-left: 19px;
    border-top: 2px solid #fff;
    background: #fbfbfb;
    height: 43.4px;
}

.news-tab .news-list li div a {
    display: block;
    width: 286px;
    margin-left: 18px;
    line-height: 43.4px;
    color: #606060;
    font-size: 14px;
}

.news-tab .news-list li div.active {
    background: #fff;
}

.news-tab .news-list li div.active a {
    color: #e60100;
}

.add-imgs-title {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.add-imgs-title p {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-indent: 2rem;
    cursor: pointer;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*修改引入css*/

.slideTxtBox1 {
    width: 100%;
    text-align: left;
}

.slideTxtBox1 .hd {
    height: 34px;
    line-height: 34px;
    margin-bottom: 16px;
}

.slideTxtBox1 .hd ul li {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #000;
    font-weight: bold;
    float: left;
    width: 125px;
    height: 32px;
    line-height: 32px;
    background: #f4f4f4;
    cursor: pointer;
    text-align: center;
    margin-left: 2px;
    border-top: 2px solid #c7c7c7;
}

.slideTxtBox1 .hd ul li.on {
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #e60000;
}

.slideTxtBox1 .bd ul {
    overflow: hidden;
}

.slideTxtBox1 .bd li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    /*text-indent: 13px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.slideTxtBox1 .bd li a {
    background: url("../images/dot.png") no-repeat left center;
    padding-left: 14px;
}

.slideTxtBox1 .bd li:hover {
    background-color: #fafafa;
}

.slideTxtBox1 .bd li .date {
    float: right;
    color: #999;
}

/*引入css--end*/

.bd a:hover {
    color: #e60000;
}

.ind-pic {
    width: 1160px;
    padding: 0 20px;
    text-align: center
}

.ind-pic > img {
    width: 100%;
}

/*基层党组织建设--样式*/

.group {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #f4f4f5;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.slideTxtBox .hd ul {
    width: 820px;
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 2;
}

.teamss .slideTxtBox .hd ul {
    width: 820px;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
}

.dttsg .slideTxtBox .hd ul {
    width: 780px;

}

.last-grp .slideTxtBox .hd ul {
    width: 780px;
    left: 320px;

}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold
}

.slideTxtBox .hd ul .caption {
    font-size: 18px;
}

.slideTxtBox .hd ul li.on {
    height: 43px;
    line-height: 43px;
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #e60000;
    color: #e60000;
}

.slideTxtBox .hd ul .caption.on {
    height: 44px;
    line-height: 48px;
    background: none;
    border-top: none;
    border-bottom: 3px solid #e60000;
}

.slideTxtBox .bd {
    width: 760px;
    padding: 15px 0;
    overflow: hidden;
}
.slideTxtBox .bod {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.slideTxtBox .last-bd {
    width: 360px;
}
.slideTxtBox .dyjgdj-tbb{
    min-height: 240px;
}

.slideTxtBox .bd-csfgk {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.slideTxtBox .bd li {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .bd li.gl-li {
    margin-bottom: 30px;
    margin-top: 20px;
}

.slideTxtBox .bd li.ts-pic {
    margin-bottom: 20px;
}

.slideTxtBox .bd li.pic-news {
    width: 360px;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 0;
    margin-right: 20px;
    float: left;
}

.slideTxtBox .bd li.csfgk-news {
    width: 550px;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 0;
    margin-right: 30px;
    float: left;
}

.slideTxtBox .bd li:hover {
    background: #fafafa;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #aaa;
    font-size: 12px;
}

.caption {
    height: 44px;
    font-weight: bold;
    padding: 0 17px 0 8px;
    border-bottom: 3px solid #e60000;
}

.caption img {
    float: left;
    margin-top: 7px;
}

.caption span {
    float: left;
    font-size: 26px;
    color: #e60000;
    padding-left: 8px;
}

.slideTxtBox .bd .special {
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.slideTxtBox .bd .news a {
    display: block;
    width: 530px;
    color: #4d4d4d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/dot.png") no-repeat 10px center;
    padding-left: 25px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .last-bd .news a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;;

}

.slideTxtBox .bd .pic-news a {
    display: block;
    width: 346px;
    color: #4d4d4d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/dot.png") no-repeat 10px center;
    padding-left: 25px;
    float: left;
}

.slideTxtBox .bd .news span {
    float: right;
    margin-right: 10px;
}

.slideTxtBox .bd .news a:hover {
    color: #e60000;
}

.slideTxtBox .bd .special p {
    height: 40px;
    color: #4d4d4d;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .bd .special span {
    padding-left: 10px;
    display: inline-block;
    font-size: 12px;
    color: #999;
    /*text-indent: 2em;*/
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.slideTxtBox .bd .special .xq {
    color: #E60000;
}

.newsR {
    width: 370px;
    margin-top: 15px;
}

.newsR li {
    width: 370px;
    height: 74px;
    margin-top: 15px;
    cursor: pointer;
    background: url("../images/list-bg.png") no-repeat 68px center;
    background-size: 304px;
}

.newsR img {
    margin: 0px;
    width: 74px;
}

.newsp {
    font-size: 22px;
    color: #333;
    padding-left: 40px;
    line-height: 74px;
}

.team-dl {
    width: 100%
}

.team-dl a {
    display: block;
    float: left;
    width: 100%;
}

.team-dl dd {
    width: 158px;
    height: 106px;
    padding-left: 10px;
    float: left;
}

.team-dl dd img {
    width: 158px;
    height: 95px;
}

.team-dl dt {
    color: #4d4d4d;
    width: 570px;
    float: right;
    padding-top: 10px;
    margin-right: 6px;
}

.team-dl dt h4 {
    width: 100%;
    font-size: 18px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-dl dt p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:48px;
    overflow: hidden;
}

.gl-li dd {
    width: 210px;
    height: 140px;
    padding-left: 10px;
    float: left;
}

.gl-li dd img {
    width: 190px;
    height: 130px;
}

.gl-li dt {
    color: #4d4d4d;
    width: 520px;
    float: right;
    padding-top: 14px;
    margin-right: 6px;
}

.gl-li dt h4 {
    width: 100%;
    font-size: 18px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gl-li dt p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    height: 70px;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*基层党组织样式--end*/
.team {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

/* 新增图书馆样式 */
.fm2 {
    float: left;
    width: 190px;
    height: 262px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding-bottom: 5px;
}

a.fm2 {
    color: #333;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
}
.vide {
    float: left;
    width: 190px;
    height: 172px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding-bottom: 5px;
}

a.vide {
    color: #333;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
}

.img2 {
    height: 190px;
    width: 138px;
    padding: 6px !important;
    border: 1px solid #ddd !important;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 0 1px hsla(0, 0%, 100%, 0.52);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border-radius: 5px;
    background: -webkit-linear-gradient(bottom, #f1f1f1, #eee);
    overflow: hidden;
    margin: 20px 20px 10px;
}

.img2 img {
    width: 100%;
    border: none;
}
.video {
    height: 104px;
    width: 150px;
    padding: 6px !important;
    border: 1px solid #ddd !important;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 0 1px hsla(0, 0%, 100%, 0.52);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border-radius: 5px;
    background: -webkit-linear-gradient(bottom, #f1f1f1, #eee);
    overflow: hidden;
    margin: 20px 10px 10px;
}

.video img {
    /*width: 100%;*/
    border: none;
    height: 100px;
    width: 150px;
    margin-top: 2px;
}

.fm2 span {
    display: block;
    text-align: center;
    line-height: 150%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 5%;
    font-size: 14px;
    color: #333;
}

.new-smallzi {
    font-weight: normal !important;
    color: #666 !important;
}

.fm2:hover .img2 {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
    border: 1px solid #ccc !important;
}

.fm2:hover span, .fm2:hover .new-smallzi {
    color: #e60000 !important;
}

.dttsg .slideTxtBox .bd li:hover {
    background-color: #fff;
}

.more {
    display: block;
    width: 142px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    background: url(../images/more-bg.png) no-repeat right center;
    background-size: 142px;
    color: #fff;
}

.xjdx-lists {
    width: 1160px;
    margin: 20px 20px 0;
}

.xjdx-lists > img {
    float: left;
    width: 72px;
    height: 160px;
}


.xjdx-tab {
    float: left;
    border: 1px solid #d1d1d1;
    border-left: 0;
    overflow: hidden;
    height: 158px;
    width: 1077px;
    padding-left: 5px;

}

.xjdx-tab dl {
    float: left;
    width: 140px;
    margin-left: 10px;
    text-align: center;
}

.xjdx-tab dl a {
    width: 100%;
    display: block;
}

.xjdx-tab dl dd {
    width: 100%;
    height: 95px;
    /*margin: 8px;*/
    margin-top: 20px;
    margin-bottom: 12px;
    background: #f6f6f6;
    text-align:center;
    vertical-align:middle;
    display:block;
    position:relative;
}
.xjdx-tab dl dd span{
    /*display:table-cell;*/
    /*vertical-align:middle;*/
    width: 100%;
    height: 100%;
    display: block;
}

.xjdx-tab dl dd img {
    width: 100%;
    height: 100%;
    /*max-width:120px;*/
    /*max-height:120px;*/
}

.xjdx-tab dl dt {
    /*font-size: 14px;*/
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap


}
.dytsg-tab dl{
    float: left;
    width: 135px;
    text-align: center;
}
.dytsg-tab dl dd {
    width: 88px;
    height: 120px;
    margin: 6px 21px;
    margin-bottom: 6px;
    background: #f6f6f6;
    text-align:center;
    vertical-align:middle;
    display:block;
    position:relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 0 1px hsla(0, 0%, 100%, 0.52);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border-radius: 5px;
    background: -webkit-linear-gradient(bottom, #f1f1f1, #eee);
    border: 1px solid #ddd !important;
}
.dytsg-tab dl dd img {
    width: 88px;
    height: 120px;
}

.dj-pics {
    width: 770px;
    margin-top: 34px;
}

.dj-pics li {
    width: 106px;
    margin-left: 4px;
}

.dj-pics li img {
    width: 106px;
    height: 106px;
}

.dj-pics-p {
    font-size: 13px;
    line-height: 24px;
    color: #4c4c4c;
    text-align: center;
}

.device {
    width: 1160px;
    position: relative;
    margin: 0 20px;
}

.swiper-container {
    width: 1160px;
    height: 100px;
    padding-top: 39px;
}

.swiper-wrapper {
    width: 1160px;
    margin: 0 auto;
}

.swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
    width: 192px;
    height: 100px;
}

.swiper-wrapper .swiper-slide a {
    width: 192px;
    height: 100px;
    display: block;;
}

.swiper-wrapper .swiper-slide a img {
    width: 192px;
    height: 100px;
}

.swiper-wrapper .swiper-slide #book-bg {
    position: absolute;
    top: 0;
    left: 6px;
    opacity: 0;
    transition: .23s ease-in;
}

.swiper-wrapper .swiper-slide:hover #book-bg {
    opacity: 1;
}

.arrow-left {
    position: absolute;
    top: 97px;
    left: 0px;
}

.arrow-right {
    position: absolute;
    top: 97px;
    right: 0px;
}

.yqlj {
    width: 1160px;
    margin: 20px;
}

.yqlj h2 {
    color: #e60000;
    font-size: 22px;
}

/*友情链接-开始*/

.flashSale_wrap {
    /*display: none;*/
    width: 1160px;
    height: 100px;
    margin: 0 auto;
}

.flashSale {
    position: relative;
    height: 100px;
    overflow: hidden;
    margin-top: 0px !important;
}

.xlqg a {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    color: #ff6767;
    font: 12px/24px "microsoft yahei";
}

.tab-content {
    margin-top: 12px;
}

.flashSale .tab-content .tab-pane {
    display: none;
}

.flashSale .tab-content .active {
    display: block;
}

.flashSaleDeals {
    width: 1160px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.flashSaleDeals ul li {
    width: 1160px;
    float: left;
    height: 100px;
}

.xsq_deal_wrapper, .saleDeal {
    position: relative;
    display: block;
    float: left;
    width: 192px;
    height: 100px;
    background: #fff;
    margin-left: 1px;
}

.dealCon {
    position: relative;
    width: 192px;
    height: 100px;
    overflow: hidden;
}

.dealImg {
    width: 192px;
    height: 100px;
}

.flashSaleDeals .saleDeal:hover .finishIcon, .flashSaleDeals .saleDeal.zt2:hover .finish {
    display: none;
}

.trigger {
    width: 17px;
    height: 43px;
    background-image: url("../images/big_bg_img_v3.png");
    position: absolute;
    top: 26px;
    z-index: 3;
}

.zuo {
    background-position: -277px -440px;
    left: 5px;
}

.zuo:hover {
    background-position: -217px -440px;
}

.you {
    background-position: -307px -440px;
    right: 0;
}

.you:hover {
    background-position: -247px -440px;
}

/*友情链接-结束*/

/*列表页*/
.location {
    padding: 0 15px;
    width: auto;
    background: #F5F5F5;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    /*margin-top: 20px;*/
}

.lists-all {
    width: 1160px;
    padding: 20px;
    margin: 20px auto;
}

.list-lists {
}

.list-lists-pic {
    width: 1152px;
    padding: 24px;
}

.list-pic {
    width: 1056px;
    padding: 24px;
}

.list-lists .special {
    color: #333;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.list-lists .special p {
    height: 40px;
    color: #4d4d4d;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-lists .special span {
    font-size: 13px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;

    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-lists li.news {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-lists li.news a span {
    display: block;
    width: 530px;
    color: #4d4d4d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/dot.png) no-repeat 10px center;
    padding-left: 25px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-lists li.news a em {
    float: right;
    color: #999;
    font-size: 14px;
}

.list-lists li.news a:hover span {
    color: #ff6767;
}

.list-lists li.news a:hover em {
    color: #666;
}

/*详情页*/
.details {
    padding: 50px 30px;
}

.details > h4 {
    font-size: 28px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    color: #333;
}

.del-res {
    border-bottom: 1px solid #eeeeee;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.del-res-p {
    font-size: 14px;
    display: inline-block;
    margin: 0 30px;
}

.del-res-p em {
    color: #999;
}

.del-cont {
    padding: 0px 10px;
}

.del-cont p {
    font-size: 16px;
    line-height: 30px;
    /*text-indent: 2em;*/
    margin-bottom: 12px;
    color: #333;
}
.del-cont p img{max-width: 100%;}

/*页码*/
.page {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}


.page a {
    display: inline-block;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin: 0 6px;
    color: #666;
}


.page li {
    display: inline-block;
    min-width: 32px;
    padding-left: 3px;
    padding-right: 3px;
    height: 32px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 1px 1px 10px #eee;
    margin: 0 5px;
    color: #666;
    cursor: pointer;
}

.page a.on {
    background: #cd0f17;
    color: #fff;
}
.page li.active.current {
    background: #cd0f17;
}
.page li.active.current span{
    color: #fff;
}

.page span {
    margin: 0 10px;
    border:0;
    box-shadow: none;
}
.page li:hover {
    background: #cd0f17;
}
.page li:hover span{
    color: #fff;
}
.page li:hover a{
    color: #fff;
}
/*底部*/
.footer {
    width: 1200px;
    height: 220px;
    margin: 20px auto 0;
    background: url("../images/footer-bg.jpg") repeat-x;
}

.foot-all {
    margin-top: 20px;
    background: url("../images/foot-top.jpg") no-repeat top left;
    background-size: 100%;
}

.foot-yl {
    width: 1040px;
    margin: 0px auto;
    padding-top: 20px;
}

.foot-yl > p {
    color: #f03834;
    font-size: 16px;
    height: 28px;
    padding-left: 6px;
}

.yl-user > a {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 10px 6px;
}

.foot {
    width: 460px;
    margin: 30px auto 0;
}

.foot > img {
    float: left;
}

.foot-txt {
    width: 240px;
    margin: 0 20px;
    float: left;
}

.foot-txt > p {
    font-size: 14px;
    line-height: 34px;
}

/*列表页修改*/
.list-vi {
    width: 820px;
}

.list-vi-titl {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 0 0;
    margin-bottom: 10px;
    background: #fbfbfb;
}

.list-vi-titl h4 {
    float: left;
    min-width: 72px;
    padding: 0 15px 10px 15px;
    font-weight: normal;
    margin-bottom: -1px;
    font-size: 18px;
    border-left: none;
    border-bottom: 2px solid #E60000;
}

.list-v-t {
    position: relative;
    margin-top: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding: 0 10px 15px;
}

.list-v-t a {
    display: block;
}

.list-v-t h4 {
    font-size: 20px;
    line-height: 20px;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
    color: #444;
}

.list-v-t p {
    white-space: normal;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 8px;
    color: #999;
    line-height: 22px;
}

.list-v-t a > span {
    float: right;
    margin-right: 10px;
    margin-bottom: 0;
    color: #666;
}

.list-nav-list li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    color: #000;
    height: 40px;
    line-height: 40px;
    text-indent: 30px;
    border-bottom: 1px solid #e2d8d9;
    background: url("../images/triangle1.png") no-repeat 22px center;
}

.list-nav-list li.active a {
    color: #e60000;
    background: url("../images/triangle2.png") no-repeat 22px center;
}

.list-mm {
    width: 1080px;
    padding: 20px 60px;
    margin: 20px auto;
}

.list-nav {
    width: 220px;
}

/*2018-03-17 列表页*/
.list-list{}
.list-list li{
    width: 100%;
    float: left;
}
.list-list a{
    border-bottom: 1px dashed #B2B2B2;
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    background: url("../images/point.png") no-repeat 10px center;
    display: block;
    width: 100%;
    float: left;
}
.list-list .list-ptxt{
    width: 88%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}
.list-list .list-ptime{
    color: #999;
    float: right;
    font-size: 14px;
}

.list-list a:hover .list-ptxt{
    color:#E60000;
}
.dttsg{
    /*min-height:526px;*/
    min-height:250px;
}

    /*2018-03-19--在线调查*/
.online-check{
    height: 44px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    overflow: hidden;
}
.online-check p em{
    line-height: 32px;
    color: #fff;
    background: #e60000;
    padding: 5px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 14px;
}
.online-check p span{
    font-size: 16px;
    line-height: 23px;
}
.vote-item-list {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.vote-item-list p {
    height: 52px;
    line-height: 27px;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
    color: #333;
    display:-webkit-box;
    overflow:hidden;

    white-space:normal!important;
    text-overflow:ellipsis;
    word-wrap:break-word;

    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.voteB {
    font-size: 14px;
    margin-top: 23px;
    display: block;
    width: 72px!important;
    height: 26px;
    text-align: center;
    border: 1px solid #d6d4d4;
    border-radius: 2px;
    line-height: 28px;
    cursor: pointer;
    text-indent: 0px;
    margin-left: 128px;
    color: #333;
    background: url(../images/btn-bg1.png) repeat-x;
}
.crpic,.changpica,.reductionpic{width: 106px; height: 106px;}
.changpica img,.reductionpic img{width: 106px; height: 106px;}
.reductionpic{
    display: none;
}

/*===飘窗==*/

.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.floatingAd a img {
    border: 0;
}

.floatingAd .close {
    display: none;
}

.floatingAd .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #000000;
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.opacity1 {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    color: #000000;
    line-height: 25px;
}

.floatingAd .text .button {
    position: relative;
    float: right;
    top: 0;
    right: 5px;
    width: 50px;
    height: 16px;
    /*background: url("../images/close.png") no-repeat;*/
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    z-index: 9999999;

}

.floatingAd .text .title {
    position: relative;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

