/*
* @Author: dengwenqing
* @Date:   2016-05-30 17:22:27
* @Last Modified by:   Marte
* @Last Modified time: 2016-06-18 09:03:33
*/

/*Part1*/
.main{width: 910px; margin-top: 20px;}
.main_bd{width: 420px; height: auto; overflow: hidden; margin-bottom: 15px;}
.title{width: 420px; border-bottom: 2px solid #009237; font-size: 16px; font-weight: bold; color: #009237; margin-bottom: 10px;padding-bottom: 6px; position: relative;}
.more{position: absolute; top: 0; right: 0; font-size: 14px; color: #333; font-weight: normal;}
.title a:hover{color: #009237;}
.main_bd{float: left;margin-right: 35px;}
.main_bd ul li{line-height: 2; overflow: hidden;}
.main_bd ul li a{color: #000;}
.main_bd ul li a:hover{color: #009237;}
.main_bd .times{color: #666;}

/*Part2*/
.main_tag ul li{float: left; margin: 8px;}
.main_tag a{display: block; padding: 12px 20px; background-color: #f2f2f2; color: #333;}
.tag_on a{display: block; background-color: #009237; color: #fff;}

/*Part3*/
.detail_warp{overflow: hidden; z-index:1;}
.detail_box{width: 100000px;position: relative;}
.detail{width: 900px; height: auto; border: 1px solid #ccc;margin-right: 18px; margin-top: 10px; overflow: hidden; padding: 10px 0; margin-bottom: 20px; float: left;}
.detail_active{display: block;}
.detail_bd{float: left;width: 417px;height: 140px; padding: 24px 12px 10px 12px;}
.detail_pic{width: 130px; height: 135px;}
.detail_pic a{display: block;}
.detail_text{width: 258px; height: 140px; padding-left: 28px; line-height: 1.5;}
.detail_text_title{font-weight: bold;}
.detail_tips{width: 36px; height: 16px;line-height: 16px; margin-top: 2px; background-color: #63bd85; color: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; text-align: center;}
.detail_text_title span{display: inline;}
.col_red{color: #CB2300; font-weight: bold;}
.col_green{color: #009237;}
.f_bold{font-size: 15px;}
.f_thin{color: #666;}