﻿.topimg img{
    width: 100%;
}
.title_red{
    background-color: #D15054;
    color: #fff;
}

.title_blue{
    background-color: #436298;
    color: #fff;
}

.indeximg{
    /* background-color: aqua; */
    text-align: center;
}
.indeximg li{
    width: 90%;
    line-height: 1rem;
    padding: 15px;
}
.indeximg img{
    width: 320px;
    height: 220px;
    padding: 10px;
    border: 1px #ccc dashed;
}



/*首页新闻*/
.indexnewlist{}
.indexnewlist ul{}
.indexnewlist ul li{ margin:0 0.5rem; padding:0.5rem 0; position:relative; border-bottom:1px solid #EEEEEE;}
/* .indexnewlist ul li .img{ width:5.2rem; height:3.9rem; position:absolute; left:0; top:0.5rem;}
.indexnewlist ul li .img img{ width:100%; height:100%;} */
.indexnewlist ul li .text{ padding-left:0.7rem;}
.indexnewlist ul li .text .name{font-size: 0.75rem;line-height:1.05rem; height: 1rem;overflow: hidden;color: #4C4C4C;}
.indexnewlist ul li .text .info{line-height: 0.9rem; height: 0.9rem; margin-top: 0.5rem;font-size: 0.6rem; color: #A5A3A3;}
.indexnewlist ul li .text .info .time{ float: right;text-align: right;}
