
.res-content {
    background: #fff;
    padding: 20px 0;
}

.res-main {
}

#res {
    width: 360px;
    height: 100%;
    margin-left: 20px;
    background: #E4E4E4;
}

#res img {
    display: block;
    width: 360px;
}

.res-hot-list {
    margin-left: 30px;
    position: relative;
    min-height: 200px;
    width: 770px;
}

.res-title {
    padding-top: 10px;
    font-size: 24px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.res-info {
    position: relative;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    word-break: break-all;
	word-wrap:break-word;
}

.caption-list {
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 20px;
}
.caption-list .shouchang{
    float: left;
}

.caption-list>span{
    margin-left: 20px;
}

.caption-list .iconfont {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.start-reader{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 40px;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-radius: 4px;
    font-family: 微软雅黑
}
a.start-reader{
	color: #fff;
}
.share-list span {
    font-size: 18px;
    cursor: pointer;
}

.share-list span:first-child {
    margin-right: 40px;
}

.share-btn {
    position: relative;
}

.kePublic>div {
    display: none;
    position: absolute;
    width: 180px;
    top: 0px;
    padding-top: 30px;
    left: -70px;
}

.share-btn:hover>div {
    display: block
}








.ylike-box {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ylike-title {
    font-weight: 400;
    display: inline-block;
    vertical-align: baseline;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    border-left-style: solid;
    border-left-width: 6px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.ylike-li {
    float: left;
    background: #fff;
    transition: all 0.2s;
    margin-left: 75px;
}
.firstcmd{
	margin-left: 0px;
}

.ylike-li a {
    display: block
}

.ylike-li a img {
    display: block;
    width: 180px;
    height: 110px;
}

.headline {
    padding: 0 10px 5px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headline a {
    color: #333;
    font-size: 16px;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ylike-li:hover {
    box-shadow: 0 4px 10px 0 rgba(85, 85, 85, .4), inset 0 2px 0 0 rgba(255, 255, 255, .2);
}


.doc-info {
    background: #FFF;
    width: 1200px;
    margin: 15px auto;
}
.doc-info-title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #dcdcdc;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-indent: 20px;
}

.article {
    height: auto;
    padding-bottom: 50px;
    line-height: 36px;
    padding-top: 20px;
    margin: 0px 25px;
}

.filelist ul{
	margin: 10px 0PX;
}
.filelist ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
	height: 44px;
	line-height: 44px;
	float: left;
	background: #F0F0F0;
}
.filelist ul li.bian{
	margin-right: 0px;
}

.filelist ul li .fname{
	display: block;
	float: left;
	padding: 0px 15px;
	max-width: 420px;
	overflow:hidden;
	WHITE-SPACE: nowrap; 
	TEXT-OVERFLOW: ellipsis;
}
.filelist ul li .xz{
	display: block;
	float: right;
	padding: 0px 15px;
}
.filelist ul li .xz a{
	color: #8e8e8e;
}



