/*左侧列表*/
.list{background: #FFFFFF;width: 225px;padding-bottom: 25px;border-radius: 8px;}
.list dt{color: #555;font-size: 17px;font-weight: bold;margin-top: 15px;padding: 10px 0 10px 66px;}
.list dt i{font-size: 17px;color: #999;vertical-align: 0px;}
.list dd{border-left:2px solid #fff;/* padding-left: 45px; */height: 46px;line-height: 46px;cursor: pointer;text-align: center;}
.list dd:hover,.list dd.active{background: #f0f0f0;border-left:2px solid #089e67;}
.list dd:hover a,.list dd:hover i,.list dd.active a,.list dd.active i{color: #089e67;}
.list dd a{color: #3c3c3c;font-size: 14px;}
.list dd i{color: #e6e6e6;margin-right: 15px;display: none;}
/*左侧列表*/

/*右侧内容*/
.about-box{width: 895px;margin-left: 15px;background: #FFFFFF;padding: 20px 30px;border-radius: 8px;}
.about-top{width: 100%;border-bottom: 1px solid #eeeeee;padding-bottom: 5px;}
.about-top h1{color: #3c3c3c;font-size: 17px;font-weight: bold;}
.about-top h1 div{width:4px;height: 18px;background: #089e67;float: left;margin: 3px 5px 0 0 ;}
.about-top p{color: #e8e8e8;font-size: 12px;margin: 3px 0 0 1px;}
/*右侧内容*/


/*icon*/
.icon-vip:before{content: '\e62f'}
.icon-server:before{content: '\e631'}
.icon-helps:before{content: '\e639'}
.icon-pub:before{content: '\ea89'}
.icon-news:before{content: '\e680'}
.icon-dynamic:before{content: '\ea89'}
.icon-us:before{content: '\e696'}
.icon-famous:before{content: '\e636'}
.icon-teacher:before{content: '\e676'}
.icon-recruit:before{content: '\e71f'}
.icon-idea:before{content: '\e630'}
.icon-link:before{content: '\e663'}
.icon-touch:before{content: '\e704'}


@media screen and (min-width: 1460px) {
	.top_wrap{width: 1200px}
	.wrap{width: 1200px}
	.about-box,.about-box b{width: 895px;}

}
.bg_blue{background-image: linear-gradient(to right, #f9fdfb,transparent);}
.area div{width: 432px;height: 260px;box-sizing: border-box;padding-top: 15px;background-image: linear-gradient(to bottom, #f9fdfb,transparent 80%);border-radius: 8px;text-align: center;margin-bottom: 10px;}
.area div img{width: 45%}
.area div h3{color: #089e67; font-weight: bold; font-size: 20px; margin-bottom: 5px;}


.traffic{width: 710px; display: flex; flex-direction: column;}
.traffic li{display: flex;flex-direction: row;margin-bottom: 25px;align-items: center;font-size: 12px;}
.traffic li p{line-height: 25px;}
.traffic img{width: 43px;margin-right: 15px;margin-left: 5px;}



.about-right{padding: 20px 25px;}