.s-footer-conten td{
    color: #FFF;
}


.actionNews,.actionNews a{
    color:#12609E !important;
} 

.s-news-menu{
	float: left;
	width: 240px;
	height: 700px;
}

.s-news-lmenu{
	height: 60px;
    padding-left: 10px;
    margin-top: 50px;
    background-color: #505050;
    color: #FFF;
}

.s-news-lmenu h2{
	height: 60px;
    line-height: 60px;
    margin: 0;
}

.s-news-list{
	float: left;
    width: 915px;
    margin-left: 43px;
    overflow: hidden;
}

.s-news-ltitle{
	width: 100%;
    height: 54px;
    border-bottom: 4px solid #E5E5E5;
}

.s-news-ltitle p{
	height: 50px;
    line-height: 50px;
    width: auto;
    display: inline-block;
    /*margin-left: 10px;*/
}

.s-news-ltitle span{
	color: #115F9D;
}

.s-pageTitle{
	height: 90px;
}

.s-pageTitle h2{
	margin: 0;
    height: 90px;
    line-height: 90px;
}

.s-img-title{
	overflow: hidden;
    margin-bottom: 40px;
}
.s-img-title img{
	width: 915px;

}


.s-newslines{
	height: 210px;
	overflow: hidden;
}

.news-img{
	width: 300px;
    margin-top: 20px;
	float: left;
}
.news-img img{
    width: 293px;
    height: 164px;
}
.simpleContent-box{
	float: left;
    width: 593px;
    height: 133px;
    margin-top: 52px;
    margin-left: 20px;
}
.simpleContent{
	font-size: 20px;

}
.s-newsbtn{
	color: #FFF;
    border-radius: 0;
    background-color: #4A4949;
    height: 30px;
    margin-top: 14px;
    float: right;
    margin-right: 30px;
}

.s-newsbtn:hover{
    color: #FFF !important;
    background-color: #F3981E;
}
.s-news-time{
	margin-top: 29px;
}


.s-icon-time{
    display: inline-block;
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
}
.line{
    width: 100%;
    display: inline-block;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    height: 6px;
    position: relative;
    top: -6px;
    z-index: -1;
}

.line1{
    width: 0%;
    display: inline-block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 6px;
}
.s-newslines:hover{
    cursor: pointer;
    color: #F3981E;
}
.s-newslines:hover .line1{
    width:100%;
    /*transition:width 1s linear;*/
}

.content-title{
    text-align: center;
}
.news-contents{
    overflow: hidden;
    min-height: 350px;
}

.time{
    margin: 40px 0px;
}

.menu-2 {
    margin: 50px 0px 50px 0px;
    width: 100%;
    min-width: 980px;
    text-align: right;
}
.menu-2 a{
    color: #000;
}
.menu-2 div {
    float: left;
    width: 458px;
    /* border: 1px solid red; */
    height: 60px;
    font-size: 17px;
}
.pgup {
    text-align: left;
}
.pgdn {
    text-align: end;
}

.s-ser-ul{
    list-style: none;
    width: 100%;
    padding: 0;
    font-size: 18px;
}
.s-ser-ul li{
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}
.s-ser-ul a{
    color: #000;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-left: 10px;
}
.s-ser-ul span{
    display: inline-block;
    float: right;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
}

.s-ser-ul li:hover{
    color: #12609E;
}
.s-ser-ul li:hover>a{
    text-decoration: none;
    color: #12609E;
}
@media (max-width: 768px){
	.s-news-menu{display:none;}
	.s-news-list{width:100%;margin-left:0;}
	.s-pageTitle h2{height:60px;line-height:60px;}
	.s-img-title{margin-bottom:20px;}
	.s-img-title img{width:100%;max-height:200px;}
}

