@charset "utf-8";
/* focus */
.focus5-small, .focus5-big {
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
}

.rotaion_list {
	width: 0;
	height: 0;
	overflow: hidden;
}
.focus5-small .text, .focus5-big .text {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,.8)));
	background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.8));
	background: -o-linear-gradient(top, transparent 0, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.8));
	background:url(../images/liner-bg.png) repeat-x\0;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 10px 15px;
	
}
.focus5-big img {
	width: 590px;
	height: 360px;
	overflow: hidden;
}
.focus5-small img {
	width: 300px;
	height: 178px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.focus5-small:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.focus5-small .text {
	font-size: 14px;
	line-height: 22px;
}
.focus5-big .text {
	font-size: 22px;
	line-height: 34px;
}
/* hotnews */
.block-title {
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
	line-height: 38px;
	background: #dc0003;
}
.block-title h3 {
	color: #fff;
	padding-left: 15px;
}
.hotnews ul li {
	float: left;
	margin-right: 33px;
	width: 275px;
}
.hotnews ul li a.pic{
	width: 275px;
	height: 152px;
	overflow: hidden;
	display: block;
}
.hotnews ul li img {
	width: 275px;
	height: 152px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hotnews ul li a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.hotnews ul li:last-child {
	margin-right: 0;
}
.hotnews ul li .hotnews_text {
	line-height: 24px;
	margin-top: 10px;
}
/* newslist */
.newslist-container {
	width: 100%;
}
.newslist-inner {
	width: 250px;
	float: left;
	margin-right: 30px;
}
.newslist-inner:last-child {
	margin-right: 0;
}
.newslist-inner .col-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	padding-left: 15px;
	border-left: #db0d13 5px solid;
	margin-bottom: 15px;
}
.newslist-inner .newslist-pic {
	width: 250px;
	height: 142px;
	overflow: hidden;
	margin-bottom: 15px;
}
.newslist-inner .newslist-pic img {
	width: 250px;
	height: 142px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.newslist-inner .newslist-pic:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.newslist-inner .newslist-title {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.newslist-inner .newslist-text {
	color: #888;
	line-height: 24px;
	margin-bottom: 10px;
}
.newslist-inner .newslist-li li {
	line-height: 24px;
	padding: 10px 0;
	border-top: #e9e9e9 1px solid;
}
/* sidebar */

.sidebar-inner .donatelist {
	background: #f7f8f9;
	padding: 10px 0 0 0;
}
.sidebar-inner .donatelist ul {
	background: url("../images/line-bg.png") repeat-y 17px 0;
}
.sidebar-inner .donatelist ul li {
	background: url("../images/circle.png") no-repeat 6px 0;
	width: 310px;
	padding-left: 35px;
}
.sidebar-inner .donatelist ul li .title {
	margin-bottom: 6px;
	line-height: 24px;
}

.sidebar-inner .donatelist ul li .juanzeng3 {
	font-size: 14px;
	color: #F00;
	margin-right: 6px;
}
.sidebar-inner .donatelist ul li .data {
	margin-bottom: 9px;
	color: #a3a3a3;
}
.sidebar-inner .more, .channel .more, .list .more, .search-page .more{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7f8f9;
	margin: 1px 0 0 0;
}
.sidebar-inner .more a, .channel .more a, .list .more, .search-page .more a{
	color: #db0d13;
	display: block;
}
.scroll_main {
	width: 550px;
	display: block;
	margin: 40px auto;
	background-color: #fff;
	border: 1px solid #9a9a9a;
}
/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 395px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius: 5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover {
	opacity: 1
}
/* sidebar */
.sidebar-inner .sidebar-title {
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	font: 600;
	color: #fff;
}
.sidebar-inner .sidebar-title1 {
	background: url(../images/title.png) no-repeat;
	padding-left: 52px;
}
.sidebar-inner .sidebar-title2 {
	background: url(../images/title.png) no-repeat 0 -33px;
	padding-left: 28px;
}
.sidebar-inner .sidebar-title3 {
	background: url(../images/title.png) no-repeat 0 -66px;
	padding-left: 28px;
}
.sidebarbg {
	width: 100%;
	background: #f7f8f9;
}
.sidebar-csb img {
	margin: 10px 7px;
	width: 335px;
	height: 215px;
	overflow: hidden;
}
.sidebar-active img {
	margin: 10px 7px 2px 7px;
	width: 335px;
	height: 140px;
	overflow: hidden;
}
.sidebar-active .text {
	line-height: 35px;
	text-align: center;
}
/* function */
	
.function div {
	width: 162px;
	height: 33px;
	border: #e4e4e4 1px solid;
	float: left;
	display: inline-block;
	font-size: 16px;
	padding: 6px 0 2px 5px;
	margin-bottom: 8px;
}
.function div .tougao, .function div .report, .function div .heart, .function div .proposal {
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	font-size: 19px;
}
.function .function-left {
	margin-right: 10px;
}
.function div .tougao {
	background: #13227a;
}
.function div .report {
	background: #4258fe;
}
.function div .heart {
	background: #e52d27;
}
.function div .proposal {
	background: #ff7a09;
}
.function div h4 {
	display: inline-block;
	margin-left: 12px;
}
.dzb-inner {
	padding-top: 10px;
	line-height: 35px;
}
.dzb-title {
	float: left;
	width: 50%;
}
.dzb-more {
	float: right;
	text-align: right;
	width: 50%;
}
.dzb-list ul li {
	float: left;
	margin: 15px 19px 20px;
}
.dzb-list ul li img {
	width: 95px;
	height: 149px;
	overflow: hidden;
}
.dzb-list ul li h5 {
	text-align: center;
	line-height: 40px;
	color: #999;
}
/* channel&list  */
.list .list-inner:first-child{
	padding-top: 0;
}
.list-headline{
	padding-bottom: 25px;
	border-bottom: #e6e6e6 1px solid;
}
.list-headline .headline-pic {
	float: left;
	width: 505px;
}
.list-headline .headline-text {
	margin: 20px 0 0 20px;
	float: left;
	width: 260px;
}
.list-headline .headline-text .headline-tips {
	background: #dc0003;
	color: #fff;
	width: 45px;
	text-align: center;
	margin-bottom: 5px;
}
.list-headline .headline-text h2 {
	line-height: 32px;
}
.list-headline .headline-text p {
	line-height: 22px;
	color: #a3a3a3;
	margin-top: 15px;
}
.list-inner {
	border-bottom: #e6e6e6 1px solid;
	padding: 20px 0;
	height: 142px;
	position: relative;
}
.list-inner-nopic{
	border-bottom: #e6e6e6 1px solid;
	padding: 25px 0;
}
.list-inner .list-inner-pic {
	float: left;
	margin-right: 25px;
	width: 250px;
	height: 142px;
	overflow: hidden;
}
.list-inner .list-inner-pic img{
	width: 250px;
	height: 142px;
}
.list-inner .list-inner-text {
	height: 100%;
	overflow: hidden;
}
.list-inner .list-inner-text:before {
	content: "";
	width: 0;
	font-size: 0;
	height: 100%;
	visibility: hidden;
	display: inline-block;
	vertical-align: middle;
}
.list-inner .list-inner-text .list-inner-text-inner {
	display: inline-block;
	width: 99%;
	vertical-align: middle;
}
.list-inner-text h2 {
	line-height: 32px;
	margin-bottom: 5px;
}
.list-inner-text p {
	color: #a3a3a3;
	line-height: 22px;
	margin-bottom: 5px;
}
 .list-inner-text .info {
	color: #666;
}
.list-inner-text .info span{
 	padding-right: 10px;
}

/*ranking*/
.sidebar-ranking ul{
	padding: 10px 0;
}
.sidebar-ranking ul .item {
    position: relative;
    padding: 15px 10px;
}
.sidebar-ranking ul .item .pic {
	overflow: hidden;
    position: relative;
    display: inline-block;
	width: 123px;
    height: 69px;
    margin-right: 12px;
    float: left;
}
.sidebar-ranking ul .item .pic img{
	width: 123px;
    height: 69px;
}
.sidebar-ranking ul .item .pic .number{
	position: absolute;
	top: 0;
	left: 0;
	background: #db0d13;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
}
.sidebar-ranking ul .item .text{
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

/*channel activity*/
.ch-activity-title{
	background:url(../images/ch-activity-title.png) no-repeat;
	height: 85px;
	text-align: center;
}
.ch-activity, .ch-activity-list{
	margin: 35px 0;
}
.ch-activity-title1{
	background-position: center 0;
}
.ch-activity-title2{
	background-position: center -92px;
}
.ch-activity-title3{
	background-position: center -176px;
}
.ch-activity-title4{
	background-position: center -92px;
}
.ch-activity-title5{
	background-position: center -349px;
}
.ch-activity .activity-left{
	width: 384px;
	border: #ececec 1px solid;
	position: relative;
}
.activity-left .pic{
	position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
	width: 384px;
	height: 214px;
	overflow: hidden;
}
.activity-left .pic img{
	width: 384px;
	height: 214px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.activity-left .pic:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.activity-left .text{
	display: grid;
    position: relative;
    z-index: 1;
    top: -25px;
    background-color: #fff;
	width: 285px;
	margin: 0 auto;
	padding: 40px 20px 10px;
}
.activity-left .text h3{
	margin-bottom: 15px;
}
.activity-left .text p{
	color: #666;
	line-height: 24px;
}
.activity-right ul{
	width: 810px;
}
.activity-right ul li{
	float: left;
	margin-left: 28px;
}
.activity-right ul li .pic{
	width: 242px;
	height: 134px;
	overflow: hidden;
}
.activity-right ul li img{
	width: 242px;
	height: 134px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.activity-right ul li:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.activity-right ul li .text, .ch-activity-list ul li .text{
	margin: 15px 0 40px;
	font-size: 16px;
	text-align: center;
}
.ch-activity-list-banner{
	margin: 50px 0 60px;
}
.ch-activity-list ul li{
	float: left;
	margin: 0 11px;
}
.ch-activity-list ul li .pic{
	width: 278px;
	height: 156px;
	overflow: hidden;	
}
.ch-activity-list ul li img{
	width: 278px;
	height: 156px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ch-activity-list ul li:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.gyslh_title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}
.gyslh_jiashao{
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 16px;
}
.gyslh_tu1{
	width: 1200px;
	padding-bottom: 40px;
}
.gyslh_tu2{
	width: 1200px;
	padding-bottom: 40px;
}
.gyslh_lianxi{
	font-size: 18px;
	font-weight: bold;
	float: right;
	line-height: 30px;
}
.gyslh_jiashao p{
	padding-bottom: 10px;
	text-indent:2em;
}

.ch-lsh-list{
padding-bottom: 20px;
}
.ch-lsh-list ul li{
	float: left;
	margin: 8px 10px;
}
.ch-lsh-list ul li .pic{
	width: 218px;
	height: 68px;
	text-align: center;
	overflow: hidden;
}
.ch-lsh-list ul li img{
	height: 68px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lsh-right ul{
	width: 100%;
}
.lsh_title{
	display: inline-block;
	padding: 10px;
	margin-bottom: 16px;
	border-bottom: red 2px solid;
}
.ch-lsh-list li{
	padding-top: 15px;
	
}
.lsh-right ul li img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lsh-left .pic{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 130px;
	height: 130px;
	overflow: hidden;
}
.lsh-left .pic img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lsh-left .pic:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.lsh-left .text{
	display: grid;
	position: relative;
	z-index: 1;
	top: -25px;
	background-color: #fff;
	width: 285px;
	margin: 0 auto;
	padding: 40px 20px 10px;
}
.lsh-left .text h3{
	margin-bottom: 15px;
}
.lsh-left .text p{
	color: #666;
	line-height: 24px;
}
.lsh-right ul{
	width: 810px;
}
.lsh-right ul li{
	float: left;
	margin-left: 28px;
}
.lsh-right ul li .pic{
	width: 180px;
	height: 134px;
	text-align: center;
	overflow: hidden;
}

.lsh-right ul li:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.lsh-right ul li .text, .ch-lsh-list ul li .text{

	font-size: 14px;
	text-align: center;
	padding: 10px;
}






/* article*/
.spliter{
	margin-bottom: 20px;
}
.article h1{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
    line-height: 1.5;
	margin-bottom: 15px;

}
.top-infor-inner{
	line-height: 45px;
	border-bottom: #e6e6e6 1px solid;
}
.top-infor-inner .date-source{
	color: #888;
}
.date-source .yueduliang{
	color: #888;
	padding: 0 10px;
}
.top-infor-inner .date-source span{
	color: #d12d14;
	padding: 0 10px;
}

.top-infor-inner .share_bar{
	font-size: 32px;
}
.top-infor-inner .share_bar .wechat{
	color: #51b342;
	position: relative;
}
.top-infor-inner .share_bar .weibo{
	color: #fd5a19;
}
.top-infor-inner .share_bar .qq{
	color: #ff9d2e;
}
.share-wechat-layer{
	position: absolute;
	right: -55px;
	bottom: 45px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 50% 95%;
	-moz-transform-origin: 50% 95%;
	-ms-transform-origin: 50% 95%;
	-o-transform-origin: 50% 95%;
	-webkit-transform-origin: 50% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.wechat:hover .share-wechat-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.share_bar .wechat .share-wechat-layer {
	height: 212px;
	background: url(../images/weixin-share.png) no-repeat;
}
.content-article{
	padding: 40px 0;
}
.content-article .down{
	text-decoration: underline; padding: 0 10px;
	color: #1478F0;
}
.content-article .down:hover{
	background: #bfe6ff;
}
.content-article p, .content-article div {
	font-size: 18px;
	line-height: 2.2;
	margin-bottom: 2em;
	overflow-wrap: break-word;
	word-wrap: break-word;

}

.content-article center img, .content-article img{
	max-width: 100%;
	margin: .6em auto;
	display: block;
}
.content-article .sec-p {
	font-size: 18px;
    line-height: 2.2;
    margin-bottom: 2em;
    overflow-wrap: break-word;
    word-wrap: break-word;
	
}
.content-article .sec-p img{
    max-width: 100%;
    margin: .6em auto;
    display: block;
}
.vote-box{
	padding: 15px 0 30px;
	border-bottom: #e6e6e6 1px solid;
}
.vote-inner{
	width: 215px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: #fdf0e9;
	margin: 0 auto;
	text-align: center;
}
.vote-inner a{
	color: #d81e06;
}
.erweima{
 	width: 540px;
	margin: 30px auto 80px;
}
.erweima img{
	float: left;
}
.erweima p{
	padding-top: 16px;
	font-size: 15px;
	line-height: 28px;
	color: #666;
}
/* search*/
.search-inner{
	padding-bottom: 35px;
	border-bottom: #e6e6e6 1px solid;
	margin-bottom: 20px;
}
.search-inner label{
	font-size: 18px;
	margin-right: 20px;
}
.search-inner .input-text {
	width: 465px;
    font-size: 14px;
    color: #aaa;
    border-radius: 3px;
    padding: 8px 0 8px 3px;
    color: #777;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
	margin-right: 20px;
}
.search-inner input.button-search {
    width: 105px;
	background: #dc0002;
    text-align: center;
    border-radius: 3px;
    padding: 6px 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 18px;
    border: none;
    letter-spacing: 0.1em;
}
.search-result-rull{
	font-size: 16px;
}
.search-result-rull span{
	color: #dc0003;
}
/* 404*/
.error{
	padding: 120px 0 160px;
	text-align: center;
}
.error a{
    color: #fff;
    background: #FF9800;
    padding: 8px 30px;
    font-size: 15px;
	margin-top: 30px;
    display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 2px;
	border-radius: 20px;
}
/*about us*/

.about{
	padding: 40px 0;
}
.aboutnav {
	width: 90%;
	margin: 0 auto 50px;
	padding: 10px 0;
	background: #f4f4f4;
}
.aboutnav ul li {
	height: 40px;
	line-height: 40px;
	margin: 12px auto;
	font-size: 18px;
	color: #555;
	padding-left: 55px;
}
.aboutnav ul li span{
	margin-right: 10px;
}
.aboutnav ul li.now a{
	color: #dc0003;
	display: block;
}
.aboutnav ul li.now{
	background: #dc0003;
}
.aboutnav ul li.now a{
	color: #fff;
}
.about-content{
	margin: 0 auto 25px;
	width: 88%;
}
.about-main{
	padding-bottom: 20px;
	min-height: 600px;
}
.about-title {
	font-size: 18px;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 12px;
}
.about-title span {
	border-bottom: #000 2px solid;
	padding-bottom: 10px;
}
.about-main-inner{
	padding: 30px 0;
}
.about-main-inner p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}
.about-main-inner h3{
	font-size: 15px;
	margin: 20px 0;
}
.about-main-inner ul.piclist li{
	float: left;
	margin-bottom: 15px;
}
.about-main-inner ul.textlist li{
	float: left;
	margin-right: 25px;
	line-height: 40px;
}