.main{
    width: 1200px;
    margin: 0 auto;
}
.newsContent{
    padding: 20px 0 30px 0;
    border-top: 1px solid #d1d0d0;
    border-bottom: 1px solid #d1d0d0;
}
.newsContent pre{
    width: 1200px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "microsoft yahei";
}
.newsTitle{
    margin: 50px 0 20px 0;
	padding-top:30px;
}
.newsTitle h3{
    font-size: 36px;
    color: #666464;
    margin-bottom: 10px;
}
.newsTitle span{
    font-size: 14px;
    color: #c9caca;
}
.otherNews{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin-top: 45px;
}
.otherNews li:first-child{
    float: left;
}
.otherNews li:last-child{
    float: right;
}
.otherNews li img{
    vertical-align: middle;
}
.otherNews li a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.otherNews li a span{
    margin-left: 5px;
}
.otherNews li:last-child img{
/*     transform:rotate(180deg); */
}
.otherNews li:last-child a span{
    margin-right: 5px;
}
.newsContent p img{ width:60% !important;}