/* CSS Document */
/* common */
.m {margin:auto;width:1210px;background:#FFFFFF;clear:both;}
/* 技术问答首页的CSS样式 */
 
 .thcIndex{overflow:hidden;zoom:1;}
.thcIndex .thcIndex_r{float:right; width:240px;}
.thcIndex .thcIndex_l{margin-right:270px;}


.thcIssue{
	overflow:hidden;border:1px solid #ccc;border-bottom:2px solid #274487;
	background:#FAFAFA;margin-bottom:10px;
	}
.thcIssue .hd{
	overflow:hidden;zoom:1;height:38px;line-height:38px;
	background:url(images/shopping/cartBoxBg.png) repeat-x 0px 0px;
	padding:0px 10px;border-bottom:1px solid #ccc;
	}
.thcIssue .hd b{font-size:14px;}

.thcIssue .bd ul{padding: 2px 10px 2px 12px;overflow: hidden;}
.thcIssue .bd ul li{
    overflow:hidden; text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;
	padding:5px 0px;float:left;width:100px;
   }
   
.thcIssue .bd ul li span{display:inline-block;border:1px solid #FFF; padding:2px 5px;}
.thcIssue .bd ul li span a{color:#333;}
.thcIssue .bd ul li span a:hover{color:#da6432; text-decoration:underline;}
.thcIssue .ask_selected_cate{background:url(../../themes/dpr/images/test.gif) no-repeat bottom right;
	border:1px solid red !important;}
.thcIssue .searchDiv{padding:0px 10px;height:45px;line-height:45px;}
.searchDiv b{font-size:14px;float:left;}
.searchDiv .searchTxt{
	height:23px;border:1px solid #999;line-height:25px;
	outline:none;text-indent:4px;
	color:#999;padding:0;width:120px;
	}
.searchDiv .techSelect{line-height:25px;height:25px;}
.searchDiv .searchBtn{
	background:#274487;height:30px;line-height:30px;display:inline-block;
	padding:0px 24px;cursor:pointer;color:#fff !important;text-decoration:none !important;
	font-size:14px;position:relative;top:2px;border-radius:2px;*+top:5px;border:0;margin:0px;*+margin-left:5px;}
.searchDiv .bgBtn1{background:#da6432; float:right; margin-top:6px;}


.thcIndex_a{border:1px solid #ccc;overflow:hidden;margin-bottom:10px;}
.thcIndex_a .hd,.thcIndex_a .hd_a{
	overflow:hidden;zoom:1;height:34px; line-height:34px;padding:0px 10px;
	background:#EDEDED
	}
.thcIndex_a .hd span a{color:#333;}
.thcIndex_a .hd span a:hover{color:#da6432; text-decoration:underline;}
.thcIndex_a .hd b a{color:#274487; font-size:14px;}
.thcIndex_a .hd b a:hover{color:#da6432; text-decoration:underline;}
.thcIndex_a .hd span,.thcIndex_a .hd_a span{float:right}
.thcIndex_a .ask{border-bottom:1px dashed #ccc;overflow:hidden;padding:10px;line-height:23px;}
.highlight{color:#da6432;}
.thcIndex_a .answer{border-bottom:1px dashed #ccc;overflow:hidden;padding:10px;line-height:23px;}
.thcIndex_a .answer dl{overflow:hidden;zoom:1;padding:5px 0px 0px;}
.thcIndex_a .answer dl dt{float:left;text-align:left;color:#da6432;}
.thcIndex_a .answer dl dd{font-family:nomal;}

.thcIndex_a .moreInfo{overflow:hidden;text-align:right;padding:7px 10px 7px 0px;}
.thcIndex_a .moreInfo span a{color:#da6432;}
.thcIndex_a .moreInfo span a:hover{text-decoration:underline;}
.thcIndex_a .answer a{color:#006395;}
.thcIndex_a .answer a:hover{color:#da6432; text-decoration:underline;}
.thcTable .e-form-text{height:27px;line-height:27px;width:220px;}
.onShow, .onFocus, .onError, .onSuccess{background-color:#fff;border:0;color:#4d4d4d}
.submitBtn{
	border:0px;
	background:#f60;border-bottom:1px solid #C1BFC0;height:32px;line-height:32px;
	display:inline-block;padding:0px 19px;color:#fff !important;text-decoration:none !important;
	cursor:pointer;border-radius:2px;font-size:14px;
	}
.resetBtn{background:#808080}
.thcTable .e-form-item-lable{padding:0px 3px;}
.w120{width:120px;}
.thcd_a{overflow:hidden;padding:15px 50px;background:#fff;}
.thcd_a_a {overflow:hidden;zoom:1;}
.thcd_a_a .l{float:left;width:90px;}
.thcd_a_a .r{margin-left:90px;}
.askIco,.answerIco{
	display:block;background:url(images/technic/technic.png) no-repeat 0px 0px;width:32px;height:32px;
	margin-bottom:5px;
	}
.answerIco{background-position:-39px 0px;}
.thcIndex_a  .borderSolid{border-bottom:1px solid #ccc}
.moreBcolor{background:#f2f2f2}
.usefulIco,.uselessIco{line-height:16px;display:inline-block;cursor:pointer;color:#0064a5;}
.usefulIco i,.uselessIco i{
	display:inline-block;width:16px;height:16px;
	background:url(images/technic/technic.png) no-repeat -84px 0px;
	position:relative;top:2px;margin-right:3px;*top:0px;
	}
.uselessIco i{background-position:-84px -16px;}

/*commom rowlist css*/
.pub_boxA{overflow:hidden;zoom:1;border:1px solid #ccc;margin-bottom:10px;}
.pub_boxA .hd{overflow:hidden; background:#F4F4F4;height:30px; line-height:30px; padding:0px 10px;}
.pub_boxA .hd b{font-size:14px;}
.pub_boxA .hd a{float:right;}
.pub_boxA .bd{background:#fff}
.pub_boxA .bd ul{overflow:hidden;}
.pub_boxA .bd ul li{
	overflow:hidden; text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;
	padding: 6px 10px;
	margin-bottom: -1px;
}
.pub_boxA .bd ul li a{color:#333;}
.pub_boxA .bd ul li a:hover{color:#da6432; text-decoration:underline;}
.pub_boxA .bd ul li.underline{border-bottom: 1px dotted #ccc;}
.rankFico{
	width:14px;height:14px;text-align:center;line-height:14px;color:#fff;
	text-decoration:none;display:inline-block;
	background:url(images/base/baseIco.png) no-repeat 0px -235px;
	margin-right:5px;
	}
.rankItem_1,.rankItem_2,.rankItem_3{background-position:0px -219px;}

.subCategory{
    position:absolute;left:178px;top:0px;
	width:820px;background:#808080;color:#fff;
	overflow:hidden;z-index:1000;display:none;
	}

.subCategory a{color:#fff}
 
/*内容展示*/
.content-left {
    float: left;
    width: 902px;
}

/* 新增 详情页右边 CSS样式 */
.content-right {
    float: left;
    width: 298px;
	margin-left:10px;
}
.content-left .qa-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 40px;
}
.content-left .qa-list .qa-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
.qa-item .avatar a:hover img, .expert .expert-list a:hover img, .user-quiz .useravatar a:hover img, .best-item .answer-avater a:hover img {
    opacity: 0.8;
    transition: all 0.4s ease-in-out 0s;
}
.ask-area .user-quiz {
    background-color: #fff none repeat scroll 0 0;
    padding: 20px 20px 30px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	border-top:1px solid #0b8;
	z-index:2;
	position:relative;
}
.user-quiz_tubiao{
	background:url(../wtok.png) no-repeat;
	position:absolute;
	width:173px;
	height:108px;
	display:inline-block;
	right:2px;
	top:2px;	
}
.user-quiz .useravatar {
    float: left;
    margin-right: 15px;
}
.user-quiz .useravatar img {
    border-radius: 15%;
}
.daren .user-quiz {
    line-height: 1.8em;
    position: relative;
}
.question .source {
    color: #999;
}
.question .btns {
    margin-top: 20px;
    padding: 0 10px;
}
.daren .question {
    height: 100px;
    overflow: hidden;
    position: relative;
}
.ask-source {
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 15px;
    padding-left: 10px;
}
.ask-source .ask-time, .ask-source .ask-time a {
    color: #999;
    margin-top: 5px;
}
.daren .ask-source {
    border-bottom: 0 none;
    padding: 0;
    position: relative;
}
.daren .ask-source .askhim {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0;
}
.clear_clearfix {
	clear:both;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.user-quiz .useravatar {
    float: left;
    margin-right: 15px;
}
.user-quiz .useravatar img {
    border-radius: 15%;
}
.quser a {
    color: #999;
}
.quser a.user3 {
    color: #333;
	text-decoration: none;
}
.quser a:hover, .quser a.user3:hover {
    color: #f40;
}
.inter {
    margin:0px 5px;
}
.inter_add_time{color:#999;}
.meta .inter .from {
    margin: 0 3px;
}
.J_reedit{
line-height:24px;
}
.qa-con div{width:792px; display:inline-block; word-wrap: break-word; line-height:22px;}
.J_reedit a{color:#da6432;}
.J_reedit a:hover{text-decoration:underline;}
.qa-list .my-qa .netfriend .inter {
    margin-right: 20px;
}
.letter-sort .inter {
    margin-right: 30px;
}
.ask-source .ask-time, .ask-source .ask-time a {
    color: #999;
    margin-top: 10px;
}
.qatext-area {
    margin-top: 10px;
    padding: 0 10px;
}
.qatext-area .quiz-h2{
    font-size: 12px;
	line-height:22px;
}
.qatext-area .quiz-h1{
    font-size: 16px;
	color:#da6432;	
	word-wrap: break-word;
}
.qatext-area .add-des {
    font-size: 14px;
    margin-top: 15px;
}
.question .btns {
    margin-top: 20px;
    padding: 0 10px;
}
.btns .feed-meta {
    margin-top: 5px;
    text-align: right;
	width:840px;
}
.btns .feed-meta a {
    color: #999;
}
.btns .feed-meta span{color:#999; font-family:"宋体";}
.btns .feed-meta a:hover {
    color: #f40;
}
.btns .answerbtn {
    float: left;
}
.btns .answerbtn.wdbtn {
    font-size: 14px;
	margin-right:10px;
}
.btns a,.answerbtn a,.wdbtn a {
    text-decoration: none;
}
.user-pop .user-data .btns {
    margin-top: 10px;
    overflow: hidden;
}
.user-pop .user-data .btns a {
    background: #f60 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    margin-right: 8px;
    padding: 5px 10px;
}
.user-pop .user-data .btns a:hover {
    background-color: #f80;
}
.user-pop .user-data .btns a:active {
    background-color: #f40;
}
.user-pop .user-data .btns a.att {
    background: #0b8 none repeat scroll 0 0;
}
.user-pop .user-data .btns a.att:hover {
    background-color: #33cc9d;
}
.user-pop .user-data .btns a.att:active {
    background-color: #0a7;
}
.wdbtn {
    background: #0b8 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    padding: 5px 14px;
    transition: all 0.2s ease 0s;
}
.wdbtn:hover {
    background: #4dd5a2 none repeat scroll 0 0;
    color: #fff !important;
}
.wdbtn:active {
    background: #00a26f none repeat scroll 0 0;
}
.wdbtn.wdcancle {
    background: #c6c6c6 none repeat scroll 0 0;
}
.wdbtn.wdcancle:hover {
    background: #ccc none repeat scroll 0 0;
}
.wdbtn.wdcancle:active {
    background: #bbb none repeat scroll 0 0;
}
.reply .wdbtn {
    font-size: 13px;
    margin-right: 5px;
}
.review .reply .wdbtn {
    padding: 3px 14px;
}
.best .review .reply .wdbtn {
    padding: 0 14px;
}
.person-con .per-name .wdbtn {
    float: left;
    margin-right: 10px;
}
.table-box .accpage td .wdbtn {
    border: 0 none;
    margin-left: 10px;
}
.table-box .theme-item .wdbtn {
    font-size: 13px;
    margin-left: 100px;
}
.expert-nav .wdbtn {
    position: absolute;
    right: 160px;
    top: 15px;
}
.subarea .wdbtn {
    border: 0 none;
    margin-top: 10px;
}
.best {
    background:rgb(255, 245, 234);
    border:1px solid #f8fffa;
    margin-top: 20px;
    padding: 0 20px 10px;
	position:relative;
}
.best .best-item {
    padding: 12px 10px 20px 25px;
	position:relative;
}
.best .best-item.recommend-answer {
    border-top: 1px solid #d7f6db;
}
.best .best-item.nobort {
    border-top: 0 none;
}
.best .best-item .answer-avater {
    float: left;
    margin-right: 15px;
}
.best .best-item .answer-avater img {
    border-radius: 15%;
}
.best .best-item .answer-con {
    font-size: 14px;
}
.best .best-item .answer-con .meta {
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}
.best .best-item .adopt-ico {
	background:url(../../themes/dpr/images/caina.png) no-repeat;
	position:absolute; 
	width:25px; 
	height:40px; 
	display:inline-block; 
	left:0px; 
	top:0px;
	}
.best .best-item .recommend-ico {
    background-position: -31px -74px;
}
.best .adopt-answer .recommend-ico {
    right: 50px;
}
.best .review .ask-box .text-box .text-area {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5f3d9;
}
.best .adopt-answer .text-box .arrtip {
    background-position: -95px -114px;
    top: 18px;
}
.best .review .reply .wdbtn {
    padding: 0 14px;
}
.best .review .reply {
    padding-right: 10px;
}
.best .best-item .answer-con {
    font-size: 14px;
}
.answer-con .answer-text {
    color: #101010;
    line-height: 1.8em;
}
.answer-con .hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.answer-con .answer-text a {
    color: #666;
    display: inline-block;
    font-size: 13px;
}
.answer-con .answer-text a .icon-arrow-down {
    font-size: 10px;
}
.best .best-item .answer-con .meta {
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}
.best a, .best-item a,.answer-con a,.meta a {
	text-decoration: none

}
.answer-con .qa-con .meta .time, .detail-meta .meta .time {
    color: #999;
    float: left;
}
.answer-con .review-con .qa-item:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.answer-con .review .ask-box {
    border-top: 0 none;
    padding-bottom: 15px;
}
.answer-con .review .answer-text .text-box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.meta .adopt .adopt-ico {
    background-position: -58px -256px;
    height: 16px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 14px;
}
.meta .adopt:hover .adopt-ico {
    background-position: -85px -256px;
}
.meta .adopt.checked .adopt-ico {
    background-position: -110px -256px;
}
.answer-con .answer-text {
    color: #101010;
    line-height: 1.8em;
    margin-top: 20px;
	margin-bottom:10px;
}
.answer-con .hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.answer-con .answer-text a {

    color: #666;
    display: inline-block;
    font-size: 13px;
}
.answer-con .answer-text a .icon-arrow-down {
    font-size: 10px;
}
.answer-text .text-box {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 100%;
}
.content-left .qa-list .qa-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
.qa-area {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0 20px 30px;
}
.qa-area.notopline {
    border-top: 0 none;
    margin-top: 0;
}
.qa-area.detail-meta {
    margin-top: 20px;
}
.qa-area.moredata {
    padding-bottom: 0;
}
.qa-area.notopline {
    border-top: 0 none;
    margin-top: 0;
}
.qa-area.detail-meta {
    margin-top: 20px;
}
.qa-area.moredata {
    padding-bottom: 0;
}
.detail-meta .meta {
    position: relative;
	font-size:12px;
	text-align:right;
}
.meta {
    position: relative;
	font-size:12px;
	margin-top:10px;
}
.meta em {
	font-size:12px;
	color:#999;
}
.meta em:hover{color:#da6432; text-decoration:underline;}
.detail-meta .meta a{
    color: #999;
}
.detail-meta .meta .caina:hover{color:#da6432; text-decoration:underline;}
.answer-con .qa-con .meta .time, .detail-meta .meta .time {
    color: #999;
    float: left;
}
.question-list {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 10px 10px;
    position: relative;
}
.category-list .question-list {
    padding-top: 0;
}
.question-list .option {
    position: absolute;
    right: 20px;
    top: 25px;
}
.question-list .view-other {
    float: right;
    margin: 4px 10px 0 0;
}
.question-list .view-other em {
    color: #f40;
    margin: 0 3px;
}
.question-list .view-other .arrow {
    float: none;
    margin: 5px 0 0 8px;
}
.top-sline {
    border-top: 1px solid #f0f0f0;
}
.qa-item .avatar {
    float: left;
    margin: 20px 15px 0 10px;
    width: 30px;
}
.qa-item .avatar img {
    border-radius: 15%;
}
.qa-item .avatar a:hover img, .expert .expert-list a:hover img, .user-quiz .useravatar a:hover img, .best-item .answer-avater a:hover img {
    opacity: 0.8;
    transition: all 0.4s ease-in-out 0s;
}
.qa-item .avatar img {
    overflow: hidden;
}
.my-qa .letter-reply .avatar {
    float: right;
    margin: 5px 0 0 20px;
}
.qa-itemletter .avatar {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.xb-detail-content .aside .author-detail .avatar {
    border-radius: 30px;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}
.letanswer-area .srp-item .answer-flod .J_openmore, .category-item .answer-flod .J_openmore, .srp-item .answer-flod .J_closemore, .category-item .answer-flod .J_closemore {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}
.srp-item .answer-flod .J_openmore .iconfont, .category-item .answer-flod .J_openmore .iconfont, .srp-item .answer-flod .J_closemore .iconfont, .category-item .answer-flod .J_closemore .iconfont {
    color: #bcbcbc;
    font-size: 12px;
}
.qa-con .answer-flod .packup {
    display: block;
    padding-right: 20px;
    text-align: right;
}
.review-con .qa-con .answer-flod .atother {
    color: #666;
}
.review-con .qa-con .answer-flod {
    font-size: 12px;
    margin-top: 5px;
}
.review-con .qa-con .answer-flod .atuser {
    color: #999;
}
.answer-flod .J_openmore i {
    position: absolute;
    right: -5px;
    top: 5px;
}
.answer-flod .J_closemore i {
    position: absolute;
    right: -5px;
    top: 6px;
}
.packup.J_closemore i {
    right: 13px;
    top: 10px;
}
.answer-flod .J_openmore i em, .answer-flod .J_openmore i span {
    border-width: 5px 5px 0;
}
.answer-flod .J_openmore i em {
    border-top-color: #666;
    top: 2px;
}
.answer-flod .J_openmore i span {
    border-top-color: #fff;
}
.answer-flod .J_closemore i em, .answer-flod .J_closemore i span {
    border-width: 0 5px 5px;
}
.answer-flod .J_closemore i em {
    border-bottom-color: #666;
    top: -2px;
}
.answer-flod .J_closemore i span {
    border-bottom-color: #fff;
}
.meta .adopt .adopt-ico {
    background-position: -58px -256px;
    height: 16px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 14px;
}
em, i {
    font-style: normal;
}

.meta a {
    color: #999;
}
.qa-con{
	padding:15px 10px 24px 60px;
}
.netfriend .con-title {
    color: #101010;
    float: left;
    font-size: 16px;
}
.netfriend .con-title span {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}
.qa-con{
	font-size:14px;
}

/*问题分类*/
.ques-title{
	width:305px;
}
.ques-title h1{
	font-size:14px;
	margin:1px 2px 3px 0px;
}
.ques-title p{
	margin:1px 1px 2px;
	line-height:12px;
}
.ques-title a{
	font-size:12px;
	text-decoration:none;
	color:gray;
}

/*回答问题*/
.answer-area{
	width:800px;
	height:auto;
	padding:23px;
	background:#fafafa;
	margin-top:20px;
}
.text-area{
	width:799px;
	height:124px;
	padding:2px;
	font-size:15px;
}
.reply {
    text-align: right;
	width:669px;
	padding:10px;
}
.reply a{
	background:#0b8;
	padding:9px 17px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	line-height:12px;
}
#move-reply{background:#ccc;}
#sdfsdf{background:none;color:gray;font-size:15px;line-height:12px;}
#qtitle{width:100%;height:49px;}
.askWindow{
	display:block;
	position:fixed;
	z-index:99999;
	top:192px;
	left:15%;
	display:none;
}
.closeWindow{
	position:relative;
	display:block;
	float:right;
	width:20px;
	height:20px;
	background:url("images/closeWindow.jpg");
}
.normal-button{
	background: #0b8 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    padding: 8px 28px;
    transition: all 0.2s ease 0s;
}
.input-bar{margin-top:10px;}
.input-bar-a{
	background: #0b8 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    padding: 9px 29px;
    transition: all 0.2s ease 0s;
}
#sa{
	border-top:2px solid #0b8;
}

#askConten{
	height:108px;
	width:928px;
}
.juzhong{
	margin:0 auto;
}
/*  新增 技术问答提交问题页 CSS 样式 */
.technology_ask_one{border:1px solid #ccc; padding:10px; margin:10px;}
.technology_ask_textarea{padding:8px; border-top:1px solid #CCC; border:1px solid #EEE;}
.technology_ask_one_title{color:#da6432; font-size:14px; font-family:"微软雅黑"; border-bottom:1px solid #CCC; padding-bottom:10px;}
.techask_captcha{border:1px solid #EEE; border-top:1px solid #CCC; padding:8px;}
.img-code{cursor:pointer;}
/* 新增 技术问答详情页  CSS样式 */
.content-right-list1{overflow:hidden;zoom:1;border:1px solid #ccc;margin-bottom:10px;}
.content-right-list1 .hd{overflow:hidden; background:#F4F4F4;height:30px; line-height:30px; padding:0px 10px;}
.content-right-list1 .hd b{font-size:14px;}
.content-right-list1 .hd a{float:right;}
.content-right-list1 .bd{background:#fff;}
.content-right-list1 .bd ul{overflow:hidden;}
.content-right-list1 .bd ul li{
	overflow:hidden; text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;
	padding: 5px 10px;
	margin-bottom: -1px;
}
.content-right-list1 .bd ul li a{color:#333;}
.content-right-list1 .bd ul li a:hover{color:#da6432; text-decoration:underline;}
.content-right-list1 .bd ul li.underline{border-bottom: 1px dotted #ccc;}

.list2-hot-biaoqian{padding:8px; padding-top:10px;}
.list2-hot-biaoqian a{float:left; width:auto; color:#274487; padding:5px; background:#EEE; margin-bottom:10px; margin-right:10px; white-space:nowrap;}
.list2-hot-biaoqian a:hover{background:#da6432; color:#EEE;}
.meta-tijiao{color:#FFF !important; display:inline-block; background:#0b8; padding:2px 16px; border:none; border-radius:2px;}
.meta-textarea{width:400px; height:50px;}
.is_comment_login{font-size:12px; font-family:"宋体"; color:#999;}
.is_comment_login a{color:#da6432;}
.is_comment_login a:hover{color:#da6432; text-decoration:underline;}