.news_bg {}

.news_bg .news {
    width: 1200px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 50px;
}

.news_bg .news .news_title {
    margin-bottom: 7px;
}

.news_bg .news .news_title i {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../images/ditu_03.jpg) no-repeat;
    vertical-align: middle;
    margin-right: 7px;
}

.news_bg .news .news_title p {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.news_bg .news .news_title p span {}

.news_bg .news .news_left {
    width: 260px;
    height: 1000px;
    background: #fafafc;
}

.news_bg .news .news_left .news_left_title {
    background: #006ebd;
}

.news_bg .news .news_left .news_left_title h3 {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.news_bg .news .news_left ul {}

.news_bg .news .news_left ul li {
    display: block;
}

.news_bg .news .news_left ul li a {
    display: inline-block;
    width: 220px;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px dashed #e2e2e2;
}

.news_bg .news .news_left ul li a img {
    float: right;
}

.news_bg .news .news_right {
    width: 913px;
}

.news_bg .news .news_right .news_right_title {
    height: 52px;
    margin-bottom: 5px;
}

.news_bg .news .news_right .news_right_title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #006ebd;
    line-height: 52px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 15px;
}

.news_bg .news .news_right .news_right_con {}

.news_bg .news .news_right .news_right_con li {}

.news_bg .news .news_right .news_right_con li a {
    display: block;
    padding: 15px 0;
    color: #666666;
    border-bottom: 1px dashed #dcdcdc;
}
.news_bg .news .news_right .news_right_con li a p{
	display: inline-block;
	width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_bg .news .news_right .news_right_con li a:hover {
    color: red;
}

.news_bg .news .news_right .news_right_con li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #d5d5d5;
    vertical-align: middle;
    margin: 0 7px;
}

.news_bg .news .news_right .news_right_con li a span {
    float: right;
    color: #5e5a6c;
}

.pageing {
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.pageing ul {}

.pageing ul li {
    display: inline-block;
    margin: 0 7px;
}

.pageing ul li a {}