section.artAtta{width: 100%;padding: 0px 12px;box-sizing: border-box;overflow: hidden;}
section.artAtta .blockTit{padding:12px 0px;}
section.artAtta .blockTit img{vertical-align:middle;}

/*附件*/
.attachments {width:100%;box-sizing: border-box;overflow:hidden}
.attachments ul li {border-top: 1px solid #ededed;height:50px;line-height:50px;font-size:16px;}

.attachments .attach-download {display:inline-block;width:55%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.attachments .attach-item .attach-size {font-size:14px;color:#ccc;float:right!important;}
.attachments .icon-filetype{width:18px;height:18px;display:inline-block;background:url(../images/filetype.png);float:left;margin-right: 10px;margin-top:15px;}

.attachments .icon-filetype-excel{background-position: 0px 0;}
.attachments .icon-filetype-other{background-position: -18px 0;}
.attachments .icon-filetype-img{background-position: -36px 0;}
.attachments .icon-filetype-ppt{background-position: -54px 0;}
.attachments .icon-filetype-word{background-position: -72px 0;}
.attachments .icon-filetype-zip{background-position: -90px 0;}
.attachments .icon-filetype-psd{background-position: -108px 0;}

/*图集*/
.gallery{text-align:center;margin-top:20px;line-height: 1.8em;}
.gallery div{display:inline-block;overflow:hidden;padding:0px 0px 8px 0px;}

.gallery a{display:inline-block; position: relative;border:1px solid #ededed;}
.gallery a:before,.gallery a:after {position: absolute;border-bottom:1px solid #ededed;background:#fff;content: "";display: block;height: 100%;}
.gallery a:before {z-index: -1;bottom: -4px;right:4px;width: calc(100% - 10px);}
.gallery a:after {z-index: -2;bottom: -8px;right:8px;width: calc(100% - 20px);	}

.gallery a img{max-width:100%;display:block;}
.gallery a span {position: absolute;top: 10px;left: -22px;background: #2b99ff;color: #fff;width: 80px;line-height: 20px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);text-align: center;font-size: 12px;box-shadow: 0 1px 2px rgba(34,25,25,0.4);}

/*浮动*/
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;height:0}
.pull-left{float: left}
.pull-right{float: right}

/*文字溢出隐藏*/
.cloud-overflow-ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/*链接*/
.vote-link {border: 1px solid #ededed;padding:10px;line-height:27px;}
.vote-link a {display: inline-block;width: 100%;}

/*投票*/
.vote-hang-element{position: relative;border-radius: 2px;}
.vote-hang-element>div{border: 1px solid #ededed;}
.vote-hang-title{font-size: 16px;padding: 7px 10px;line-height:27px;}
.vote-hang-model{padding: 0 10px 10px;font-size: 12px;color: #939393;border-bottom: 1px dashed #ededed;margin-bottom: 10px;}
.vote-hang-item{padding: 0 10px 10px;}

.vote-multi-item>input,.vote-radio-item>input{-webkit-appearance: none;width: 16px;height: 16px;background: #FFFFFF;border: 1px solid #BEBEBE;margin-top: 0;margin-left: 0;vertical-align: middle;border-radius: 3px;}
.vote-multi-item>input{border-radius: 3px;}
.vote-radio-item>input{border-radius: 50%;}

.vote-hang-item>label{width: calc(100% - 24px);color: #666666;font-size: 14px;margin-top: -2px;margin-left: 8px;}

.vote-multi-item input.checked{background-image: url(../images/hang/muti_checked.png);}
.vote-radio-item input.checked{background-image: url(../images/hang/checked-sky.png);}

.vote-hang-submit{height: 35px;line-height:35px;background: #f6f7fa;text-align: center;font-size: 14px;color: #2b99ff;}
.vote-hang-alert{display: none;width: 110px;height: 35px;padding: 0 10px;position: absolute;bottom: 0;top: 0;left: 0;right: 0;margin: auto;opacity: 0.4;background: #000000;border-radius: 2px;color: #FFFFFF;font-size: 15px;text-align: center;line-height: 35px;}

/*投票结果*/
.vote-hang-item-title{font-size: 14px;color: #666666;margin-bottom: 5px;}
.vote-hang-item-pre>div:first-child{height: 13px;background: #E5E5E5;}
.vote-hang-item-pre>div:first-child>span{display: block;height: 13px;background: #2b99ff;}
.vote-hang-item-pre>div:last-child{font-size: 12px;color: #666666;text-align: right;}

/*对比*/
.vote-hang-compare-title{padding: 0 10px;font-size: 14px;color: #666666;margin-bottom:5px;}
.vote-hang-compare-image{margin: 0 10px;height: 20px;}
.vote-hang-compare-image>div:first-child{border-top-left-radius: 10px;border-bottom-left-radius: 10px;background: #2b99ff ;height: 20px;}
.vote-hang-compare-image>div:last-child{border-top-right-radius: 10px;border-bottom-right-radius: 10px;background: #F6A623;height: 20px;}
.vote-hang-compare-pre{padding: 10px;font-size: 14px;color: #666666;}
.vote-hang-compare-button{font-size: 12px;color: #666666;margin-bottom: 10px;}
.vote-hang-element .border-radius{border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}

/*相关视频*/
.video-link-player-container{position:relative;background:#000;width:100%;}
.video-link-player-container:after {content: '';display: block;padding-top: 56.25%;z-index: 1;}
.video-link-player-container video{position: absolute;z-index: 2;top: 0;left: 0;width: 100%;height: 100%;}
.video-link-title{line-height: 27px;padding: 10px;}

.vote-blue{color: #67ADFF;}
.vote-yellow{color: #F6A623;}