@charset "utf-8";

.container {
	width:1170px;
	margin:0 auto;
	*zoom:1;
	padding-left:15px;
	padding-right:15px;
	color:#646464;
}

/*导航*/
.container .news-nav {
    border-bottom: 1px dotted #eeeeee;
    list-style: outside none none;
	line-height:44px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	
	
}
.container .news-nav > li + li::before {
    color: #646464;
    content: " > ";
    padding: 0 4px;
}

.container .news-nav .active{
	color:#646464;
	
}
.container .news-nav a{
	color:#259;
	font-size:14px;
}

.container .news-nav li {
    display: inline-block;
}
/*导航OVER*/

/*板块上部*/
.verLineTitle {
    border-bottom: 1px solid #eeeeee;
	font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.verLineTitle .right a{
	font-size:13px;
	line-height:38px;
	margin-right:8px;
	color:#9d9d9d;
	
}
.verLineTitle .icon {
    border-left: 3px solid #9d9d9d;
	height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
/*板块上部over*/

.clearfix:before, .clearfix:after {
	content:"";
	display:table;
	font:0/0 a
}
.clearfix:after {
	clear:both
}

.main-content {
	margin-bottom:25px;
	width:66.6667%;
	padding-right:15px;
	float:left;
	min-height:500px
}
.main-content .title {
	font-size:24px;
	color:#646464;
	margin-bottom:20px
}
.main-content .desc {
	font-size:12px;
	color:#aaa;
	margin-bottom:15px;
	border-bottom:1px solid #eeeeee;
	padding-bottom:8px;
}
.main-content .desc .left span {
	margin-right:20px
}
.main-content .text {
	line-height:30px;
}

.main-content .source {
	display:block;
	text-align:right;
	font-size:12px;
	color:#aaa;
	float:right
}
.main-content .author {
	display:block;
	text-align:right;
	font-size:12px;
	color:#aaa;
	float:right;
	margin-right:10px
}
.main-content .label-desc {
	font-size:14px;
	margin-top:25px;
	height:20px;
	margin-bottom:7px;
}


.aside-art {
	float:right;
	padding-left:15px;
	width:33.3333%;
	font-size:14px;
	position:relative
}

/*推荐项目*/
.specialRecomment{
	padding-left:15px;
	margin-top:40px;
}

.recommend .item .itemLeft{
	float:left;
	
}
.recommend .item .itemRight {
	float:right;
	width:212px;
    margin-left: 8px;
}


.recommend .itemRight .title {
    color: #444444;
    font-size: 13px;
    line-height: 26px;
}
.recommend .itemRight .ruxue{
	color:#9e9d9d;
    font-size: 12px;
    line-height: 25px;
    margin-top: 2px;
}
.recommend .itemRight .ruxue .right{
	color:#646464;
}
.recommend .itemRight .ruxue .number {
	color: #f39800;
    letter-spacing: 1px;
}

.recommend .item {
    border: 0 solid red;
    margin-top: 6px;
	padding:8px 2px 14px 10px;
}
.recommend .item-ln{
	border-bottom:#cccccc dotted 1px;
	width:94%;
	margin:auto;
}
.recommend .specialRecomment-ln{
	border-bottom:#cccccc dotted 1px;
	width:100%;
	margin-top:3px;
}
.recommend .item .itemLeft img {
    height: 80px;
    width: 114px;
}
/*活动*/
.pro-center{
	padding-left:15px;
	margin-top:-3px;
	margin-top:33px;
}
.pro-center .specials {
  position: relative;
  overflow: hidden;
  margin-top:15px;
  width:330px;
  margin-left:10px;
  height:251px;
}
.pro-center .specials p {
  margin: 0;
  border: 1px #e5e5e5 solid;
}
.pro-center .specials p img {
  max-width: 100%;
  width: 100%;
}
.pro-center .specials strong {
	height:251px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.0);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
		  
}
.pro-center .specials strong a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 180px;
  margin: -60px 0 0 -90px;
  padding: 10px 0;
  background-color: #ff9c00;
  text-align: center;
  font-size: 18px;
  color: #fff;
  z-index: 99;
  opacity: .0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
		  
}
.pro-center .specials strong a:hover {
  background-color: #ff9c00;
}
.pro-center .specials dl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: -43px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.pro-center .specials dl dt {
  position: relative;
}
.pro-center .specials dl dt > a {
  display: block;
  padding: 8px 45px 8px 8px;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-center .specials dl dt span {
  position: absolute;
  top: -14px;
  right: 0;
}
.pro-center .specials dl dt span a {
  display: block;
  width: 40px;
  height: 53px;
  background: url(../../Images/index/ico-special.png) center center no-repeat;
}
.pro-center .specials dl dd {
  padding: 10px;
  border: 1px #e5e5e5 solid;
  border-bottom: 2px #43a0ff solid;
  background-color: #fff;
  line-height:1.5;
}
.pro-center .specials dl dt {
	border-left: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
}
.pro-center .specials:hover strong {
  background-color: rgba(0,0,0,.6);
}
.pro-center .specials:hover strong a {
  opacity: 1.0;
}
.pro-center .specials:hover dl {
  margin-bottom: 0;
}
.pro-center .special-time {
  margin: 12px 13px 8px;
  padding-left: 24px;
  background: url(../../Images/index/bg-special-time.gif) left center no-repeat;
  text-align: right;
}

.pro-center .specials-ln {
    border-bottom: 1px dotted #d5d5d5;
    clear: both;
	padding-top:5px;
	margin-left:10px;
	margin-right:10px;
}

/*测试入取几率*/
.main-content .detail-r-tg{ background:#f4f7fa; border:1px solid #ebebeb;border-radius:2px; margin:25px 0 0 0; padding:20px 0; height:305px;}
.main-content .detail-r-tg h4{ margin-top:3px; font-size:16px;}
.main-content .detail-r-tg ul{margin:0; padding:0;list-style-type: none;}
.main-content .detail-r-tg ul li{ float:left; height:94px; width:274px; padding:0 0 0 110px; margin:18px 25px 25px 50px;}
.main-content .detail-r-tg ul li img{ float:left; margin:0 0 0 -140px; border:1px solid #d7d7d7;}
.main-content .detail-r-tg ul li button {
    background-color: #ff9c00;
    box-shadow: 0 2px 0 #c27a00;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
    outline: medium none;
    width: 100%;
	border-radius: 3px;
}
.main-content .detail-r-tg ul li button:hover {
	color: #ffffff;
	background-color: #f39800;
}
.main-content .detail-r-tg ul li p {
    color: #9e9d9d;
    font-size: 12px;
    padding: 7px 0;
}
.main-content .text{
	line-height:26px;
	color:#666666;
}
.main-content .text img{
	max-width:100%;
	
}

/*相关列表*/
.specialRecomment .list-item {
    padding: 0 0 0 10px;
}


.specialRecomment .list-item li {

    padding: 20px 0;

}
.specialRecomment .list-item li a {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzZBQzdGRDcyOTBGMTFFNEE5NjREN0M3QTM2Q0FBMkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzZBQzdGRDgyOTBGMTFFNEE5NjREN0M3QTM2Q0FBMkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNkFDN0ZENTI5MEYxMUU0QTk2NEQ3QzdBMzZDQUEyQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNkFDN0ZENjI5MEYxMUU0QTk2NEQ3QzdBMzZDQUEyQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv0THSQAAAAWSURBVHjaYjQ2NmaAASYGJICbAxBgAB7mAKF+8tGcAAAAAElFTkSuQmCC") no-repeat scroll 0 center;

    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;

}
.specialRecomment .list-item li dd {
	float:left;
	width:275px;
	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.specialRecomment .list-item li span {
    color: #9e9d9d;
    float: right;
    margin: -2px 8px 0 2px;
}
.specialRecomment .specials-ln {
    border-bottom: 1px dotted #d5d5d5;
    clear: both;
    padding-top: 20px;
}


