/*reset*/
*,:before,:after{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    -webkit-tap-highlight-color:transparent;
    padding-top: 81px;
}
a{
    text-decoration:none;
}
.am-with-topbar-fixed-top{
    padding-top:46px;
}
.wrapped{
    max-width:1200px;
    margin:0 auto;
    padding:0;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
ul,li,ol,ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul{
    list-style: none;
    padding:0;
    margin:0;
}
p,*+p{
    margin:0;
    line-height: 1;
}
img{
    user-select: none;
}
.clearfix{
    *zoom:1;
}
.am-fl{
    float:left;
}
.am-fr{
    float:right;
}
.am-topbar-fixed-top{
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 999;
}
.slide--wrapper{
    max-width: 1200px;
}
.am-slider-default{
    margin:0;
    box-shadow:none;
    min-height:360px;
}
.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn,.am-disabled, .disabled {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .45;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.img--wrapper{
    position: relative;
}
.svgIcon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.18em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 0.2em;
}
.ws-head .ws-head-col .head_new {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: -5px;
    background: url(//www.d1ev.com/src/common/public/images/new.png) no-repeat;
    background-size: cover;
}
.ws-head-bg .ws-head-col:last-of-type .svgIcon {
    fill: #1aa260;
}
.ws-head-bg .ws-head-colList img {
    width: 100%;
}


.title--wrapper {
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    color: #000;
    position: relative;
    margin:30px auto 60px;
    padding-bottom:30px;
    border-bottom:1px solid #999;
}
.ads-container.ads-b>span{
    margin-bottom:60px;
}
.title--wrapper h2{
    font-size: 30px;
    color: #000;
    font-weight:bold;
    margin-bottom:0;
}
.title--wrapper h2 span{
    display: inline-block;
    font-size:26px;
    font-weight:normal;
    vertical-align: baseline;
    padding-left:10px;
    margin-left:10px;
    border-left:4px solid #000;
}
.container_activity{
    margin-bottom:60px;
}
.content_type img{
    width:224px;
    height:478px;
}
.content_list li{
    width:23.68%;
    max-width:224px;
    margin-right:16px;
    margin-bottom:20px;
    outline: 1px solid #f0f0f0;
}
.content_list li:nth-of-type(5n+5){
    margin-right:0;
}
.content_list .list_img img{
    width:100%;
    height:150px;
}
.list_container{
    height:80px;
    padding:8px 4px;
    position: relative;
    border-top:none;
}
.list_title{
    font-size:14px;
    font-weight:normal;
    color:#000;
    line-height:20px;
    max-height: 40px;
    margin-bottom:0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content_list .tip{
    width: 64px;
    height: 25px;
    background: url("../images/ico-bmz.png") no-repeat center;
    background-size:contain;
    position: absolute;
    top:10px;
    left:-7px;
}
.tip.notStart{
    background: url("../images/ico-wks.png") no-repeat center;
    background-size:contain;
}
.tip.finish{
    background: url("../images/ico-yjs.png") no-repeat center;
    background-size:contain;
}
.list_container .message{
    font-size:12px;
    color:#666;
    line-height:12px;
    position: absolute;
    width:100%;
    left:0;
    bottom:10px;
    padding: 0 4px;
}
.message .img--wrapper{
    display: inline-block;
    vertical-align: text-bottom;
}