
.newst {
	width: 1250px;
	 margin: 0 auto;
}
.newsb {
	width: 1250px;
	height: 488px;
	margin: 0 auto;
}
.newslist {
	width: 95%;
	margin: 0 auto;
}
.xwzsb {
    float: left;
    width: 50%;
    margin-bottom: 183px;
}
.xwzsb span {
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 24px;
    margin-top: 19px;
}
.xwzsbthin{
    width: 4px;
    height: 19px;
    margin-right: 10px;
    float: left;
    background: #c00;
    margin-top: 9px;
}
.xwzsb span a{
	    color: #015198;
}
.xwzsb img {
	width: 95%;
    height: 150px;
    border: 1px solid #e9e9e9;
}
.xwzsb ul {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    height: 217px;
    overflow: hidden;
}

.diamond {
    width: 5px;
    height: 5px;
    margin: 25px 10px 0 10px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #015198;
    float: left;
}
.xwzsb ul li {
    height: 53px;
    line-height: 57px;
    width: 96%;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px dashed #dddddd;
}
.more{    
	text-decoration: none;
    display: block;
    height: 43px;
    line-height: 43px;
    color: #fff;
}
.more a{
    color: #fff;
    padding: 6px 20px 6px 20px;
    FONT-SIZE: 14px;
    background: #015198;
	
}



