*{
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei","微软雅黑" ! important;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}

.content-box{
	width: 1170px;
	margin: 0 auto; 
	display: block;
	margin-top: 8px;
}

.content-left{
	width: 110px;
	height: 600px;
	margin-right: 20px;
	background-color: #fff;
	float: left;
	position: relative;
}

.content-left .follow a.link{
	width: 110px;
	height: 28px;
	margin-bottom: 16px;
	display: block;
	color: #000;
}
.content-left .follow a.link img{
	width: 100%;
	height: 100%
}

.left-nav ul li{
	margin-bottom: 2px;
	border-radius: 5px;
}
.left-nav ul li a.wchannel-item{
	font-size: 16px;
	color: #000;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	width: 110px;
	height: 39px;
	border-radius: 4px;
	-webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    border-radius: 5px;
    display: block;
}

.left-nav ul li a.wchannel-item:hover{
	background-color: #25bb6f;
	color: #fff;
}
 
.left-nav ul li a.active{
	background-color: #25bb6f;
	color: #fff;
}
/*.left-nav ul li a.hover{
	background-color: #25bb6f;
	color: #fff;
}
*/


.content-middle{
	width: 680px;
	background-color: #fff;
	float: left;
	margin-bottom: 30px;
}

.content-middle .middle-box{
	width: 100%;
	
}
.content-middle .middle-box ul li.time{
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	float: left;
	padding: 10px 0px;
}

.content-middle .middle-box ul li.time .lbox{
	float: left;
}
.content-middle .middle-box ul li.time .lbox .img-wrap{
	display: block;
	width: 156px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.content-middle .middle-box ul li.time .lbox .img-wrap img{
	width: 100%;
	height: 100px;
	overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: .5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.content-middle .middle-box ul li.time .lbox .img-wrap:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

.content-middle .middle-box ul li.time .normal{
	width: 500px;
	height: 100px;
	float: right;
}


.content-middle .middle-box ul li.time .rbox-inner{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: multiple;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;  
}
.content-middle .middle-box ul li.time .rbox-inner .title-box{
	width: 100%;
}

.content-middle .middle-box ul li.time .rbox-inner .title-box .title{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.footer{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.footer .lbtn{
	float: left;
	width: 18px;
	height: 18px;
	border: 1px solid #eee;
	border-radius: 50%;
	overflow: hidden;
}
.footer .lbtn img{
	width: 100%;
	height: 100%;
}
.footer .source{
	font-size: 14px;
	color: #777;
	float: left;
	margin-left: 5px;
}	
.footer span{
	font-size: 14px;
	color: #777;
	float: left;
	margin-left: 5px;
}
/*.footer .shut{
	width: 85px;
	height: 20px;
	float: right;
	cursor: pointer;
}*/
.footer .shut{
	width: 30px;
	height: 20px;
	float: right;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	transition:width 0.01s;
    -webkit-transition:width 0.01s; /* Safari */
    line-height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #777;
}
.footer .shut p{
	float: right;
	width: 18px;
	height: 18px;
	font-size: 18px;
	margin-right: 5px;
}
.footer .shut:hover{
    width:85px;
    background-color: red;
    color: #fff;
}


.footer .interest{
	border-radius: 5px;
	background-color: #ed4040;
}
.footer .interest p{
	font-size: 12px;
	color: #fff;
	float: left;
	margin-left: 8px;
	line-height: 20px;
}
.footer .shut svg{
	width: 12px;
	height: 12px;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

.content-middle .middle-box ul li.time2 .rbox{
	width: 100%;
	height: 100%;
	float: none;
}
.content-middle .middle-box ul li.time2 .lbox2{
	width: 100%;
	margin-top: 10px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}



#ShutInterest{
	display: none;
}

.more{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.more p{
	margin: auto;
	width: 100px;
	border: 1px solid #3377aa;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
	color: #3377aa;
	cursor: pointer;
}

.content-right{
	width: 340px;
	float: right;
}
.right-box{
	width: 100%;
	background-color: #f4f5f6;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.content-right .none{
	border: none;
	border-radius: 0;
}
.search{
	width: 100%;
	float: left;
}
.search input{
	width: 260px;
	background-color: #f4f5f6;
	font-size: 15px;
	line-height: 35px;
	border: none;
	margin-left: 15px;
	float: left;
	outline:medium;
}
.search svg{
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
.btn{
	width: 30px;
	background-color: #f4f5f6;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	text-align: center;
}

.inform{
	width: 100%;
	padding: 12px 22px;
	float: left;
}
.inform span{
	width: 58px;
	height: 48px;
	float: left;
}

.inform img{
	width: 100%;
	height: 100%;
}
.inform .phone{
	float: left;
	margin-left: 18px;
}
.inform .phone h2{
	font-size: 18px;
	color: #000;
}
.inform .phone p{
	font-size: 14px;
	color: #777;
	margin-top: 5px;
}

.box{
	padding: 12px 22px;
}
.box h1{
	font-size: 18px;
	font-weight: 700;
}
.box ul li{
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.box ul li a{
	padding: 10px 0px;
	display: block;
	position: relative;
}
.box ul li a span{
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
}
.box ul li a span img{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: .5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.box ul li a span:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

.box ul li .headline{
	width: 220px;
	font-size: 14px;
	color: #000;
	position: absolute;
	right: 0;
	top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.advertising{
	width: 294px;
	height: 244px;
	position: relative;
	border: 3px solid #f40;
	/*background: rgba(0, 0, 0, 0.4);*/
	background-color: #fff;
}
.items{
	width: 244px;
	height: 244px;
	/*border: 1px solid #3377aa;*/
	
}
.items ul li{
	border: none;
	float: left;
	width: 244px;
	height: 244px;
	/*border: 1px solid #3377aa;*/
	position: relative;
	display: none;
}
.items ul li a {
	width: 100%;
	height: 100%;
	padding: 0;
}
.items ul li a img{
	width: 100%;
	height: 100%;
	/*border: 1px solid #3377aa;*/
}

.items ul li a span{
	width: 100%;
	height: 40px;
	background-color: #fff;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.9;
}
.items ul li a span strong{
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin-left: 10px;
}

.items ul li a span p{
	font-size: 15px;
	font-weight: bold;
	color: #ec6c00;
	margin-left: 10px;
	/*line-height: 30px;*/
}

.cover{
	width:50px;
	height: 244px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}
.cover a{
	width: 50px;
	height: 80px;
	background-color: #ec6c00;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	padding-top: 5px;
}
.cover ul li{
	padding: 0;
	width: 100%;
	height: 12px;
	margin-top: 8px;
	border: none;
}
.cover ul li span{
	width: 12px;
	height: 12px;
	background-color: #d5d5d5;
	display: block;
	border-radius: 50%;
	margin: auto;
	cursor: pointer;
}
.cover ul li span.hover{
	background-color: #ed4040;
}
.cover ul li span:hover{
	background-color: #ed4040;
}




.box ul li.video{
	width: 100%;
	border: none;
}
.box ul li.video a{
	height: 68px;
	padding: 10px 0px;
	display: block;
	position: relative;
}
.box ul li.video a .The-title{
	width: 168px;
	height: 100%;
}
.box ul li.video a .The-title h3{
	font-size: 14px;
	color: #000;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box ul li.video a .The-title .play-cs{
	width: 100%;
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.box ul li.video a .The-title .play-cs p{
	float: left;
}
.box ul li.video a .video-box{
	width: 110px;
	height: 68px;
	position: absolute;
	right: 0;
	top: 10px;
	overflow: hidden;
}
.box ul li.video a .video-box img{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: .5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.box ul li.video a .video-box:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

.box ul li.video a .video-box .duration{
	width: 55px;
	height: 20px;
	background-color: #000;
	position: absolute;
	right: 5px;
	bottom: 5px;
	border-radius: 10px;
	opacity: 0.7;
	z-index: 2;
}
.box ul li.video a .video-box .duration svg{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.box ul li.video a .video-box .duration p{
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 6px;
	top: 2px;
}



.head-box{
	width: 100%;
	height: 58px;
	background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
}
.head {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.head a.link{
	width: 108px;
	height: 100%;
	float: left;
	margin-left: 10px;
}
.head a.link img{
	width: 108px;
    height: 28px;
    vertical-align: middle;
    margin-top: 15px;
}

.head .y-left{
	float: left;
	font-size: 16px;
	margin-left: 20px;
	line-height: 58px;
}
.head .y-left a{
	color: #000;
}
.head .y-left span{
	color: #999;
}
.sousuo{
	height: 58px;
	margin-right: 15px;
}
.sousuo .right-box{
	margin-top: 12px;
}

.nav{
	height: 100%;
	margin-top: 10px;
}

.nav-box a.nav-content{
	width: 110px;
	height: 50px;
	margin: 0;
	display: block;
}
.nav-box .nav-content svg{
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 10px;
}
.nav-box .nav-content h1{
	font-size: 20px;
	color: #d81e06;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
.nav-box .WeChat h1 {
	font-size: 16px;
	color: #000;
	margin-top: 15px;
}

.content-middle h1{
	font-size: 34px;
	font-weight: 700;
	line-height: 48px;
	color: #000;
}
.content-middle span.source{
	font-size: 13px;
	color: #777;
	line-height: 35px;
}
.content-middle .content p{
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 15px;
}
.content-middle .content p img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.content-middle .content .praise{
	width: 110px;
	height: 30px;
	display: block;
	margin: 10px auto;
	border-radius: 4px;
	background-color: #4285f4;
}
.content-middle .content .praise svg{
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-left: 22px;
}
.content-middle .content .praise p{
	font-size: 15px;
	color: #fff;
}


.content-right .author{
	position: relative;
	background-color: #fff;
	margin-top: 55px;
	border: 1px solid #d3d7db;
}
.content-right .author .portrait{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 22;
	top: -40px;
	z-index: 1;
	overflow: hidden;
}
.content-right .author .portrait img{
	width: 100%;
	height: 100%;
}
.content-right .author .introduce{
	width: 100%;
	height: 95px;
	border-bottom: 1px solid #d3d7db;
	margin-top: 35px;
}
.content-right .author .introduce a{
	font-size: 15px;
	color: #000;
	line-height: 25px;
}
.content-right .author .introduce span{
	width: 70px;
	height: 22px;
	font-size: 12px;
	color: #4285f4;
	border: 1px solid #4285f4;
	line-height: 20px;
	padding: 0 10px;
	vertical-align: middle;
	margin-left: 5px;
}
.content-right .author .introduce p{
	font-size: 15px;
	color: #999;
	margin-top: 5px;
}

.content-right .author .introduce .publish{
	width: 100%;
	margin-top: 10px;
	float: left;
}
.content-right .author .introduce .publish svg{
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 4px;
}
.content-right .author .introduce .publish p{
	font-size: 15px;
	float: left;
	margin: 0;
	margin-left: 5px;
}

.content-right .author .article{
	font-size: 15px;
	color: #4285f4;
	margin-top: 15px;
}
.content-right .author ul.lately li{
	border: none;
}
.content-right .author ul.lately li a{
	width: 100%;
	font-size: 15px;
	color: #3d464d;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px;
    margin-top: 15px;
}
.content-right .author ul.lately li span{
	width: 100%;
	display: block;
	font-size: 12px;
	color: #9ca4ab;
	line-height: 25px;
}
.content-right .author ul.lately li span p{
	float: right;
	color: #4285f4;
}
.content-right .author a.reading-gd{
	width: 100%;
	display: block;
	margin-top: 20px;
	background-color: #4285f4;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.box ul li.video2 a{
	height: 210px;
	border-bottom: 1px solid #d3d7db;
	position: relative;
	margin-bottom: 10px;
}
.box ul li.video2 a .video-box2{
	width: 100%;
	height: 153px;
	float: left;
}
.box ul li.video2 a .title{
	width: 100%;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.box ul li.video2 a .title h3{
	font-size: 16px;
}

.author .box h4{
	font-size: 14px;
	color: #9ca4ab;
	font-weight: 200;
	margin-bottom:10px;
}

.author .box .next-chapter{
	font-size: 14px;
	color: #000;
}

.author .box .information{
	width: 100%;
	margin-top: 15px;
	margin-bottom:10px;
	float: left;
}
.author .box .information svg{
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.author .box .information span{
	font-size: 13px;
	float: left;
}
.author .box .information span a{
	color: #9ca4ab;
}
.author .box .information span p{
	float: right;
}


.box ul li a .headline:hover{
	color: #406599;
}
.box ul li.video a .The-title h3:hover{
	color: #406599;
}

.content-middle .middle-box ul li.time .rbox-inner .title-box .title:hover{
	color: #406599;
}
.footer .source:hover{
	color: #406599;
}

.follow{
	z-index: 3;
}

.more-box{
	width: 240px;
	height: 260px;
	background-color: #fff;
	position: absolute;
	left: 110px;
	bottom: 0px;
	z-index: 4;
	padding: 5px 0; 
  	border: 1px solid #d5d5d5; 
  	display: none;
}
.more-box ul li{
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}
.more-box ul li a{
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 40px;
	margin: 0;
	width: 110px;
	height: 38px;
	display: block;
	border-radius: 5px;
}
.more-box ul li a:hover{
	background-color: #ed4040;
	color: #fff;
}


.Qr-code{
	width: 110px;
	height: 110px;
	border: 1px solid #d3d7db;
	display: none;
}
.Qr-code img{
	width: 100%;
	height: 100%;
}



.comments{
	width: 100%;
	margin-top: 2px;
}



/* comment */
#comment {
	padding-top: 20px;
}
#comment .c-header {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}
#comment .c-header>em {
    font: 22px/24px Georgia;
    color: #f85959;
}
.inputBox {
    margin-top: 12px;
}
#comment .avatar-wrap-center {
    margin-top: 7px;
}
#comment .avatar-wrap {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: url(http://s3.pstatp.com/toutiao/resource/toutiao_web/static/style/image/newindex/default40_c78f50e.png) no-repeat center;
    overflow: hidden;
}
#comment .avatar-wrap img {
    width: 100%;
    height: 100%;
}
.inputBox .input-wrap {
    position: relative;
    font-size: 16px;
    color: #bababa;
    border: 1px solid #3f404c;
    background: #fff;
    margin-left: 42px;
    height: 44px;
}
.inputBox .c-textarea {
    background: #fff;
    padding: 12px 16px 0;
}
.inputBox .c-textarea textarea {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 30px;
    resize: none;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: .1s height linear;
    transition: .1s height linear;
}
textarea {
    font: 12px/1.14 "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    outline: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
.inputBox .c-action {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    border: 0;
    height: 44px;
}
.inputBox .c-action .c-submit {
    float: right;
    line-height: 44px;
    background-color: #3f404c;
    width: 110px;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#comment .c-item:first-child {
    margin-top: 22px;
}
#comment .c-item {
    padding: 14px 0;
    border-top: 1px solid #f2f2f2;
}
li {
    list-style: none;
}
#comment .avatar-wrap {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: url(http://s3.pstatp.com/toutiao/resource/toutiao_web/static/style/image/newindex/default40_c78f50e.png) no-repeat center;
    overflow: hidden;
}
a:visited {
    color: #999;
}
a {
    color: #222;
}
a, a:hover, del, ins, s, u {
    text-decoration: none;
}
#comment .c-content {
    margin-left: 42px;
    overflow: hidden;
}
#comment .c-content .c-user-info {
    margin-bottom: 4px;
}
#comment .c-content .c-user-name, #comment .c-content .c-reply, #comment .c-content .c-reply-count {
    color: #406599;
    cursor: pointer;
}
#comment .c-content a, #comment .c-content span {
    font-size: 14px;
}
#comment .c-content .c-create-time {
    color: #777;
}
#comment .c-content p {
    font-size: 14px;
    line-height: 22px;
    color: #222;
}
#comment .c-content .c-footer-action {
    margin-top: 6px;
    font-size: 0;
}
#comment .c-content .c-report {
    margin-top: 1px;
    margin-left: 12px;
    cursor: pointer;
    color: #777;
}
.y-right {
    float: right;
}
.y-right .icon {
	width: 17px;
	height: 17px;
}
.c-report .icon {
	width: 19px;
	height: 19px;
}
.good .icon {
	color: #ed4040!important;
}
#comment .c-content .c-digg {
    color: #777;
    cursor: pointer;
}
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.gr-QrCode{
	position: absolute;
	left: 100px;
	top: -35px;
}
.gr-QrCode span{
	width: 50px;
	height: 50px;
	border: 1px solid #d3d7db;
	overflow: hidden;
	display: block;
}
.gr-QrCode span img{
	width: 100%;
	height: 100%;
}
.gr-QrCode p{
	font-size: 13px;
}
.content > .con img {
	width: 100%;
}