.main_container{width:1200px;padding:0;margin: 0 auto;min-height: 350px;}
.left_container{width:240px;padding-top:30px;}
.right_container{width:930px;padding-top:10px;}
.m-collist{
    background: url(../../images/News/libg.png) repeat;
}
.m-collist:not(:first-child) {
    border-top: 1px solid #dfdfdf;
}
.m-collist p{margin: 0;padding:0;}
.m-collist dl {
    padding: 20px 0 20px 0;
    margin: 0;
    position: relative;
    -moz-transition: transform .7s cubic-bezier(0,0.69,0.28,0.99);
    -webkit-transition: transform .7s cubic-bezier(0,0.69,0.28,0.99);
    -o-transition: transform .7s cubic-bezier(0,0.69,0.28,0.99);
    transition: transform .7s cubic-bezier(0,0.69,0.28,0.99);
}
.m-collist dt {
    margin-bottom: 20px;
    font-weight: normal;
}
.m-collist:hover .u-bigsize {
    color: #f52626;
}
.u-bigsize {
    font-size: 18px;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    color: #333;
}

.m-collist dd {
    overflow: hidden;
}
.m-collist dd .img {
    float: left;
    margin-right: 18px;
    height: 120px;
    width: 160px;
}
.m-collist .inc {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 14px;
    padding-right: 10px;
}
.m-collist .tm, .m-collist .tie, .m-collist .ed, .m-collist .sr {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}
.m-collist .tm s {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(../../images/News/time.png) no-repeat -4px -3px;
}
.m-collist .ed {
    padding-left: 0;
}
.m-collist:hover .ef {
    width: 4px;
}
.m-collist .ef {
    position: absolute;
    height: 100%;
    border-top: 1px solid #f0454d;
    border-bottom: 1px solid #f0454d;
    left: -12px;
    top: -1px;
    width: 0;
    background: #f0454d;
    overflow: visible;
    -moz-transition: width .1s;
    -webkit-transition: width .1s;
    -o-transition: width .1s;
    transition: width .1s;
}

.page{
    margin: 20px 0;
}
.page .am-pagination{
    text-align: center;
}
.page .am-pagination a{color:#333}
.page .am-pagination .am-active a{background: #f14453;border-color: #f14453;color:white}


dt.title a{color: #777;}
dt.title s{background:#777}

dt.title:hover a,dt.active a{color: #f14453;}
dt.title:hover s,dt.active s{background: #f14453;}