.main_wrapper .left-sidebar,
.main_wrapper .main-sidebar,
.main_wrapper .right-sidebar {
	display: inline-block;
	vertical-align: top;
}

.main_wrapper .left-sidebar {
	width: 220px;
	margin-right: 5px;
}

.main-sidebar {
	margin-right: 15px;
	width: 920px;
}

.main_wrapper {
	padding-top: 20px;
	margin-bottom: 10px;
}


/*sub*/

.sub_wrapper {
	background: url(../../img/public/bg-16.jpg) no-repeat center center;
	height: 165px;
	margin: 10px auto 0px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 1200px;
}


/*mainbav*/


/*right*/

.right-sidebar {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}

.right-column .right-col {
	margin-bottom: 20px;
	background-color: #fff;
}

.right-column .right-col .title {
	height: 46px;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
	line-height: 46px;
}

.right-column .right-col .title h2 {
	width: 100px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px solid #d83418;
	font-size: 16px;
}

.right-column .right-col .more {
	float: right;
	color: #b2b2b2;
	margin-right: 20px;
}

.right-col .right-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*padding: 15px;*/
	/*padding: 22px 15px 40px 20px;*/
	padding: 22px 15px 40px 20px;
}

.right-col .right-content li {
	height: 35px;
	text-align: left;
	line-height: 35px;
}

.right-col .right-content li a {
	width: 205px;
	font-size: 14px;
	color: #808080;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	margin-left: 5px;
}

.right-col .right-content li a:hover {
	color: #d83418;
}

.more:hover {
	color: #d83418 !important;
}

.navBlock {
	height: 55px;
	line-height: 55px;
}
.navBlock a{
	color: #333;
}
.maincontent {
	margin-bottom: 10px;
}

.maincontent .questionMain {
	width: 920px;
	display: inline-block;
}

.questionBlock {
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.questionBlock .questionLine {
	padding-left: 30px;
	background-color: #fff;
}

.questionHeader {
	width: 0;
	height: 25px;
	border: 15px solid #d83418;
	border-bottom-color: transparent;
	border-top: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.questionLine h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #d83418;
	font-weight: normal;
}

.questionInfo {
	margin-top: 10px;
}

.quesTxt {
	padding-left: 30px;
	padding-right: 35px;
}

.quesTxt > a > img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.quesTxt .quesTxtRight {
	display: inline-block;
	vertical-align: top;
	width: 770px;
}

.quesTxtRight .quesSummary {
	color: #b2b2b2;
	margin-bottom: 10px;
}

.quesSummary .queAuthor {
	color: #3498DB;
	margin-right: 10px;
}

.quesSummary .qAcount {
	/*color: #ef672b;*/
	margin-left: 20px;
}

.quesSummary .ification,
.quesSummary .qBcount {
	margin-left: 15px;
}

.quesSummary .creatQquestion-time {
	margin-left: 20px;
}

.questionDetails-title {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	width: 770px;
		overflow: hidden;
	 word-wrap: break-word;
	text-overflow: ellipsis;
}

.quesTxtRight .details-txt {
	color: #808080;
		     word-wrap: break-word;
    overflow: hidden;
}
.details-txt img{
	    width: auto;
    height: auto;
    max-width: 700px;
}

.quesTxtRight .createAnswer {
	margin-top: 25px;
}

.createAnswer .myanswerbtn {
	display: block;
	width: 100px;
	height: 35px;
	border: 1px solid #E77E22;
	line-height: 35px;
	text-align: center;
	color: #E77E22;
	margin-bottom: 15px;
}

.createAnswer .myanswerbtn .upicon {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #E77E22;
	display: inline-block;
	margin-left: 10px;
}

.createAnswer .add-answer textarea {
	width: 650px;
	height: 80px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-right: 30px;
	vertical-align: middle;
}

.createAnswer .add-answer textarea:focus {
	border-color: #3f91f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

.createAnswer .add-answer .answerbtn {
	display: inline-block;
	width: 80px;
	height: 80px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #4dc86f;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}

.createAnswer .add-answer .answerbtn:hover {
	background-color: #53dc79;
}

.answerbtn .btnfont {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 16px;
	line-height: 23px;
}


/*回答列表*/

.answerheader {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 30px;
	position: relative;
}


/*.answer-block{
	padding: 30px;
}*/

.answerheader .questionHeader {
	width: 0;
	height: 25px;
	border: 15px solid #E77E22;
	border-bottom-color: transparent;
	border-top: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 30px;
}

.answerheader h3 {
	display: inline-block;
	height: 24px;
	line-height: 27px;
	padding-left: 45px;
	font-size: 16px;
	color: #808080;
	font-weight: normal;
}

.answerheader h3 span {
    font-size: 16px;
	
	/*font-size: 18px;
	color: #4aca5d !important;*/
	display: inline-block;
	line-height: 18px;
	height: 18px;
}

.questionBlock .questionAnswer-line {
	background-color: #fff;
	padding: 10px 40px 20px 30px;
}

.questionBlock .questionAnswer-line> ul> li {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.questionBlock .questionAnswer-line> ul> li .left-img {
	float: left;
	margin-right: 22px;
}

.questionBlock .questionAnswer-line> ul> li .left-img img {
	width: 40px;
	height: 40px;
}

.questionBlock .questionAnswer-line> ul> li .right-txt {
	display: inline-block;
	width: 745px;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .r-col {
	padding-bottom: 15px;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .r-col> p> span {
	font-size: 14px;
	color: #4c4c4c;
	display: inline;
	font-weight: bold;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .r-col> p {
	font-size: 14px;
	color: #808080;
	margin-bottom: 5px;
	min-height: 45px;
	    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary {
	text-align: float;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary .time {
	color: #b2b2b2;
	margin-right: 15px;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary a {
	display: inline-block;
	color: #b2b2b2;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary a .iconfont {
	margin-right: 5px;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary a:hover {
	color: #f33900;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary a:nth-child(2) {
	margin-right: 15px;
}

.questionBlock .questionAnswer-line> ul> li .right-txt .summary a span {
	color: #f33900;
}

.bestbtn {
	float: right;
	display: block;
	width: 80px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #b3b3b3;
	color: #b3b3b3;
}

.bestbtn1 {
	float: right;
	display: block;
	height: 28px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	/*color: #4dc86f !important;*/
}

.bestbtn:hover {
	border: 1px solid #4dc86f;
	color: #4dc86f !important;
}


/*reply*/

.questionAnswer-line .reply {
	background-color: #f5f5f5;
	margin-top: 0px;
}

.questionAnswer-line .reply .reply-line {
	border-top: 1px dashed #d9d9d9;
}

.questionAnswer-line .reply ul {
	padding: 0px 20px 5px 20px;
}

.questionAnswer-line .reply li {
	padding: 20px 0;
	border-bottom: 1px dashed #d9d9d9;
	color: #808080;
	 word-wrap: break-word;
    overflow: hidden;
}

.questionAnswer-line .reply li .name {
	color: #4d4d4d;
	font-weight: bold;
}


/*.reply li .time{
	display: block;
	text-align: right;
	color: #b2b2b2;
}*/

.add-reply {
	height: 60px;
	line-height: 60px;
	padding: 15px 20px 20px 20px;
}

.add-reply textarea {
    vertical-align: middle;
    width: 79%;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-right: 20px;
}

.add-reply textarea:focus {
	border-color: #E77E22;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(231, 126, 34, 0.6);
	outline: 0 none;
}

.questionAnswer-line .add-reply a {
	display: inline-block;
	width: 80px;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E77E22;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.questionAnswer-line .add-reply a:hover {
	background-color: #D35400;
}

.page-active {
	color: #d83418 !important;
	border-bottom: 1px solid #d83418;
}

.question-right .right-col {
	margin-bottom: 20px;
	background-color: #fff;
}

.question-right .right-col .title {
	height: 50px;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
	line-height: 50px;
}

.paging {
	height: 50px;
	text-align: right;
	line-height: 50px;
	margin-right: 20px;
}


/*问题详情-right*/

.maincontent .question-right {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.question-right .rightLine {
	padding-bottom: 20px;
}

.maincontent .question-right .right-col .title h2 {
	width: 100px;
	height: 49px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 49px;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px solid #E77E22;
	font-size: 16px;
}

.maincontent .question-right .right-col .more {
	float: right;
	color: #b2b2b2;
	margin-right: 20px;
}

.question-right .Share-col {
	padding: 15px !important;
}

.Share-col .Share-col2 {
	border: 1px dashed #E77E22;
	background-color: #fef2ed;
	padding: 15px 20px;
	height: 40px;
	line-height: 40px;
}

.Share-col .Share-col2 p {
	display: inline-block;
	color: #808080;
	margin-right: 10px;
}

.Share-col .Share-col2 a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E77E22;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.Share-col .Share-col2 a:hover {
	background-color: #da7109;
}

.rightLine li {
	margin: 15px 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e6e6e6;
}

.rightLine li:last-child {
	border-bottom: 0;
}

.rightLine li a {
	display: block;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.quesSummary {
	color: #b2b2b2;
}

.quesSummary .queAuthor {
	margin-right: 5px;
}

.rightLine .ification {
	margin-left: 0;
}

.rightLine .qBcount {
	margin-left: 5px;
}

.rightLine .qAcount {
	margin-left: 5px;
}


/*padding: 22px 15px 40px 20px;*/

.question-right .qu-col {
	padding-bottom: 40px;
}

.rightLine li a:hover {
	text-shadow: 5px 5px 5px #999;
}