@charset "utf-8";
/* CSS Document */

.breadCrumb {
    position: relative;
    margin-top: 100px;
    height: 60px;
    background: rgba(0,0,0,.7);
    z-index: 2;
    line-height: 60px;
    color: #fff;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.breadCrumb i {
    display: inline-block;
    background: url(../images/dingwei.png) no-repeat;
    width: 12px;
    height: 14px;
	margin-right:10px;
}

.breadCrumb a {
    margin-right: 10px;
    color: #fff;
}

.newsMain{
	background-color: #fff
}

.listMain {
    background-color: #fff;
    padding-bottom: 20px;
}

.back {
    float: right;
    background: url(../images/back.png) no-repeat left center;
    padding-left: 20px;
}


.listTie {
    line-height: 40px;
    font-size: 40px;
    color: #333;
    font-weight: 100;
    margin-bottom: 40px;
    padding-top: 80px;
}

.center {
    text-align: center;
}

.listTie span {
    display: block;
    font-size: 12px;
    color: #888;
}
.newsList{width: 95%; margin: 0 auto}
.listMain .newsList li{overflow:hidden;border:1px solid #eaeaea;margin-bottom:20px}
.listMain .newsList li:hover .list{margin-left:20px}
.listMain .newsList li .list{transition:all .5s;width:900px;float:left;padding:45px 5px 30px 50px}
.listMain .newsList li .list .time{font-size:12px;width:120px;line-height:30px;text-align:center;color:#fff;display:block;border-radius:25px;background:#32abeb;margin-top:30px}
.listMain .newsList li .list h3{font-weight:bold;font-size:24px;color:#333;margin-top:10px;margin-bottom:10px}
.listMain .newsList li .list p{color:#666;margin-top:10px}
.listMain .newsList li>a{display:inline-block;float:right;padding:30px}
.listMain .newsList li>a img{width:260px;height:196px}
.listMain .newsList li>a>span{display:block;width:260px;height:196px}
.listMain .newsList li .list span{position:relative;transition:all .5s}
.listMain .newsList li .list span:after{content:"";position:absolute;border-bottom:1px solid #eaeaea;width:1px;height:1px;left:0;top:7px;transition:all .5s}
.listMain .newsList li:hover .list span{padding-left:60px}
.listMain .newsList li:hover img{transition:all 1s ease 0s;-webkit-transform:scale(1.3)}
.listMain .newsList li:hover .list span:after{width:50px}

.pagebar {
    padding: 20px 20px 60px 20px;
    overflow: hidden;
    clear: both;
    background-color: #fff;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}


.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}



@media screen and (max-width: 767px) {
	.breadCrumb {
    position: relative;
    margin-top: 60px;
    height: 60px;
    background: rgba(0,0,0,.7);
    z-index: 2;
    line-height: 60px;
    color: #fff;
}
.breadCrumb i {
    display: inline-block;
    background: url(../images/dingwei.png) no-repeat;
    width: 12px;
    height: 14px;
    margin-right: 10px;
    margin-left: 10px;
}	
	
.w1400 {
    width: 100%;
    margin: 0 auto;
}	
	
.listTie {
    line-height: 40px;
    font-size: 30px;
    color: #333;
    font-weight: 100;
    margin-bottom: 20px;
    padding-top: 40px;
}
	
.listMain .newsList li {
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin-bottom: 0px;
}
	
.listMain .newsList li .list {
    transition: all .5s;
    width: 100%;
    float: left;
    padding: 45px 30px 20px;
}	
	
.listMain .newsList li>a {
    display: inline-block;
    float: right;
    padding: 10px 30px 45px;
    width: 100%;
}	

.listMain .newsList li>a>span {
    display: block;
    width: 100%;
    height: 196px;
}	
	
.listMain .newsList li>a img {
    width: 100%;
    height: 196px;
}	
	
}


.title-news {
  
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
	padding-top: 60px
}

.title-news h1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.53846154;
    margin: 0 0 20px 0;
}

.title-news span {
    font-size: 16px;
    color: #005bac;
}

.text {
    margin: 50px auto 0;
    width: 90%;
    padding-bottom: 60px;
}

.text p {
    line-height: 2;
    margin: 0;
    color: #333;
    font-size: 14px;
    text-indent: 2em;
}

@media screen and (max-width: 767px) {
	
.title-news {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    width: 90%;
    margin: 0 auto 0;
    padding-top: 60px;
}
	
.text {
    margin: 30px auto 0;
    width: 90%;
}	
	
.title-news h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.53846154;
    margin: 0 0 20px 0;
}
	
}

















