

.content .content_body .nav {height: 140px;display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background: #f0f0f0;}
.content .content_body .nav div {height: 140px;width: 210px;font-size: 24px;line-height: 32px;display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column; -webkit-box-align: center;-moz-align-items: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-moz-justify-content: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.content .content_body .nav div:last-child {border-right: none;}
.content .content_body .nav div p{line-height: 38px;}

.content .content_body .banner {height:300px;}
.content .content_body .banner .box {height: 300px;width: 640px;overflow: hidden;position: relative;}
.content .content_body .banner .box ul {width: 3000px;height: 300px;position: absolute;left: 0px;}
.content .content_body .banner .box ul li{height: 300px;display: inline-block;float: left; width: 640px;}
.content .content_body .banner .box ul li img{height: 300px;width: 640px;}
.content .content_body .banner .smalltitle {position: relative;bottom: 40px;left: 275px;width: 100px;}
.content .content_body .banner .smalltitle li {display: inline-block;float: left;background: #ccc;height: 10px;width: 10px;margin: 10px;-webkit-border-radius: 50%;border-radius: 50%;}
.content .content_body .banner .smalltitle .thistitle {background: #00b4b4}

.content .content_body .banner_last {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background: #fff;}
.content .content_body .banner_last .banner_text{ height: 50px;overflow: hidden;}
.content .content_body .banner_last .banner_text p{ line-height: 50px;font-size: 22px;color: #555; display: none;}
.content .content_body .banner_last .banner_text .thistitle { display: block;}

.content .content_body .list {margin-top: 20px;background-color: #fff;}
.content .content_body .list .list_title {line-height: 58px;font-size: 30px;overflow: hidden; white-space: nowrap;}
.content .content_body .list .list_title span {display: inline-block;height: 20px;width: 20px;-webkit-border-radius: 50%;border-radius: 50%;background: #7fded9;margin: 0 20px 0 28px;}
.content .content_body .list .list_content {line-height: 40px;font-size: 22px;padding: 0 30px 0 68px; color: #999;}
.content .content_body .list .list_content a{color: #ff7e00;}
.content .content_body .list .list_time {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left: 63px;margin: 10px 0;}
.content .content_body .list .list_time p{line-height: 35px;font-size: 20px;margin-left: 5px;color: #888;letter-spacing: 1px;}
.content .content_body .list .pages {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack: center;-moz-justify-content: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;margin: 15px 0;}
.content .content_body .list .pages li {list-style: none;display: inline-block;line-height: 30px;text-align: center;padding: 10px 15px;font-size: 20px;border: 2px solid #ccc;margin-bottom: 10px;}
.content .content_body .list .pages li.thisclass {background: #00b4b4;color: #fff;}
.content .content_body .list .pages li:last-child {display: none;}
