
body .banner{
    height:299px;
    overflow: visible;
}
/*banner*/
.banner .banner-top a{
    display: block;
    background: url(../../images/ftgw/about-banner.jpg) no-repeat center top;
    height: 299px;
    background-size: cover;
}
.banner .circle{
    position: absolute;
    left: 50px;
    top: -125px;
    width: 250px;
    height: 250px;
    background: #d80935;
    border-radius: 50%;
    z-index: 9;
}
.banner .container{
    position: relative;
}
.banner a{color:#fff;}
.banner .circle h2{
    text-align: center;
    font-size: 36px;
    margin-top: 68px;
}
.banner .circle p{
    text-align: center;
    font-size: 30px;
    margin-top: 14px;
}
.circle a{
    color:#fff;
}
.news{
    background-color: #F3F6FB;
    padding-top: 180px;
    position:relative;
	margin: 0 auto;
	width: 1160px;
    max-width: 1920px;
}
.news .left-image{
    background: url(../../images/ftgw/leftimage.png) no-repeat center top;
    position: absolute;
    left:-23%;
    top: 10%;
    height: 616px;
    display: block;
    width:350px;
    background-size: cover;
}
.news .right-image{
    background: url(../../images/ftgw/rightimage.png) no-repeat center top;
    height: 500px;
    position: absolute;
    right: -36%;
    top: 21%;
    display: block;
    width:612px;
    background-size: cover;
}
.news .container{
    width: 1160px;
    background: #fff;
	padding-bottom:20px;
}
.news .title h2{
    display: inline-block;
    color: #333333;
    font-size: 36px;
}
.news .title{

    background-image:url(../../images/ftgw/news-title-bak.jpg) ;
    padding-left: 80px;
    height: 70px;
    padding-top: 10px ;
    padding-bottom: 10px ;
}
.news .title i{
    color:#d80935;
    font-size: 24px;
}
.breadcrumbs{
    padding-top: 5px;
}
.news-list{
    padding-left: 80px;
    min-height: 600px;
}
.news-list li {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #eee;
    padding: 11px 0;
}
.news-list li .item a{float:left;}
.news-list li img{
    width:200px;
    height:150px;
}
.news-list li .img{
    width:200px;
    height:150px;
    padding: 10px;
    float: left;
    margin-right: 20px;
    border:1px solid #000000;
}

.news-list li h4 {
    font-size: 24px;
    width: 700px;
    padding: 10px 0 15px 0;
    margin: 0;
    float: left;
}
.news-list li.item  span {
    width: 700px;
    margin-bottom: 13px;
    padding-bottom: 24px;
    display: block;
    overflow: hidden;
    float: left;
}

/****新闻详情页***************/
.news-detail {
    font-size: 18px;
    overflow: hidden;
    zoom: 1;
    width: 1200px;
    margin: 150px auto 0;
    position: relative;
}
.news-detail .title {
    margin-bottom: 80px;
    line-height: 1;
    text-align: center;
}
.news-detail .title h2 {
    font-size: 36px;
    color: #221e1f;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1.2;
}
.news-detail .title h3 {
    color: #464646;
    font-size: 20px;
    font-weight: 400;
}
.news-detail .newsContent {
    padding: 0 35px 100px;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',sans-serif;
}
/*媒体查询--开始

@media (max-width: 1024px) {
	.news .left-image{background-size: 43% !important;width: 32%;left: -9%;top: 20%;}
	.news .right-image{background-size: 45% !important;width: 39%;right: 5%;top: 32%;}
	.news .container{float:left;}
	.news{width:100% !important;min-height: 980px;}
	.news-list li.item span{width: 672px;}
}
@media (max-width: 768px) {
	.news .left-image{display:none;}
    .news-list{padding-left: 4px;}
	.news .right-image{display:none;}
	.news-list li.item span{width: 505px;}
}*/