@charset "utf-8";

.index_about{}
.index_about>div:nth-of-type(1){height:300px;float:left;}
.index_about>div:nth-of-type(2){ position:relative;float:left; margin-left:20px;}
.index_about .big_pic{ width:400px;height:300px;}
.index_about .big_pic a{ width:400px; height:300px;display:table-cell;text-align:center;vertical-align:middle;}
.index_about .big_pic a img{ max-width:400px; max-height:300px;vertical-align:middle;}

.index_about .big_title{clear:both;border-bottom:6px solid #ABAAB0;display:inline-block;padding-right:60px; margin-top:12px;padding-bottom:6px;}
.index_about .big_title>li:nth-of-type(1){font-size:45px;font-family:"Impact"; color:#AD8547; float:left;}
.index_about .big_title>li:nth-of-type(2){font-size:20px;font-family:"微软雅黑"; color:#666;float:left;margin: 23px 0 0 13px; font-weight:bold;}
.index_about .big_content{clear:both; word-break:break-all;width:580px;height:150px; overflow:hidden; margin-top:12px;}
.index_about .big_content img{height:auto;}
.index_about .big_content *{ max-width:580px;line-height:2.2;}
.index_about .big_more{ position:absolute;left:0px;top:260px;}
.index_about .big_more a{ width:105px; height:30px; line-height:30px; text-align:center; background:#f7f7f7; border:2px solid #999; color:#666; display:block;}
.index_about .big_more a:hover{background:#EAE3D9;}