.newsmen.newsmenu {
	height: 3.1rem;
    border-bottom:1px solid #c1c1c1;
    position: relative;
    background: #fff;
}
.newsmenu ul{
    position: absolute;
    height: 3.15rem;
}
.newsmenu ul li{
    float: left;
    padding: 0 0.3rem;
    margin: 0 0.7rem;
    height: 3.15rem;
}
.newsmenu ul li a{
    font-size: 1.1rem;
    line-height: 3.1rem;
    color: #5b5555;
    position: relative;
    display: block;
}
.newsmenu ul li a.active{
    color: #3f51b5;
    font-weight: bold;
}
.newsmenu ul li a.active:after{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:-1px;
    height: 0.15rem;
    background: #3f51b5;
    content:"";
}
.searchnews{
    padding:1rem;
    background: #eeeeee;
}
.searchnewsbox{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.searchnewsbox p{
    margin-right: 6.5rem
}
.searchnewsbox p input{
    height: 2.6rem;
    width: 100%;
    font-size: 1rem;
    font-family: "open sans";
    line-height: 2.6rem;
    color: #7a7b7d;
    text-indent: 2.8rem;
    border-radius: 0.15rem;
    border:1px solid #d0d0d0;
    display: block;
}
.searchnewsbox p:after{
    content:"";
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    background:  no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.6rem;
    left: 0.7rem;
}
.searchnewsbox > a.screenbtn{
    display: block;
    border-radius: 0.15rem;
    border:1px solid #d0d0d0;
    line-height: 2.6rem;
    color: #7a7b7d;
    font-size: 1rem;
    padding: 0 0.8rem;
    background: #fff;
    height: 2.6rem;
    position: absolute;
    top: 0;
    right: 0;
}
.searchnewsbox > a:before{
    display: inline-block;
    content:"";
    width: 1.45rem;
    height: 1.45rem;
    background:  no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
    margin-top: 0.5rem;
    vertical-align: top;
}

.swiper-container {
    width: 100%;
    max-height: 200px;
    margin-bottom: 0.5rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 200px;
}

span.swiper-pagination-bullet-active {
    background: #e8004c;
}
.swiper-pagination-bullet{
    height: 14px;
    width: 14px;
    background: #dddddd;
    margin: 0 0.6rem;
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet{
    margin: 0 0.6rem;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 0.2rem;
}
.swiperbox{
    width: 100%;
    height: auto;
    position: relative;
}
.swiperbox > a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.swiperbox > p{
    display: block;
    width: 100%;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 20%;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
}
#list{
    display: none;
}
.newslist{
    margin-top: 1rem;
    border-top:1px solid #dddddd;
    background: #fff;
    display: none;
}
.newslist ul,.newslist ul li{
    width: 100%;
}
.newslist ul li{
    padding:1.2rem;
    border-bottom:1px solid #dddddd;
}
.newslist ul li figure{
    width: 100%;
    max-height: 6.7rem;
    position: relative;
    overflow: hidden;
}
.newslist ul li figure img{
    width: 10.2rem;
    height: 6.7rem;
    float: left;
    margin-right: 1.3rem;
    background:  no-repeat;
    background-size: contain;
}
.newslist ul li figure figcaption{
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #393b3e;
    display: block;
    max-height: 3.6rem;
    overflow: hidden;
}
.newslist ul li figure p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #828486;
    margin-top: 0.2rem;    
    display: block;
    max-height: 1.5rem;
    overflow: hidden;
}
.newslist ul li figure div{
    max-height: 1.5rem;
    overflow: hidden;
}
.newslist ul li figure div time{
    float: left;
    font-size: 1rem;
    color: #383d43;
}
.newslist ul li.hot figure div time span:before{
    display: inline-block;
    content: "";
    width: 1.05rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0rem 0.4rem 0 0;
}
.newslist ul li figure div b{
    float: right;
    font-size: 1rem;
    color: #383d43;
    font-weight: normal;
}
.newslist ul li figure div b:before{
    display: inline-block;
    content:"";
    width: 0.85rem;
    height: 0.75rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.3rem 0.3rem 0 0;
}
.newslist ul li figure > a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.news{
    padding: 1rem 1.2rem;
}
.news header{
    border-bottom:1px solid #dddddd;
}
.news header h2{
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #000;
}
.news header h2  h3{
    text-align: right;
}
.news header p{
    padding: 0.6rem 0 1rem 0;
    font-size: 1rem;
}
.news header p mark{
    float: left;
    background: none;
}
.news header p time{
    float: right;
    color: #3e434a;
    margin-right: 1rem;
}
.news header p time:before{
    display: inline-block;
    content:"";
    width: 1.3rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.05rem 0.4rem 0 0;
}
.news header p i{
    float: right;
    font-style: normal;  
}
.news header p i a{
    display: inline-block;
    color: #3e434a;
     margin-right: 1rem;
}
.news header p i a.likes:before{
    display: inline-block;
    width: 1.3rem;
    height: 1.2rem;
    vertical-align: top;
    margin-right: 0.4rem;
    margin-top: 0.1rem;
    background:  no-repeat;
    background-size: contain;
    content: "";
}
.news header p i a.keep:before{
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    vertical-align: top;
    margin-right: 0.4rem;
    margin-top: 0.1rem;
    background:  no-repeat;
    background-size: contain;
    content: "";
}
.news header p i a.likes.active:before{
    background:  no-repeat;
    background-size: contain;
}
.news header p i a.keep.active:before{
    background:  no-repeat;
    background-size: contain;
}
.news header p b{
    float: right;
    color: #3e434a;
    font-weight: normal;
}
.news header p b:before{
    display: inline-block;
    content:"";
    width: 1.3rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.1rem 0.4rem 0 0;
}
.newsshow{
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #3e434a;
    padding:1rem 0;
    overflow: hidden;
}
.newsshow img{
    width: auto;
    max-width: 100%;
    height:auto;
}
.newsshow iframe{
    max-width: 100%;
    min-height: 20rem;
    border:0;
}
.newspage {
	text-align: center;
    padding: 1.5rem 0;
}
.newspage a{
    display: inline-block;
    border:1px solid #d9d9d9;
    padding: 0.3rem 1rem 0.25rem 1rem;
    color: #888888;
    margin: 0 0.5rem;
    border-radius: 0.15rem;
}
.newspage a.off{
    background: #f8f8f8;
    border:1px solid #e9e9e9;
    color: #cccccc;
}
.newspage a.on{
    background: #ff7300;
    border:1px solid #ff7300;
    color: #fff;
}
.newspage a:active{
    color: #fff;
    background: #3f51b5;
    border-color: #3f51b5;
}
.zambia{
    text-align: center;
    padding:1.9rem 0;
    background: #fff;
}
.zambia p{
    display: inline-block;
    width: 6.3rem;
    margin: 0 0.6rem;
    font-size: 1.2rem;
    color: #929292;
}
.zambia p a{
    display: inline-block;
    width: 6.1rem;
    height: 6.1rem;
    background: #fff;
    border:2px solid #cacaca;
    border-radius: 50%;
    margin-bottom:0.3rem;
    text-align: center;
}
.zambia p a:before{
    display: inline-block;
    width: 2.8rem;
    height: 2.7rem;
    content:"";
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.6rem;
}
.zambia p a.collect:before{
    display: inline-block;
    width: 3.1rem;
    height: 3rem;
    content:"";
    background:  no-repeat;
    background-size: contain;
    margin-top: 1.4rem;
}
.zambia p a:active{
    background: #3f51b5;
    border-color: #3f51b5;
}
.zambia p a.off{
    background: #e3e3e3;
    border-color: #e3e3e3;
}
.zambia p a:active:before{
    background:  no-repeat;
    background-size: contain;
}
.zambia p a.collect:active:before{
    background:  no-repeat;
    background-size: contain;
}
.zambia p a.off:before{
    background:  no-repeat;
    background-size: contain;
}
.nextpage{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #eeeeee;
    padding: 1rem 1.2rem;
}
.nextpage p{
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #8d8d8d;
}
.nextpage p a{
    color: #575151;
}
.nextpage p a:active{
    color: #3f51b5;
}
.nextpage   h3{
    font-size: 1.4rem;
    color: #000;
    padding: 1.5rem 1.2rem 0 1.2rem;
    font-weight: bold;
}
.nextpage   h3:before{
    display: inline-block;
    content:"";
    width: 0.4rem;
    height:1.9rem;
    background: #5e6fd0;
    vertical-align: top;
    margin:0.4rem 0.8rem 0 0;
}
.nextpage   h3   .newslist{
    margin:0;
    border:0;
}
small{
    background:#eeeeee;
    padding: 0.5rem 1.2rem 4rem 1.2rem;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #939393;
    display: block;
}
small mark{
    color: #3f51b5;
    background: none;
}
.share{
    width: 100%;
    padding:1rem 0;
    background: #fff;
}
.share li{
    width: 16.66%;
    float: left;
    text-align: center;
    font-size: 1rem;
    color: #8e8e8e;
}
.share li a{
    display: inline-block;
    width: 3.05rem;
    margin-bottom: 0.5rem;
}
.share li a img{
    width: 100%;
}
.sharetitle {
	width: 100%;
    height: 1.9rem;
    position: relative;
    text-align: center;
    background:#fff;
}
.sharetitle b{
    display: inline-block;
    padding: 0 1.5rem;
    background: #fff;
    font-size: 1.2rem;
}
.sharetitle:before{
    display: inline-block;
    width: 38%;
    border-top: 3px dotted #8f8f8f;
    content:"";
    position: absolute;
    left: 1.2rem;
    top: 0.9rem;
    z-index: 0;
}
.sharetitle:after{
    display: inline-block;
    width: 38%;
    border-top: 3px dotted #8f8f8f;
    content:"";
    position: absolute;
    right: 1.2rem;
    top: 0.9rem;
    z-index: 0;
}
.videolist ul{
    width: 100%;
    padding:0.6rem;
}
.videolist ul li{
    width: 50%;
    float: left;
    padding: 0.6rem 0.6rem;
    position: relative;
}
.videolist ul li figure a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.videolist ul li figure{
    width: 100%;
    position: relative;
    border:1px solid #dddddd;
    background: #fff;
}

.videolist ul li figure img{
    width: 100%;
    height: 9.3rem;
    display: block;
}
.videolist ul li figure figcation{
    display: block;
    padding: 0rem 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    overflow: hidden;
    height: 3.2rem;
    margin:0.7rem 0 0.4rem 0;
    color: #393b3e;
}
.videolist ul li figure p{
    display: block;
    padding: 0rem 1rem;
    overflow: hidden;
    height: 1.9rem;
    margin:0.7rem 0 0.9rem 0;
    color: #393b3e;
}
.videolist ul li figure p:before{
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    content:"";
    margin-bottom:0.6rem;
}
.videolist ul li figure p time{
    float: left;
    font-size: 1rem;
    color: #383d43;
}
.videolist ul li figure p time:before{
    display: inline-block;
    width: 1.1rem;
    height: 1.15rem;
    content:"";
    background:  no-repeat;
    background-size: contain;
    margin: 0.1rem 0.4rem 0 0;
    vertical-align: top;
}
.videolist ul li figure p b{
    float: right;
    font-size: 1rem;
    color: #383d43;
    font-weight: 400;
}
.videolist ul li figure p b:before{
    display: inline-block;
    width: 1.1rem;
    height: 1.05rem;
    content:"";
    background:  no-repeat;
    background-size: contain;
    margin: 0.1rem 0.4rem 0 0;
    vertical-align: top;
}
.videolist ul li figure:active{
    background: #3f51b5;
    color: #fff;
}
.videolist ul li figure:active figcation,.videolist ul li figure:active p time,.videolist ul li figure:active p b{
    color: #fff;
}
.playico{
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 3rem;
    background:  no-repeat;
    background-size: contain;
    z-index: 8;
}
.playlist{
    position: absolute;
    z-index: 7;
    right: 0;
    top: 7.55rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #fff;
    padding:0 1rem;
    background: #0aca6a;
}
.bgcolor1{
    background:#00c654;
}
.bgcolor2{
    background:#9cbf3e;
}
.bgcolor3{
    background:#fa9d4c;
}
.bgcolor4{
    background:#f54d5d;
}
.bgcolor5{
    background:#9153e8;
}
.bgcolor6{
    background:#5d71df;
}
.bgcolor7{
    background:#a4a4a4;
}
.techlist{
    width: 100%;
}
.techlist section{
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    padding:1rem 1.2rem;
    background: #fff;
    margin: 1rem 0 0 0;
    position: relative;
}
.techlist section h2{
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #393b3e;
}
.techlist section p{
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #727171;
    margin-top: 0.5rem;
}
.techlist section div{
    width: 100%;
    margin-top: 0.5rem;
    height: 1.8rem;
}
.techlist section div mark{
    display: block;
    float: left;
    padding: 0 0.5rem 0 0.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8rem;
    border-radius: 0.25rem;
}
.techlist section div time{
    float: right;
    color: #3e434a;
    margin: 0.4rem 2.5rem 0 0;
}
.techlist section div time:before{
    display: inline-block;
    content:"";
    width: 1.3rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.05rem 0.4rem 0 0;
}
.techlist section div b{
    float: right;
    color: #3e434a;
    font-weight: normal;
    margin: 0.4rem 0 0 0;
}
.techlist section div b:before{
    display: inline-block;
    content:"";
    width: 1.3rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.1rem 0.4rem 0 0;
}
.techlist section > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.exhilist{
    width: 100%;
}
.exhilist section{
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    padding:1rem 1.2rem;
    background: #fff;
    margin: 1rem 0 0 0;
    position: relative;
}
.exhilist section h2{
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #393b3e;
}
.exhilist section p{
    width: 100%;
    position: relative;
    margin-top: 0.3rem;
}
.exhilist section p img{
    width: 100%;
    background: #ececec  no-repeat center center;
}
.exhilist section p b{
    position: absolute;
    right: 0;
    bottom:0;
    background: rgba(0,198,84,0.8);
    padding: 0.6rem 0.7rem 0.4rem 0.7rem;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 400;
}
.exhilist section div{
    width: 100%;
    margin-top: 0.5rem;
    height: 1.8rem;
}
.exhilist section div time{
    float: left;
    color: #3e434a;
    margin: 0rem 0 0 0;
}
.exhilist section div time:before{
    display: inline-block;
    content:"";
    width: 1.3rem;
    height: 1.2rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.05rem 0.4rem 0 0;
}
.exhilist section div i{
    float: right;
    color: #3e434a;
    font-style: normal;
    margin: 0rem 0 0 0;
}
.exhilist section div i:before{
    display: inline-block;
    content:"";
    width: 1.05rem;
    height: 1.35rem;
    background:  no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.1rem 0.4rem 0 0;
}
.exhilist section > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.synopsis{
    width: 100%;
    padding:0.5rem 0 0 0;
}
.synopsis p{
    height: 2.2rem;
    overflow: hidden;
    line-height: 2.2rem;
    color: #666666;
    margin-top: 0.9rem;
}
.synopsis p b{
    display: inline-block;
    vertical-align: top;
    padding:0 1.1rem 0 0.6rem;
    color: #fff;
    font-size: 1.1rem;
    background: #ff6861;
    border-radius: 0.2rem;
    margin: 0 1rem 0 0;
}
.synopsis p b:before{
    display: inline-block;
    width: 1.1rem;
    height: 1.15rem;
    vertical-align: top;
    background:  no-repeat;
    background-size: contain;
    margin: 0.5rem 0.5rem 0 0;
    content:"";
}
.synopsis p b.end{
    background: #4fbd72;
}
.synopsis p b.venue{
    background: #8695f2;
}
.synopsis p b.venue:before{
    width: 1.1rem;
    height: 1rem;
    background:  no-repeat;
    background-size: contain;
    margin: 0.6rem 0.5rem 0 0;
}
.exhibitionimg{
    width: 100%;
    position: relative;
    margin-top: 0.9rem;
}
.exhibitionimg img{
    width: 100%;
    background: #ececec  no-repeat center center;
}
.exhibitionimg b{
    position: absolute;
    right: 0;
    bottom:0;
    background: rgba(0,198,84,0.8);
    padding: 0.6rem 0.7rem 0.4rem 0.7rem;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 400;
}
.exhibitionshow{
    border-bottom:1px solid #ddd;
    padding-bottom:1.2rem;
    background: #fff;
}
.exhiintroduce{
    margin-top: 1rem;
    border-top:1px solid #ddd;
    padding: 0 1.2rem;
    background: #fff;
}
.exhiintroduce h3 {
	font-size: 1.4rem;
    color: #000;
    padding: 1rem 0 0.8rem 0;
    font-weight: bold;
    border-bottom:1px solid #ddd;
}
.exhiintroduce h3:before{
    display: inline-block;
    content: "";
    width: 0.4rem;
    height: 1.9rem;
    background: #5e6fd0;
    vertical-align: top;
    margin: 0.4rem 0.8rem 0 0;
}
.imglist{
    padding:0.6rem 1.2rem;
}
.imglist li{
    width: 100%;
    padding:0.6rem 0;
}
.imglist li figure{
    width: 100%;
    border:1px solid #dddddd;
    background: #fff;
    position: relative;
}
.imglist li figure figcation{
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    padding:0.8rem 1.1rem;
    
}
.imglist li figure a{
    color: #393b3e;
}
.imglist li figure div{
    position: relative;
}
.imglist li figure div img{
    width: 100%;
}
.imglist li figure div b{
    position: absolute;
    right: 0;
    bottom:0;
    background: rgba(0,198,84,0.8);
    position: absolute;
    padding: 0.6rem 0.7rem 0.4rem 0.7rem;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 400;
}
.imglist li figure p{
    width: 100%;
    height: 2.8rem;
}
.imglist li figure p a{
    width: 25%;
    border-right:1px solid #ddd;
    text-align: center;
    float: left;
    line-height: 2.8rem;
    font-size: 1.1rem;
}
.imglist li figure p a:last-child{
    border:0;
}
.imglist li figure p a.imgs.link1{
    color: #ff6600;
}
.imglist li figure p a.imgs.link2{
    color: #2264d1;
}
.imglist li figure p a.imgs.link3{
    color: #10a005;
}
.imglist li figure p a.imgs.link4{
    color: #6437cb;
}
.imglist li figure p a.like:before{
    width:1.3rem;
    height: 1.2rem;
    display: inline-block;
    vertical-align: top;
    background:  no-repeat;
    background-size: contain;
    content:"";
    margin:0.8rem 0.6rem 0 0;
}
.imglist li figure p a.like.off:before{
    background:  no-repeat;
    background-size: contain;
}
.imglist li figure p a.view:before{
    width:1.3rem;
    height: 1.15rem;
    display: inline-block;
    vertical-align: top;
    background:  no-repeat;
    background-size: contain;
    content:"";
    margin:0.9rem 0.6rem 0 0;
}
.imglist li figure p a.shareimg:before{
    width:1.2rem;
    height: 1.3rem;
    display: inline-block;
    vertical-align: top;
    background:  no-repeat;
    background-size: contain;
    content:"";
    margin:0.8rem 0.6rem 0 0;
}
.newslisttab{
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 1rem;
    background: #fff;
    position: relative;
}
.newslisttab p a{
    width: 20%;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    color: #555555;
    line-height: 3.1rem;
    position: relative;
}
.newslisttab p a:after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 1px;
    height: 1.3rem;
    background: #c1c1c1;
    top: 0.8rem;
    right: 0;
}
.newslisttab p a:last-child:after{
    display: none;
}
.newslisttab p a.active{
    font-weight: 700;
    color: #3f51b5;
}
.newslisttab p a.active:before{
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 0.2rem;
    background: #3f51b5;
}
.searchformbox {
    width: 500%;
    overflow: hidden;
}
.searchformdiv {
    width: 100%;
    overflow: hidden;
}
.tabnews {
	margin: 0;
    border-top: none;
    display: block;
    width: 20%;
    float: left;
}
.botfloat{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 3.5rem;
    background: #fff;
    border-top: 1px solid #c3c3c3;
}
.botfloatbox {
	width: 100%;
    height: 3.5rem;
    position: relative;
}
.botcomment {
	position: absolute;
    top: 0.65rem;
    left: 1.2rem;
}
.botcomment p{
    width: 6.4rem;
    height: 2.2rem;
    position: relative;
    background: #dddddd;
    border-radius: 0.2rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
}
.botcomment p:before{
    display: inline-block;
    content:"";
    width: 1.55rem;
    height: 1.45rem;
    vertical-align: top;
    background:  no-repeat;
    background-size: contain;
    margin:0.5rem 0.7rem 0 0.7rem;
}
.botcomment p b{
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    top: 0.2rem;
    left: 1.7rem;
    z-index: 1;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.botcomment p a{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.botfabulous{
    position: absolute;
    top: 1rem;
    right: 10.4rem;
}
.botfabulous a{
    display: block;
    width: 1.65rem;
    height: 1.55rem;
    position: relative;
    background:  no-repeat;
    background-size: contain;
}
.botfabulous a.focus{
    background:  no-repeat;
    background-size: contain;
}
.botfabulous a b{
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    top: -0.6rem;
    right: -0.8rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.botstar{
    position: absolute;
    top: 1rem;
    right: 5.9rem;
}
.botstar a{
    display: block;
    width: 1.8rem;
    height: 1.7rem;
    position: relative;
    background:  no-repeat;
    background-size: contain;
}
.botstar a.focus{
    background:  no-repeat;
    background-size: contain;
}
.botstar a b{
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    top: -0.6rem;
    right: -0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.botfloatbox a.botshare{
    position: absolute;
    top: 1.1rem;
    right: 2.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background:  no-repeat;
    background-size: contain;
}
.newscomment {
	padding:1rem 1.2rem 0 1.2rem;
    border-top: 1px solid #dddddd;
}
.newscomment h3{
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
}
.newscomment h3:before {
	display: inline-block;
    content: "";
    width: 0.4rem;
    height: 1.9rem;
    background: #fa4b4b;
    vertical-align: top;
    margin: 0.4rem 0.8rem 0 0;
}
.nocomments {
	text-align: center;
    padding:2rem 0;
}
.nocomments a{
    display: inline-block;
    padding: 0 1.5rem;
    background: #e3e3e3;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #000;
    border-radius: 1.2rem;
}
.articllist {
	background: #fff;
}
.articllist dl{
    width: 100%;
    padding:1rem 1.2rem;
}
.articllist dl:last-child{
    border-bottom:1px solid #ddd;
}
.articllist dl dt{
    width: 3.9rem;
    float: left;
}
.articllist dl dt a{
    display: block;
    width: 3.9rem;
    height:3.9rem;
    border-radius: 50%;
    background-position:50% 50%;             
    background-size: cover;                  
    background-repeat:no-repeat;
}
.articllist dl dd{
    margin-left: 4.8rem;
}
.friendname,.articlcontent{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #333333;
}
.friendname a{
    color: #2e42b0;
}
.articlcontent a{
    color: #333333;
}
.articlstate{
    height: 2rem;
    position: relative;
    color: #999999;
    font-size: 1rem;
    line-height: 2rem;
}
.articlstate a.likeico{
    display: block;
    right:0;
    top: 0;
    color: #999999;
    position: absolute;
}
.articlstate a.likeico:before{
    display: inline-block;
    content:"";
    width: 1.4rem;
    height: 1.35rem;
    background: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0.2rem 0.3rem 0 0;
}
.articlstate a.comment{
    display: block;
    left:0rem;
    top: 0;
    color: #999999;
    position: absolute;
    text-align: center;
    width: 3.5rem;
}
.articlstate a.active{
    color: #4557bc;
}
.articlstate a.active.likeico:before{
    background: no-repeat;
    background-size: contain;
}
.articlstate a.active.comment:before{
    background: no-repeat;
    background-size: contain;
}
.articlstate a.delarticl{
    display: block;
    right:9rem;
    top: 0;
    color: #4557bc;
    position: absolute;
}
.commentbox {
	background: #eeeeee;
    border-top: 1px solid #dddddd;
    padding:0.5rem 0.75rem 0.5rem 0.75rem;
    margin-top: 0.5rem;
    position: relative;
}
.commentbox:before{
    display: block;
    content:"";
    width: 1rem;
    height: 0.33rem;
    background:  no-repeat;
    background-size: contain;
    position: absolute;
    top: -0.33rem;
    left: 1.2rem;
}
.commentbox p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
}
.commentbox p mark, .commentbox p mark a{
    background: none;
    color: #2e42b0;
}
.sendcomment{
    text-align: center;
}
.sendcomment button{
    display: block;
    width: 100%;
    padding: 0.5rem 0 0.3rem 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background: #5064cf;
    border-radius: 0.3rem;
    margin-bottom: 1.5rem;
    border: 1px solid #5064cf;
}
.searchresult{
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
}
.searchresult b{
    color: #ff0000;
    margin: 0 0.2rem;
}

.download{ width:100%; float:left;display:inline; margin: 2rem 0;font-size: 1.4rem;font-weight: bold;}
.download:before{
    content:"";
    background:url(/uploads/image/i/news/download.png) no-repeat; background-size:contain;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    display: inline-block;
}
.download a{ color:#f60; }