

.content_modular{
    padding:3% 0;
    margin-top:0 !important;
}
.content_layout img:hover{
        background-color:#fff;
        opacity:0.8;
}
.content_title_layout{
    border-bottom:2px solid #e6e6e6;
    display:table;
    width:100%;
}
.content_title{
    font-size:1.5em;
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:3px solid #de7d60;
    display:table;
    float:left;
}
.videolist_layout{
    list-style:none;
    padding:0;
    margin:0 0 0 0;
}
.videolist_layout li{
    float:left;
    width:24.25%;
    margin:2% 0 0 1%;
}
.videolist_layout li:first-child,.videolist_layout li:nth-child(5),.videolist_layout li:nth-child(9){
    margin-left:0;
}
.videotitle{
    text-align:center;
    margin-top: 2%;
    height: 28px;
    overflow: hidden;
}
.videolist_layout li img{
    width:100%;
}
.arrow {
    float: right;
    color: #b45032;
}
.arrow a{
display: inline;
}
.arrow::after {
    content: url(../../images/webico/ckzx/arrow.png);
}
@media screen and (min-device-width:371px) and (max-device-width: 420px) {
.content_modular{
	margin-top:0 !important;
}
    .videolist_layout li{
        width:49%;
        margin:2% 0 0 2%;
    }
    .videolist_layout li:first-child,.videolist_layout li:nth-child(3),.videolist_layout li:nth-child(7),.videolist_layout li:nth-child(9),.videolist_layout li:nth-child(11){
        margin-left:0;
    }
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
.content_modular{
	margin-top:0 !important;
}
    .videolist_layout li{
        width:49%;
        margin:2% 0 0 2%;
    }
    .videolist_layout li:first-child,.videolist_layout li:nth-child(3),.videolist_layout li:nth-child(7),.videolist_layout li:nth-child(9),.videolist_layout li:nth-child(11){
        margin-left:0;
    }
}