.main {
    margin: 0 auto 50px;
    width: 1200px;
    overflow: hidden;
}

.main .newsList {
    margin-top: 12px;
}

.main .newsList li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;  
}

.main .newsList li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .newsList li span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border-radius: 5px;
    background: #e91b1b;
    vertical-align: 2px;
}

.main .newsList li a:hover{
    color: #e91b1b;
}

.main .zyyw {
    margin-bottom: 20px;
}

.main .zyyw  .newsList{
    margin-right: -20px;
}

.main .zyyw  .newsList li{
    margin-right: 40px;
    width: 570px;
}

.main .more {
    text-align: right;
    margin-top: 10px;
}

.main .zyyw .lmTil {
    width: 100%;
    height: 52px;
    background: url("../images/title_zyyw.png") no-repeat left center;
}

.main .gdxw .lmTil {
    width: 100%;
    height: 52px;
    background: url("../images/title_gdxw.png") no-repeat left center;
}

.main .yzdt .lmTil {
    background: url("../images/title_yzdt.png") no-repeat left center;
}

.main .headline {
    border-bottom: 1px dashed #e91b1b;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.main .headline h5 {
    color: #e91b1b;
    margin: 30px auto 14px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .headline p.intro {
    line-height: 36px;
    overflow: hidden;
    color: #333333;
    margin: 0 auto;
    font-size: 18px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .zyyw .headline p.intro{
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main .headline a.detail {
    color: #ee8824;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
}

.main .headline a.detail:hover {
    text-decoration: underline;
}
