.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;
    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 .jcdj  .newsList{
    margin-right: -20px;
}

.main .jcdj  .newsList li{
    margin-right: 40px;
    width: 570px;
}

.main .more {
    text-align: right;
    margin-top: 10px;
}

.main .jcdj .lmTil {
    width: 100%;
    height: 52px;
    background: url("../images/title_jcdj.png") no-repeat left center;
}

.main .dyjy .lmTil {
    width: 100%;
    height: 52px;
    background: url("../images/title_dyjy.png") no-repeat left center;
}

.main .dwwd .lmTil {
    background: url("../images/title_dywd.png") no-repeat left center;
}

.main .headline {
    border-bottom: 1px dashed #e91b1b;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.main .headline .pic{
    width: 262px;
    height: 160px;
    margin-top: 30px;
}

.main .headline .pic img{
    width: 262px;
    height: 160px;
} 

.main .headline .describe{
    width: 898px;
    margin-right: 20px;
}

.main .headline h5 {
    height: 30px;
    line-height: 30px;
    color: #e91b1b;
    margin: 30px auto 14px;
    font-size: 22px;
    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 .jcdj .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;
}

.dyjy .con .section{
    width: 800px;
}

.dyjy .con .ztzl{
    width: 300px;
}

.ztzl .itm{
    width: 300px;
    height: 160px;
    margin:35px auto;
    position: relative;
}

.ztzl .itm img{
    width: 300px;
    height: 160px;
}

.ztzl .itm p{
    position: absolute;
    width: 100%;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: rgba(233,27,27, 0.9);
    overflow: hidden;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}