@charset "utf-8";

.index_about{ margin-top:10px;}
.index_about>div:nth-of-type(1){float:left;height:206px;}
.index_about>div:nth-of-type(2){ position:relative;float:left; margin:6px 0 0 0;}
.index_about .big_pic{ width:300px;height:200px;/*box-shadow:0px 8px 8px #ddd;*/border:1px solid #ddd;}
.index_about .big_pic a{ width:300px; height:200px;display:table-cell;text-align:center;vertical-align:middle;}
.index_about .big_pic a img{ max-width:300px; max-height:200px;vertical-align:middle;}

.index_about .big_title{position:relative;clear:both;border-top:1px solid #ddd;border-bottom:1px solid #ddd; height:45px; line-height:45px; overflow:hidden; margin-bottom:33px;}
.index_about .big_title>li{background:#EDEDED; height:43px; margin-top:1px;padding-left:20px;}
.index_about .big_title .title{font-size:20px;font-family:"微软雅黑"; color:#026B47; float:left; font-weight:bold;}
.index_about .big_title .entitle{font-size:14px;font-family:"微软雅黑"; color:#545454;float:left;margin:0 0 0 8px;}
.index_about .big_title .entitle:before{content:"/";padding-right:5px;}
.index_about .big_title .more{position:absolute;top:0px; right:16px;z-index:9;}
.index_about .big_title .more a{ color:#666;}
.index_about .big_title .more a:hover{ color:#f00;}

.index_about .big_content{clear:both; word-break:break-all;width:300px;height:90px; overflow:hidden;color:#666;}
.index_about .big_content img{height:auto;}
.index_about .big_content *{ max-width:300px;line-height:2;}
.index_about .big_more{ position:absolute;left:0px;bottom:0px;background:url(../images/index_about_more.jpg) no-repeat;}
.index_about .big_more a{ width:105px; height:30px; line-height:30px; text-align:center;color:#666; display:block;}
.index_about .big_more a:hover{}