#main{
    width:100%;
    height: auto;
}
#main .banner img{
    width: 100%;
}
.content{
    padding-bottom: 50px;
}
.content .title{
    width:100%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545; 
    padding:10px 0;
}
.content .line{
    width:35px;
    height: 1px;
    background: #E1E1E1;
    margin: 0 auto;
}
.content .smclass{
    display: inline-block;
    width:100%;
    height: 110px;
    text-align: center;
}
.content .smclass ul{
    margin-top: 30px;
}
.content .smclass ul li{
    display: inline-block;
    width:170px;
    height: 45px;
    line-height: 45px;
    border:1px solid #DADADA;
    margin: 0 7px;
}
.content .smclass ul li a{
    display: block;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#454545; 
}
.content .smclass ul li a.on{
    background: #EB0900;
    color:#FFF;
}
.content .smclass ul li a:hover{
    background: #EB0900;
    color:#FFF;
}
.content .list{
	width:100%;
}
.content .list ul li{
    position: relative;
    width:100%;
    height: 194px;
    margin-top: 30px;
}
.content .list ul li .boxbg{
    display: none;
    position: absolute;
    width:1235px;
    height: 229px;
    background: url("../images/newslibg.png") center top no-repeat;
    left:-17px;
    top:-17px;
}
.content .list ul li img{
    float: left;
    width:300px;
    height: 194px;
}
.content .list ul li .right{
    float: right;
    width:900px;
    height: 193px;
    border-bottom: 1px solid #F4F4F4;
}
.content .list ul li .right .time{
    float: left;
    width:149px;
    height: 80px;
    text-align: left;
    border-right: 1px solid #EFEFEF;
    margin-top: 54px;
}
.content .list ul li .right .time .year{
    line-height: 50px;
    font-size: 36px;
    font-family: "微软雅黑";
    color:#909090;
    margin-left: 30px;
}
.content .list ul li .right .time span{
    font-size: 14px;
    font-family: "微软雅黑";
    color:#909090;
    margin-left: 30px;
}
.content .list ul li .right .info{
    float: left;
    width:680px;
    height: 80px;
    margin-top: 54px;
    padding: 0 35px
}
.content .list ul li .right .info .newstitle{
    font-size: 18px;
    font-family: "微软雅黑";
    color:#454545
}
.content .list ul li .right .info p{
    line-height: 20px;
    font-size: 12px;
    font-family: "微软雅黑";
    color:#909090;
    margin-top:20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.content .view{
	width:100%;
}
.content .view .time{
    width:100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#909090;
}
.content .view p{
    line-height: 25px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
}
.content .view p img{
    max-width: 100%;
    margin: 20px 0;
}