﻿
/* .headerbox { */
    /* max-width:1300px; */
    /* margin:0 auto !important; */
/* } */
/* .headerbox { */
    /* margin:0 12%!important */
/* } */
/* .margin_14 { */
     /* margin:0 12%!important */
/* } */

.cut3_wp{
    max-width:1300px;
    margin:0 auto;
}
.cut3_nav{
    background:#b01f24
}
.cut3_nav_bg ul{
    float:right;
    display:inline-block;
    margin-right: -1.5rem;
}
.cut3_nav_bg ul li{
    float:left
}
.cut3_nav_bg ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 1rem 1.5rem;
}
.cut3_nav_bg ul li a:hover{
	background-color: #7d070b;
}


/*banner*/
.banner{
    position: relative;
}
.banner_title{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.banner_title div{
    position: relative;
    top: 38%;
    transform: translateY(-50%);
}
.banner_title h2{
    font-size: 36px;
    color:#fff;
    font-weight:bold;
    margin-bottom: 20px;
}
.banner_title a{
    font-size: 18px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 5px;
    color: #333;
}
.banner_title a:hover{
    color: #333;
}
/*.banner .banner_pagin{*/
    /*width:100%;*/
    /*bottom:16px*/
/*}*/
/*.banner .banner_pagin .swiper-pagination-bullet{*/
    /*width: 48px ;*/
    /*height: 7px;*/
    /*margin: 0 5px;*/
    /*background: white;*/
    /*border-radius:10px;*/
/*}*/

/*与城市同频同行的曙光云*/
.cut13_tow{
    padding: 70px 0;
    background: url('../images/cut13/bg1.jpg') no-repeat;
	background-size:cover;
}
.cut13_tow .cut3_wp{
	max-width: 1100px;
}
.cut13_tow .margin_14{
    max-width: 800px;
}
.tow_title{
    margin-bottom: 50px;
    text-align: center;
	background: url('../images/cut13/bg1.png') no-repeat center;
	background-size: contain;
    padding: 30px 0 0;
}
.tow_title h2{
    font-size: 28px;
    color: #194a90;
    margin-bottom: 10px;
    font-weight: bold;
}
.tow_title p{
    font-size: 18px;
}

.tow_left{
    width: 16%;
    float: left;
}
.tow_right{
    width: 83%;
    float: right;
}
.tow_left li{
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
    padding: 40px 24px;
    background: #fff;
	box-shadow: -1px -1px 12px gainsboro;
}
.tow_left .active{
	background: #194a90;
	color:#fff
}

.tow_right .tow_list{
    background: url('../images/cut13/img1.jpg') no-repeat center;
	background-size:cover;
    padding: 30px 30px 56%;
    display: none;
    color: #fff;
	height:0;
	overflow:hidden;
	position:relative
}
.tow_right .tow_list:nth-child(2){
    
	background: url('../images/cut13/img15.png') no-repeat center;
}
.tow_right .tow_list:nth-child(3){
    background: url('../images/cut13/img14.png') no-repeat center;
}
.tow_right .tow_list:nth-child(4){
    background: url('../images/cut13/img2.jpg') no-repeat center;
}
.tow_list .tow_list_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	display:none;
}
.tow_list_pos{
	position:absolute;
	bottom:40px;
	left:40px;
	width:94%;
	z-index:1
}
.tow_right .tow_list h3{
    font-size: 22px;
}
.tow_right .tow_list h3:after{
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #fff;
    margin: 12px 0;
}
.tow_right .tow_list span{
    font-size: 14px;
    line-height: 22px;
}
.tow_right .tow_list p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
}
.tow_right .tow_list p:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}


/*永远活力的城市，永续在线的曙光云*/
.cut13_tress{
    padding: 70px 0;
    background: url('../images/cut13/bg2.jpg') no-repeat;
	background-size:cover;
}
.cut13_title{
    margin-bottom: 40px;
}
.cut13_title h3{
    font-size: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid gray;
    position: relative;
}
.cut13_title h3:after{
    content: "";
    display: block;
    width: 104px;
    height: 3px;
    background: #194a90;
    position: absolute;
    bottom: 0;
}
.cut13_title h3 span{
    position: absolute;
    top: 14px;
    font-size: 36px;
    font-weight: bold;
    color: gainsboro;
}

.tress_list{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    position: relative;
    padding-bottom: 18%;
    height: 0;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}

.tress_list a , .tress_list:hover a{
	color: #fff;
}    
.tress_list a:focus{
	color:#fff
}
.tress_list img{
    width: 100%;
}
.tress_list:nth-child(3n){
    margin-right: 0;
}
.tress_list a>p{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
}
.list_pos{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    padding: 36px 26px;
    transition: all 0.3s;
    background: rgba(25, 74, 144, 0.5);
}
.list_pos h3{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}
.list_pos p{
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 30px;
	overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		/* -webkit-line-clamp: 4; */
}
.list_pos a{
    font-size: 14px;
    text-align: center;
    padding: 3px 22px;
    border-radius: 20px;
    color: #fff;
	position: absolute;
    bottom: 30px;
    background: linear-gradient(left, #0885fd, #00affe);
    background: -ms-linear-gradient(left, #0885fd, #00affe);
    background: -webkit-linear-gradient(left, #0885fd, #00affe);
    background: -moz-linear-gradient(left, #0885fd, #00affe);
}
.list_pos a:hover{
    color: #fff;
}
.tress_list:hover a>p{
    opacity: 0;
}
.tress_list:hover .list_pos{
    top: 0;
}

/*最新资讯*/
.cut13_si{
    padding: 70px 0;
    background: url('../images/cut13/bg3.jpg') no-repeat;
	background-size:cover;
}
.cut13_si .swiper-container-horizontal>.swiper-pagination-bullets, .cut13_si .swiper-pagination-custom, .cut13_si .swiper-pagination-fraction{
    bottom: 26px;
    left: auto;
    width: 50.5%;
    right: 0;
    text-align: left;
    padding-left: 30px;
}
.cut13_si .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.cut13_si .swiper-pagination-bullet-active {
    background: #194a90;
    width: 12px;
    height: 12px;
}

.cut13_jiao .swiper-container-horizontal>.swiper-pagination-bullets, .cut13_jiao .swiper-pagination-custom, .cut13_jiao .swiper-pagination-fraction{
	
}
.jiao_pagin{
    width: 100%;
    bottom: -60px;
}
.jiao_pagin span{
	width:12px;
	height:12px;
	margin:0 10px;
	background:#194a90
}
.jiao_pagin .swiper-pagination-bullet-active {
    opacity: 1;
    background: #194a90;
}

.slide_left{
    width: 49.5%;
    float: left;
    padding: 50px;
    color: #fff;
	padding-bottom: 23% !important;
}
.slide_left a{
    color: #fff;
}
.slide_left a:hover{
    color: #fff;
}
.slide_left h2{
    font-size: 38px;
    margin-bottom: 10px;
}
.slide_left h3{
    font-size: 56px;
    margin-bottom: 40px;
}
.slide_button{
    border: 1px solid gainsboro;
    border-radius: 40px;
    display: inline-block;
}
.slide_button .button_img{
    width: 60px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 6px;
}
.slide_button .button_img img{
    width: 100%;
}
.slide_button .button_text{
    float: left;
    padding: 8px;
}
.slide_button .button_text p{
    font-size: 12px;
    margin-bottom: 4px;
    color: gainsboro;
}

.slide_right{
    width: 50.5%;
    background: #fff;
    padding: 50px 40px;
    height: 100%;
    position: absolute;
    right: 0;
}
.slide_right h3 a{
    color: #333;
    font-size: 22px;
	line-height: 30px;
}
.slide_right h3 a:hover{
    color: #194a90;
}
.slide_right span{
    margin: 16px 0;
    font-size: 14px;
    color: gray;
    display: block;
    position: relative;
}
.slide_right span:after{
    position: absolute;
    top: 10px;
    right: 0;
    width: 70%;
    border-bottom: 1px solid gray;
}
.slide_right p a{
    font-size: 14px;
    line-height: 26px;
    color: gray;
}

.news_list{
    margin-top: 20px;
}
.news_list ul:nth-child(1){
    width: 49.5%;
    float: left;
}
.news_list ul:nth-child(2){
    width: 49.5%;
    float: right;
}
.news_list ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: gray;
    padding: 0 20px;
    background: #fff;
    border-left: 4px solid #fff;
    border-bottom: 1px solid ghostwhite;
    /*border-left: 4px solid #194a90;*/
}
.news_list ul li a p{
    width: 76%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list ul li a p:before{
    content: "";
    display: inline-block;
    margin-right: 14px;
    width: 6px;
    height: 6px;
    background: gray;
    border-radius: 50%;
    position: relative;
    top: -2px;
}
.news_list ul li a span{
    width: 20%;
    float: right;
    text-align: right;
}
.news_list ul li a:hover{
    border-left: 4px solid #194a90;
    color: #194a90;
    /*box-shadow: 1px 1px 10px darkgrey;*/
}
.news_list ul li a:hover p::before{
    background: #194a90;
}


.qing_app{
	display:none;
}
	
.qing ul{
	display:flex
}
.qing ul li{
	width:10%;
	float:left;
	height:480px;
	overflow:hidden;
	transition:all 0.5s;
	position:relative;
	cursor:pointer
}
.qing ul li p{
	position:absolute;
	width:101%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:1
}
.qing ul li div{
	height:100%;
	transform: scale(1.02);
}

.qing ul .active_qing{
	width:298px
}
.qing ul .active_qing p{
	background:rgba(0,0,0,0)
}

.qing_tan{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	display:none
}
.qing_tan p{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5)
}
.qing_tan img{
	position:absolute;
	width:400px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1
}

/* 地图 */
.yun_map , .cut13_jiao , .cut13_qing{
    padding:80px 0;
    background: #ebebeb;
}
.cut13_jiao{
    padding:80px 0 100px;
    background: #ebebeb;
}
.map_p{
    margin: 20px 0 36px;
    font-size: 15px;
}
.map_p p{
    line-height: 30px;
}
.map_top{
    display:flex;
    background: #cdcdcd;
    padding: 30px 70px;
    margin-bottom: 10px;
}
.map_bottom{
    background:transparent
}
.map_top div{
    flex:1;
    padding-left: 100px;
}
.map_bottom div:nth-child(2){
    border-left: 1px solid darkgray;
    border-right: 1px solid darkgray;
}
.map_top div p:first-child{
    font-size: 18px;
    margin-bottom: 10px;
}
.map_top div p:last-child{
    font-size: 34px;
    color:#0050a2;
    font-weight: bold;
}
.map_bottom div p:last-child{
    font-size: 34px;
    color:#0050a2;
    font-weight: 400;
}

.ditu_map{
    position:relative;
    text-align:center;
}
.ditu_map img:last-child{
    position:absolute;
    bottom:30px
}

/* 观点聚焦 */
.jiao_container{
	padding:20px 0
}
.jiao_container .swiper-slide{
	opacity:0.8
}
.jiao_container .swiper-slide-active{
	opacity:1
}
.jiao_container .swiper-button-prev , .jiao_container .swiper-button-next{
	display:none
}
.hover_left {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 310px;
    height: 72%;
    z-index: 1;
}
.hover_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 310px;
    height: 72%;
    z-index: 1;
}

.jiao{
	position:relative
}
.jiao_slide{
	box-shadow: 0px 6px 14px #4a77df;
	border-radius: 18px;
	background:url(../images/cut13/jiao_bg.png) no-repeat center;
	background-size:cover;
	height:280px
}
.jiao_text{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jiao_list{
	padding:50px;
	color:#fff
}
.jiao_list h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:14px
}
.jiao_list p{
	font-size:14px;
	line-height:24px
}
.jiao_bottom{
	position:absolute;
	bottom:50px;
	left:50px;
}
.jiao_bottom .jiao_img{
	width:50px;
	float:left;
	margin-right:20px;
	border-radius: 50%;
    overflow: hidden;
}
.jiao_bottom .jiao_right{
	float:left;

}


@media screen and (max-width: 1800px){
    .swiper-button-next{
        right: 150px;
    }
    .swiper-button-prev{
        left: 150px
    }
}


@media screen and (max-width: 1700px){
    .swiper-button-next{
        right: 85px;
    }
    .swiper-button-prev{
        left: 85px
    }
}

@media screen and (max-width: 1650px){
    /* .cut3_wp {margin: 0 14%;} */
    /* .headerbox {margin: 0 14% !important;} */

    .swiper-button-prev {
        left: 50px;
    }
    .swiper-button-next {
        right: 50px;
    }

    .map_top div {
        padding-left: 80px;
    }
    .ditu_map img:first-child {
        width:62%
    }
}


@media screen and (max-width: 1500px){
    .swiper-button-next{
        right: 12px;
    }
    .swiper-button-prev{
        left: 12px
    }
}


@media screen and (max-width: 1400px){
    /* .cut3_wp , .cut3_nav_bg , .headerbox{ */
        /* max-width: 1200px; */
        /* margin: 0 auto; */
        /* width:92% */
    /* } */
	.cut3_wp{
        max-width: 1200px;
        margin: 0 auto;
        width:92%
    }
	
    .headerbox{
        padding:0 !important
    }
	.list_pos {
		padding: 26px;
	}
	.list_pos a{
		bottom:20px
	}

    .swiper-button-prev {
        left: 20px;
    }
    .swiper-button-next {
        right: 20px;
    }

    .map_top div {
        padding-left: 60px;
    }
    .map_top div p:last-child {
        font-size: 26px;
    }
	.tow_left {
		width: 20%;
	}
	.tow_right {
		width: 79%;
	}
	.tow_right .tow_list {
		padding: 30px 30px 63.5%;
	}
	.tow_left li {
		padding: 45px 24px;
	}


}

@media screen and (max-width: 1350px){
	.slide_left h3 {
		font-size: 42px;
	}
	.slide_left h2 {
		font-size: 32px;
	}
	.slide_right p a {
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
		/* display: -webkit-box; */
		/* -webkit-box-orient: vertical; */
		/* -webkit-line-clamp: 4; */
	}
	.tow_left li {
		width: 25%;
		float: left;
	}
	.tow_left ,.tow_right{
		width: 100%;
	}
	.tow_right .tow_list {
		padding: 30px 30px 52%;
	}
}


@media screen and (max-width: 1251px){
	.list_pos p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		/* -webkit-line-clamp: 3; */
	}
}

@media screen and (max-width: 1150px){
	.slide_right h3 a {
		font-size: 18px;
		line-height: 28px;
	}
	.slide_right {
		padding: 40px 30px;
	}
	
	.tress_list {
		width: 49%;
		padding-bottom: 28%;
	}
	
	.tress_list:nth-child(3n) {
		margin-right: 2%;
	}
	.tress_list:nth-child(2n) {
		margin-right: 0;
	}
	.list_pos {
		padding: 30px 26px;
	}
}




@media screen and (max-width: 1050px){
    .banner_title h2 {
        font-size: 28px;
    }
    .banner_title p {
        font-size: 16px;
    }
	.slide_left h3 {
		font-size: 32px;
	}
	.slide_left h2 {
		font-size: 24px;
	}
	.slide_left {
		padding: 40px;
	}
	
	.slide_right span {
		margin: 8px 0;
	}
	.slide_right p a {
		line-height: 22px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		padding-left: 24px;
	}
	.slide_right h3 a {
		font-size: 18px;
		height: 60px;
		display: block;
	}
	
    .map_top div {
        padding-left: 20px;
    }
    .map_top div p:first-child ,.map_p{
        font-size: 16px;
    }
    .map_top div p:last-child {
        font-size: 22px;
    }

}


@media screen and (max-width: 950px){
	.slide_left {
		width: 100%;
		float: none;
		padding-bottom: 50% !important;
	}
	.slide_right {
		width: 100%;
		float: none;	
		position: static;
		padding: 30px;
	}
	.slide_right p a {
		min-height: 88px;
		display:block
	}
}


@media screen and (max-width: 890px){
	.slide_left ,.slide_right{
		padding: 26px 20px;
	}
	.slide_left h2 {
		font-size: 18px;
	}
	.slide_left h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		padding-left: 12px;
		bottom: 6px;
	}
	.slide_button .button_text span {
		font-size: 14px;
	}
	.news_list ul:nth-child(1),.news_list ul:nth-child(2) {
		width: 100%;
	}
	.news_list ul li a {
		height: 62px;
		line-height: 62px;
	}

    .map_top {
        display: flex;
        padding: 20px;
    }
    .map_top div p:first-child, .map_p {
        font-size: 14px;
    }
    .map_top div p:last-child {
        font-size: 18px;
    }
	
	.tow_left li {
		font-size: 14px;
		padding: 30px 22px;
	}

}


@media screen and (max-width: 800px){
    .cut3_nav_bg ul {
        margin-right: 0;
    }
	
	.qing{
		display:none;
	}
	.qing_app{
		display:block;
		padding-bottom:50px
	}
	.qing_app .swiper-container-horizontal>.swiper-pagination-bullets, .qing_app .swiper-pagination-custom, .qing_app .swiper-pagination-fraction {
		bottom: 10px;
	}
	.qing_tan img {	
		width: 50%;
	}

	
	.tow_left li:last-child{
		margin-right:0
	}
	.tow_right .tow_list {
		padding: 0;
		height: auto;
	}
	.tow_list_pos {
		position: static;
		width: 100%;
		padding: 60px 30px;
		background: rgba(0,0,0,0.2);
	}
	.tow_list .tow_list_bg{
		display:none
	}
	.tow_title h2 ,.cut13_title h3{
		font-size: 22px;
	}
	.tow_title p {
		font-size: 16px;
	}
	.cut13_title h3 span {
		top: -2px;
		padding-left: 12px;
		font-size: 26px;
	}
	.cut13_title h3:after {
		width: 88px;
	}

	.slide_left {
		width: 100%;
		float: none;
		padding-bottom: 50% !important;
	}
	.slide_right {
		width: 100%;
		position: static;
	}
	.cut13_si .swiper-container-horizontal>.swiper-pagination-bullets, .cut13_si .swiper-pagination-custom, .cut13_si .swiper-pagination-fraction {
		bottom: 4px;
		left: auto;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

}

@media screen and (max-width: 760px){
	.tress_list {
		width: 100%;
		padding-bottom: 44%;
		margin-right:0
	}
	.slide_left {
		width: 100%;
		float: none;
		padding-bottom: 50% !important;
	}
	.swiper-pagination-bullet-active {
		width: 8px;
		height: 8px;
	}
	.slide_right {
		width: 100%;
		position: static;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	
	.ditu_map img:first-child {
		width: 100%;
	}
	
	.slide_right p a {
		min-height: 110px;
	}
}

@media screen and (max-width: 650px){
	.tow_title h2, .cut13_title h3 {
		font-size: 18px;
	}
	.cut13_title h3 span {
		padding-left: 10px;
		font-size: 22px;
	}
	.cut13_title h3:after {
		width: 74px;
	}
	.cut13_tow ,.cut13_tress , .cut13_si{
		padding: 40px 0;
	}
	.tow_title {
		padding: 0;
	}
	.slide_right h3 a {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.slide_right p a {
		line-height: 22px;
		font-size: 12px;
	}
		
}

@media screen and (max-width: 500px){
	.slide_right p a {
		min-height: 132px;
	}
	
	.hover_left , .hover_right{
		display:none
	}
	
	.cut3_nav_bg ul {
		float: left;
	}
	.cut3_nav_bg ul li a {
		padding: 1rem 0.5rem;
	}
    .headerbox {
        padding:0 10px!important
    }
    .cut3_wp {
        width:96%
    }
    .banner_title {
        width: 90%;
    }
    .banner_title h2 {
        font-size: 20px;
    }
	.banner_title a {
		font-size: 14px;
	}
	.banner_title div {
		top: 46%;
	}
	.tow_right .tow_list {
		
	}
	.tow_right .tow_list h3 {
		font-size: 16px;
	}
	.tow_right .tow_list span {
		font-size: 12px;
		line-height: 18px;
	}
	.tow_right .tow_list p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
		padding-left: 22px;
	}
	.cut13_tress .cut13_title h3 span {
		left: 107px;
		top: 22px;
	}
	.news_list ul li a {
		height: 52px;
		line-height: 52px;
		font-size: 14px;
		padding: 0 14px;
	}
	.tress_list {
		padding-bottom: 54%;
	}
	.tow_list_pos {
		padding: 40px 26px;
	}
	.tow_left li {
		width: 50%;
		padding: 20px 34px;
	}

    .yun_map {
        padding: 30px 0;
    }
    .map_top {
        padding: 10px;
    }
    .map_p p {
        margin-top: 10px;
        line-height: 22px;
    }
    .map_p {
        margin: 12px 0 20px;
    }
    .map_top div {
        padding-left: 6px;
    }
    .map_top div p:first-child, .map_p {
        font-size: 12px;
    }
    .ditu_map img:last-child {
        bottom: 0;
        width: 10%;
    }
	
	.jiao_container {
		padding: 0 0 20px;
	}
	.yun_map, .cut13_jiao {
		padding: 50px 0;
	}
	.jiao_slide{
		height:230px
	}
	.jiao_list{
		padding:26px;
	}
	.jiao_list h2{
		font-size:18px;
		margin-bottom:12px
	}
	.jiao_bottom {
		bottom: 26px;
		left: 26px;
	}
	.jiao_pagin {
		bottom: -26px;
	}
}


@media screen and (max-width: 350px){
	.list_pos {
		padding: 18px;
	}
	.list_pos a {
		bottom: 12px;
	}
	.list_pos p{
		font-size:12px
	}
	.tow_left li {
		padding: 12px 18px;
	}
	.tow_list_pos {
		padding: 30px 18px;
	}
	.news_list ul li a p {
		width: 74%;
		font-size: 12px;
	}
	.news_list ul li a span {
		width: 24%;
		font-size: 12px;
	}
	.slide_right h3 a {
		font-size: 14px;
	}
	.slide_right span {
		font-size: 12px;
	}
	.slide_right p a {
		font-size: 12px;
	}
}
