body{
    font-family: "microsoft yahei", Arial;
}
.newul:after {
    content:'';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    font-size:0;
}
.newul{
    margin: 20px -10px;
}
.newul li{
    width: 33.33333333%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}
.newul li a{
    display: block;
}
.newul li a .imgbox{
    height: 180px;
    overflow: hidden;
    position: relative;
}
.newul li a .imgbox img{
    width: 100%;
    height:100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}
.newul li a .name_con{
    padding: 25px;
    background: #fafafa;
}
.newul li a:hover{
    color:#333;
    cursor: pointer;
}
.newul li a:hover .imgbox img{
    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);	/* IE 9 */
    -moz-transform:scale(1.2,1.2);	/* Firefox */
    -webkit-transform:scale(1.2,1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2,1.2);
}
.newul li a .name_con h4{
    overflow: hidden;
    height: 50px;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 10px;
}
.newul li a .name_con p{
    height: 24px;
    overflow: hidden;
    color:#666;
}
.newul li em.tag{
    position: absolute;
    width: 86px;
    height: 28px;
    background: -webkit-linear-gradient(left, #88d1f7 , #33abfb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #88d1f7, #33abfb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #88d1f7, #33abfb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #88d1f7 , #33abfb); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#88d1f7, endColorstr=#33abfb);
    z-index: 11;
    top: 10px;
    left: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    font-style: normal;
    text-align: center;
    line-height: 28px;
    color:#fff;
    box-sizing: border-box;
}
.newul li em.tag.tagdoing{
    padding-left: 20px;
}
.newul li em.tag.tagdoing:after{
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image:url(/res/show/5880/images/icon-tagdoing.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 6px;
    left: 10px;
}
.newul li em.tag.tagnostart{
    border: solid 1px #fff;
    background: rgba(0,0,0,0.5);
}
.newul li em.tag.tagend{
    color:#7c1310;
    border: solid 1px #7c1310;
    background: #fafafa;
}
.newul li a .imgbox .icon-video{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    background:url(/res/show/5880/images/icon-videoimg.png) no-repeat;
}
.newul li a .imgbox .icon-video.noicon{
    display: none;
}
.fl_con dt{
    width: 100px;
    text-align: right;
}
.fl_con dd{
    width: 845px;
}
.fl_con dd a{
    border: solid 1px #fff;
}
.fl_con dd a:hover,
.fl_con dd a.on{
    border: solid 1px #6085cb;
    background: #6085cb;
    color:#fff;
    border-radius: 15px;
}
.shade{
    position: fixed;
    top: 0;
    right:0;
    bottom: 0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.popbox{
    width: 420px;
    height: 200px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -210px;
    z-index: 1000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
.popbox h4{
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0 30px;
}
.popbox .button{
    display: inline-block;
    width: 120px;
    height: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #529be7;
    color: #529be7;
    line-height: 36px;
}
.popbox.tagend .button{
    background: none;
    border: solid 1px #bfbfbf;
    color:#bfbfbf;
}
