.list {
	margin-top: 15px;
	text-align: center;	
}
.detail-page p a:hover {
    text-decoration: underline;
}
.list .list-item {
	display: inline-block;
    margin: 5px 4px;
    padding: 5px 0;
    border-radius: 2px;
    width: 90px;
    font-size: 16px;
    color: #027938;
    cursor: pointer;
    border: 1px solid #027938;
}

.list .list-item:hover,  .list .list-item.active {
	color: #FFF;
	background-color: #FF7938;
}
.list .list-item a:hover,.submit a:hover {
    color: #fff!important;
}
.thumbnails {
	margin: 30px auto;
}

.thumbnail {
	display: block;
	margin-bottom: 25px;
	padding: 0 5px 0;
	text-align: center;
}

.thumbnail img {
	box-shadow: -1px 1px 3px 3px rgba(0,0,0,.075);
}

.thumbnail .caption {
    padding: 9px;
    color: #666;
    font-size: 14px;
}

.thumbnail:hover {
	text-decoration: none;
}

.thumbnail:hover .caption {
	color: #027938;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.play {
	position: relative;
}

.play-hover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/3/play.png) center no-repeat;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.thumbnail:hover .play-hover {
	background-color: #000;
	opacity: 0.75;
	filter:alpha(opacity=75);
}


.detail-container {
	width: 1200px;
	background-color: #fff;
}

.detail-title {
	text-align: center;
}
.detail-title h1{
	font-size: 24px;
	margin: 10px 0;
}
.detail-subtitle{
	width: 880px;
	height: 35px;
	position: relative;
	padding: 8px 0;
	color: #999;
	font-size: 12px;
}
.detail-subtitle .detail-from{
	position: absolute;
	left: 130px;
}
.detail-subtitle .detail-time{
	position: absolute;
	left: 420px;
}
.detail-subtitle .detail-view{
	position: absolute;
	left: 650px;
}
.detail-subtitle .detail-icon{
	position: absolute;
	left: 700px;
}
.detail-page{
	border-top: 1px dashed #a8a8a8;
	border-bottom: 1px dashed #a8a8a8;
	margin: 20px 0;
	width: 880px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.detail-page p{
	float: left;
	margin-left: 40px;
	color: #027939;
}
.detail-page span{
	color: #666;
}

.detail-content {
	margin: 10px 0;
	line-height: 25px;
	font-size: 16px;
}

.detail-images {
	margin: 25px 0;
}

.detail-images li {
	padding: 5px;
}

.detail-images li>img {
	max-width: 100%;
}
.comment{
    padding: 30px 0;
}
.comment-content{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}
.comment-content .comment-title{
    text-align: center;
}
.comment-content .count .tips{
    color: #666;
    display: inline-block;
    margin-top: 10px;
}
.publish-comment{
    margin-top: 10px;
}
.publish-comment .headPic{
    width: 48px;
    height: 48px;
}
.publish-comment .textarea-container{
    margin-left: 58px;
    background: #f7f8fa;
    height: 110px;
    border: 2px solid #f3f3f3;
}
.publish-comment .textarea-container textarea{
    width: 100%;
    height: 80px;
    resize: none;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border: none;
    font-size: 14px;
}
.publish-comment .textarea-container .emoji{
    cursor: pointer;
}
.publish-comment .transmit{
    margin: 20px 0 20px 58px;
    position: relative;
}
.publish-comment .transmit span{
    color: #999;
}
.publish-comment .transmit img{
    cursor: pointer;
}
.publish-comment .transmit .btn{
    width: 90px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 10px;
}
.new-comment{
    margin: 20px 0;
    border-bottom: 2px solid #f3f3f3;
    line-height: 30px;
}
.comment-list{
    margin-bottom: 20px;
}
.comment-list .headPic{
    height: 48px;
    width: 48px;
}
.comment-list .comment-header{
    padding-left: 58px;
    color: #999;
}
.comment-list .comment-middle{
    padding-left: 58px;
}
.comment-list .comment-footer{
    padding-left: 58px;
    color: #999;
}

.comment-list .replay{
    margin-top: 10px;
    margin-left: 58px;
}

.comment-list .replay .headPic{
    width: 33px;
    height: 33px;
}
.comment-list .replay .textarea-container{
    margin-left: 43px;
    background: #f7f8fa;
    height: 110px;
    border: 2px solid #f3f3f3;
}
.comment-list .replay .textarea-container textarea{
    width: 100%;
    height: 80px;
    resize: none;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border: none;
    font-size: 14px;
}

.comment-list .replay .textarea-container .emoji{
    cursor: pointer;
}

.comment-list .replay .transmit{
    margin: 20px 0 20px 58px;
    position: relative;
}
.comment-list .replay .transmit span{
    color: #999;
}
.comment-list .replay .transmit img{
    cursor: pointer;
}
.comment-list .replay .transmit .btn{
    width: 90px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 10px;
}
.comment-content .more{
    height: 38px;
    border: 1px solid #ececec;
    background: #f5f6f8;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.others{
	width: 1200px;
	height: 330px;
}
.others .others-title{
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}
.others ul li{
	float: left;
	margin-right: 10px;
}
.shadow{
	border: 1px solid #fff;
	box-shadow: 5px 10px 10px #eee;
}
.others ul li p a:hover {
    color: #027938;
}
.others ul li p{
	margin-top: 20px;
	color: #666;
	text-align: center;
}
.content-right{
	padding-left: 20px;
}

.content-right h2{
	padding: 15px 0;
	border-bottom: 2px solid #027939;
}
.content-right span{
	font-size: 20px;
	color: #027939;
	margin-right: 10px;
}
.content-right em{
	color: #999;
	margin-right: 40px;
}
.content-right b{
	color: #999;
	font-weight: 400;
}
.content-right .right-img{
	margin-top: 30px;
}
.content-right .right-img li{
	margin-bottom: 20px;
}
.content-right .right-img li img{
	margin-bottom: 10px;
}
.content-right .right-img li a{
	display: block;
	text-align: center;
	color: #545454;
}
.content-right .right-img li a:hover{
	color: #027938;
}
.news{
	color: #676767;
}
.news .news-title{
	font-size: 18px;
	color: #027939;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}
.news ul li{
	padding: 5px 0;
	border-bottom: 1px dashed #b2b2b2;
}
.news ul li em{
	color: #fff;
	padding: 0px 5px;
	background: #027939;
	margin-right: 10px;
}
.news ul li a{
	font-size: 14px;
	color: #666;
	text-align: left;
}
.news ul li a:hover{
	color: #027938;
}
.ad{
	width: 260px;
	height: 540px;
	margin-top: 20px;
	background: url(../images/3/16.jpg) no-repeat;
}
.fast-track h1{
	width: 265px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	background: #f6bf40;
	margin-bottom: 0;
}
.fast-track h1 span{
	color: #fff;
	margin-left: 8px;
}
.fast-track .sign-up{
	width: 265px;
	height: 295px;
	padding: 20px 6px 20px 10px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}
.fast-track .sign-up ul li{
	width: 250px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}
.fast-track .sign-up ul li label{
	padding-left: 8px;
}
.fast-track .sign-up ul li input{
	height: 28px;
	border: none;
}
.fast-track .sign-up ul li select{
	width: 250px;
	height: 35px;
	padding-left: 5px;
	
}
.submit{
	width: 265px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #027939;
}
.question-list{
	width: 100%;
	height: 180px;
	padding-bottom: 20px;
}
.question-list ul li{
	width: 420px;
	height: 35px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaa;
}

.question-list ul li p{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #027939;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
.question-list ul li a{
	color: #676767;
}
.question-list ul li a:hover {
    color: #027939;
}
a.bian:link,a.bian:visited 
       {
       color:#008000;
       text-decoration:none;
       }
a.bian:hover
       {
       color:#008000;
       text-decoration:underline;
       }
