@charset "utf-8";
.kc-title {
    width: 100%;
    line-height: 84px;
    color: #CD001F;
    font-size: 36px;
    text-align: center;
    padding: 20px 0px 0px;
    margin: 0px auto;
    position: relative;
}

.content-25 p,.content-1 p {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-align: center;
    padding-bottom: 1px;	
}

/** news **/

.c6_nav a{ width:120px; 
           height:50px; 
		   line-height:50px; 
		   display:inline-block; 
		   text-align:center; 
		   font-size:18px;
		   background:#f8f8f8; 
		   border-bottom:4px solid #f2f2f2;
		   margin:5px 5px 5px 0;
		   color: #666;
    	   text-decoration: none;
    	   transition: color 0.25s ease 0s, background 0.25s ease 0s;
		  }

@media (min-width: 768px) {
  .c6_nav a {
    width: 185px;
  }
}

.news-nav{
     padding-top:20px;
	 text-align:center;

}

.c6_nav .c6_dq{ border-bottom:1.6px solid #CD001F; color:#CD001F; text-decoration:none;}

.c6_l_box {
    display: none;
}
.course-item {
    box-shadow: 0px 1px 2px rgba(197, 197, 197, 0.4);
    border-bottom: 1px solid #F7FAF9;
    position: relative;
    transition: all 0.3s ease 0s;
	margin:20px auto;
	max-width:262.5px;
}
.course-img {
    position: relative;
    overflow: hidden;
}
.course-img img {
    width: 100%;
    height: 170px;
}
.course-img img:hover {
  opacity: 0.8;
}
.course-info {
    padding: 12px;
}
.blog-title {
    height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
	font-size:16px;
}
.blog-metas {
    margin-top: 15px;
	font-size:14px;
    margin-bottom: 5px;
    margin-left: -5px;
    height: 20px;
    overflow: hidden;
	color: #969696;
}
.blog-metas span{
    margin: 0px 5px;
}
.blog-title a {
    position: absolute;
    top: 2px;
	color:#666;
}
.blog-title a:hover {
    color: #888;
    position: absolute;
    top: 2px;
	text-decoration:none;
}
a.transition {
    transition: all 0.3s ease 0s;
}
.yxb_hg a{
    font-size:16px;
}
.yxb_hg a:hover{
    color:#888;
}

.yxb_hg a img:hover{
    opacity: 0.8;
}


@media (max-width:767px){
  .yxb_hg img{
    width:263px;
}
}