@charset "utf-8";
/* CSS Document */
.content {padding-bottom:220px;}
.banner {width:100%; height:301px; background:#263630;}
.banner_in {width:1140px; height:300px; margin:0px auto; overflow:hidden;}
.banner_in img {width:100%;}

.content_box {width:800px; margin:44px auto 0px auto;}
.other_info {height:14px;}
.art_title {padding-bottom:10px; border-bottom:1px solid #ebebeb;}
.other_info {margin-top:12px;}
.other_info li {height:14px; line-height: 14px; float:left; margin-right:27px; color:#999;}
.detail_text {padding-bottom:24px; margin-top:35px; border-bottom:1px solid #ebebeb;}
.detail_text img {width:500px; margin-bottom:10px;}
.detail_text p {line-height: 28px; margin-bottom:24px; font-size:14px;}

.content_downL {height:28px; float:left; margin-top:18px;}
.content_downL a {padding:5px 10px; margin:0px 10px; background:#0091ff; color:#fff; display: inline-block; *display: inline; *zoom:1; cursor: pointer;}


@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:200px;}
	.banner {display:none;}
	.content_box {width:auto; padding:0px 14px; margin-top:30px;}
	.other_info li {float:none; margin:5px 0px 0px 0px;}
	.detail_text {padding-bottom:0px;}
	.detail_text img {width:100%; margin-bottom:10px;}
}