/*
 * @module 详情页样式
 * @author lixiang
 * @date 2015-04-03
 */

/*面包屑样式开始*/
.bread-crumbs {
    padding: 15px 0;
    color: #8D8D8D;
}
.bread-icon {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}
.bread-crumbs a {
	color: #8D8D8D !important;	
}
/*面包屑样式结束*/

/*内容区样式开始*/
.content-wrap {
    overflow: hidden;
}
.content-left {
    width: 686px;
    float: left;
    overflow: hidden;
}
.content-right {
    margin-left: 12px;
    width: 300px;
    float: right;
    overflow: hidden;
}
.common-header {
    background-color: #F1F1F1;
    padding-left: 15px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.more {
    font-size: 14px;
    float: right;
    color: #333;
    font-weight: normal;
}

.adver {
    margin-bottom: 10px;
    width: 300px;
    height: auto;
}

.common-bar {
    border: 1px solid #E9E9E9;
    margin-bottom: 10px;
}
.common-body {
    padding: 12px 10px 20px 15px;
    background-color: #FBFBFB;
}
.common-list p a {
    color: #404040;
}
.common-list p {
    line-height: 1.75;
}
.common-btn {
    padding: 5px;
    color: #fff;
}
.course-btn {
    background-color: #50709F;
}
.choose-btn {
    background-color: #FC413C;
}
.earphone-icon {
    float: right;
    position: relative;
    top: 5px;
    right: 10px;
}

/*内容区样式结束*/



/*图片精灵*/
.list-sprite, .list-bread, .list-earphone, .list-one {
  background-image: url('../images/list-sf489254a4c.png');
  background-repeat: no-repeat;
  display: inline-block;
}

.list-bread {
  background-position: 0 0;
  height: 16px;
  width: 16px;
}

.list-earphone {
  background-position: 0 -36px;
  height: 9px;
  width: 12px;
}

.list-one {
  background-position: 0 -65px;
  height: 34px;
  width: 34px;
}



/*详情页内容区样式开始*/

.content-left-border {
    border: 1px solid #E6E6E6;
}
.content-title {
    text-align: center;
    font-size: 24px;
    border-top: 2px solid #545454;
    padding-top: 30px;
    padding-bottom: 22px;
    font-family: "微软雅黑";
}

.content-tips {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.content-tips a {
    margin-left: 15px;
}
.single-line {
    float: left;
}
.single-arrow {
    float: left;
}
.line-wrap {
    padding: 15px 35px 15px 35px;
    line-height: 26px;
	font-size:14px;
	color:#636363;
	word-wrap: break-word;
	word-break: break-all;
}
.line-wrap p {
	margin:8px;
}
.line-wrap a{
 	color:#00469d;
}
.award_content,
.subscribe_content {
    display: inline-block;
    padding: 3px 5px;
    padding-left: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    position: relative;
}
.award_content {
    background-color: #DF6433;
}
.award_content:after,
.subscribe_content:after {
    content: '\200B';
    position: absolute;
    top: 6px;
    left: 5px;
    height: 0;
    width: 0;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
a.subscribe_content {
    margin-left: 8px;
    background-color: #408BB2;
}

.double-line {
    padding: 15px 0;
}

.table-time,
.table-time td,
.table-time th {
    border: 1px solid #9ACBFD;
}
.table-time {
    border-collapse: collapse;
    margin: 0 auto;
    line-height: 1.75;
}
.table-time th {
    font-weight: bolder;
    text-align: center;
}
.year {
    width: 56px;
}
.time {
    width: 140px;
}
.table-wrap {
    text-align: center;
}
.condition-wrap div {
    padding: 15px 0;
}
.condition-wrap p {
    padding: 15px 0;
}

.other-detail {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
}
.other-detail .prev {
    color: #50709F;
    padding-bottom: 7px;
    display: inline-block;
    padding-left: 15px;
}
.other-detail .next {
    color: #50709F;
    padding-left: 15px;
}
.exchange a {
    padding-right: 5px;
    color: #50709F;
}
.exchange a + a {
    border-left: 1px solid #999;
    padding-left: 7px;
}
.detail-ad-wrap {
    text-align: center;
    margin: 20px 0;
}
.detail-ad-wrap img{
/* width: 650px;
    height: 155px;*/
}

.bread-bg {
    background-color: #F3F3F3;
    padding: 5px 0;
}

.related-header {
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px;
    font-size: 14px;
	font-weight:bold;
}
.related-header:after {
    content: '\200B';
    position: absolute;
    width: 66px;
    height: 0;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #8AA4B8;
}
.st:after {
    width: 95px;
}
.related-header a {
    padding-left: 5px;
    color: #50709F;
}
.related-left {
    width: 350px;
    float: left;
    padding-left: 5px;
}
.related-right {
    /*padding-left: 325px;*/
    float: left;
}
.related-wrap {
    overflow: hidden;
    font-size: 14px;
}
.related-wrap p {
    line-height: 30px;
}
.related-wrap p a {
    color: #333;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.tab-wrap ul {
    height: 30px;
}
.tab-wrap ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    background-color: #F3F3F3;
}
.xg ul li {
    width: 90px;
}
.tab-wrap ul li + li {
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.tab-wrap ul li.active {
    background-color: #fff;
    font-weight: bolder;
    border-bottom: 1px solid transparent;
}
.tab-wrap ul li a {
    color: #333;
}


/*详情页内容区样式结束*/

/*改版2015-05-05*/

.c-link-wrap {
    text-align: center;
}
.c-link-wrap a {
    display: inline-block;
    padding: 8px 20px;
    color: #333;
    margin-left: 3px;
    border: 1px solid #ccc;
}
.c-link.active,
.c-link-wrap a:hover {
    color: #fff;
    background-color: #FE2E36;
}
.other-detail strong {
    color: #333;
}
.e-nav a {
    display: inline-block;
    width: 130px;
    width: 127px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #333;
}
.e-nav a:hover {
    background-color: #FE2E36;
    color: #fff;
}
.e-nav a {
    *zoom: 1;
    *display: inline;
}
.bgc-fff {
    background-color: #fff;
}
.bgc-F9F9F9 {
    background: #F9F9F9;
    background: -moz-linear-gradient(90deg, #FDFDFD 0, #F0F0F0 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, FDFDFD), color-stop(100%, F0F0F0));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #FDFDFD 0, #F0F0F0 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #FDFDFD 0, #F0F0F0 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #FDFDFD 0, #F0F0F0 100%);/* IE10+ */
}
.b-r {
    border-right: 1px solid #E9E9E9;
}
.b-b {
    border-bottom: 1px solid #E9E9E9;
}
.ks li.active {
    height: 31px;
    margin-bottom: -1px;
}
.ks li.active a {
    font-size: 14px;
}
.e-nav .mr0 {
    margin-right: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.fc-007699 {
    color: #007699;
    font-size: 14px;
}


/*ie6兼容样式开始*/
.ie6 .award_content,
.ie6 .subscribe_content {
    padding-left: 3px;
}
/*ie6兼容样式结束*/



/*ie7兼容样式开始*/
.ie7 .tab-wrap ul li + li {
    border-left: none;
}
.ie7 .award_content,
.ie7 .subscribe_content {
    padding-left: 3px;
}
/*ie7兼容样式结束*/

.table_x table,.table_x table td,.table_x table th {
	border: 1px solid #c4d4e0;
	line-height:36px;
	font-size:14px;
	font-family:"宋体";
	color:#333;
	}
.table_x table a {
	color:#00469d;	
	}