.div_news {
	margin: 0 auto;
	width: 1200px;
	height: 800px;
           
}

.div_news_div {
	margin-right: -15px;
	margin-left: -15px;
       
}

.news_title {
	border-bottom: 3px solid #e7e8ea;
	line-height: 30px;
	height: 42px;
}

.news_title h3 {
	display: block;
	float: left;
	color: #111111;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #00559d;
	height: 42px;
	width: 100px;
	text-align: center;
	margin-left: 3px;
}
.news_title h3:nth-child(2) {
	display: block;
	color: #111111;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #00559d;
	height: 42px;
	width: 100px;
	text-align: center;
	margin-left: 3px;
        position:absolute;
        left:850px;
}

.news_title i {
	display: block;
	float: left;
	font-style: normal;
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 3px;
}

.div_news_ul{
    background: #e7e8ea;
    padding: 30px 30px 40px 30px;
    overflow: hidden;
    width:570px;
    float:left;
}
.div_news_ul ul {
	width: 500px;
	height:700px;
        background:white;
}

/*.div_news_ul li:before {
	content: "";
        display:block;
        width:5px;
        height:5px;
        background:black;
        border:1px solid #666;
        border-radius:100%;
	position:relative;
}*/

.div_news_ul li {
	/*float: left;*/
	line-height: 30px;
	width: 450px;
        margin:30px;
}
.div_news_ul li:first-child{
        background: url(../images/jtou.png) no-repeat right;
   
}
.div_news_ul li:nth-child(4){
        background: url(../images/jtou.png) no-repeat right;
}
.div_news_ul li:nth-child(7){
        background: url(../images/jtou.png) no-repeat right;
}
.div_news_ul li span{
    display: block;
    color: #666666;
    font-size: 14px;
   /* line-height: 28px;
    height: 28px;
    overflow: hidden;*/
    padding-top:20px;
}
.div_news_ul li p{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px
}


.div_news_ul li a {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.div_news_ul li a:hover {
	color: #00559d;
	text-decoration: underline;
}

.div_news_ul2{
    background: #e7e8ea;
    padding: 30px 30px 40px 30px;
    overflow: hidden;
    /*width:560px;*/
    float:right;
}
.div_news_ul2 ul {
	width: 500px;
	height:700px;
        background:white;
}

/*.div_news_ul2 li:before {
	content: "";
        display:block;
        width:5px;
        height:5px;
        background:black;
        border:1px solid #666;
        border-radius:100%;
	position:relative;
}*/

.div_news_ul2 li {
	/*float: left;*/
	line-height: 30px;
	width: 450px;
        margin:30px;
}
.div_news_ul2 li:first-child{
        background: url(../images/jtou.png) no-repeat right;
   
}
.div_news_ul2 li:nth-child(4){
        background: url(../images/jtou.png) no-repeat right;
}
.div_news_ul2 li:nth-child(7){
        background: url(../images/jtou.png) no-repeat right;
}
.div_news_ul2 li span{
    display: block;
    color: #666666;
    font-size: 14px;
   /* line-height: 28px;
    height: 28px;
    overflow: hidden;*/
    padding-top:20px;
}
.div_news_ul2 li p{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px
}


.div_news_ul2 li a {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.div_news_ul2 li a:hover {
	color: #00559d;
	text-decoration: underline;
}
