@charset "utf-8";
/* CSS Document */

a{text-decoration:none;}

/*标题样式*/
.main_r_tit{color:#06b586;border-bottom:1px solid #e8f5f2;padding-bottom:20px;font-size:16px;margin-bottom:20px;}
.main_r_tit span{color:#fc384b}

.con_tit{ color:#333; font-size:14px; line-height: 40px; height: 40px; overflow: hidden; margin-bottom:20px; font-weight: bold;position: relative;}
.con_tit .line{position: absolute; height: 3px; width: 160px; bottom:0px; left:0; background: #06b586; z-index: 9;}
.con_tit .line_gray{width: 100%; height: 3px; background: #e3e4e5; bottom:0px; left:0; z-index: 2;position: absolute;}
.con_tit b{line-height: 40px;font-size: 16px; color: #06b586; display: block; float:left;}

.con_sub_tit{font-size: 16px; color: #06b586; font-weight: bold; line-height: 40px;}

/*按钮*/
.button_fill input{width: 180px; height: 38px; background: #06b586; text-align: center; font-size: 16px; color: #fff; border: none; border-radius: 3px;}
.button_fill input:hover{background: #01AA7F;}
.button_side input{width: 180px; height: 38px; border:1px solid #ccc; text-align: center; font-size: 16px; color: #333; border-radius: 3px; background: #fff;}
.button_side input:hover{border:1px solid #01AA7F; color: #06b586}


.button_tit{border-radius: 3px; text-align: center; color: #fff; background: #06b586;width: 87px; height: 34px; display: block; border: none;float:right;
    font-weight: normal; line-height: 34px;}
.button_tit a{color: #fff;!important;}
.button_tit a:hover{background: #01AA7F; display: block;width: 87px; height: 34px;border-radius: 3px; color: #fff;}
.button_tit i{font-size:14px; margin-right: 5px;}

.button_tit_red{border-radius: 3px; text-align: center; color: #fff; background: #fc384b;width: 87px; height: 34px; display: block; border: none;float:right;
    font-weight: normal; line-height: 34px;}
.button_tit_red a{color: #fff;!important;}
.button_tit_red a:hover{background: #d01628; display: block;width: 87px; height: 34px;border-radius: 3px; color: #fff;}
.button_tit_red i{font-size:14px; margin-right: 5px;}


.main_r_nr {
    padding: 20px 30px 50px 30px;
}









