﻿@charset "utf-8";
/* CSS Document */
/*标签重置*/
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	margin: 0; 
	padding: 0; 
	font-family: Arial,Helvetica,'Microsoft YaHei',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { 
	padding: 0; 
	margin: 0;
}
table, td, tr, th {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img { 
	vertical-align: top;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit; 
	font-weight: normal;
}
address, cite, code, em, th, i {
	font-weight: normal; 
	font-style: normal;
}
.hx a, .hx em, .fB {
	font-weight: bold;
}
.clearfix {
	*zoom:1;
	clear:both;
	/*height:0px;*/
}
.clearfix:after {
	display: block;
	overflow: hidden; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	content: ".";
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*color: #ba2636;*/
	text-decoration: underline;
}
a:active {
	color: #ba2636;
}


*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}

/*banner*/
/* body {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;

} */
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
/*专栏说明*/
.bgall {
    width: 100%;
    background-color: #f0f0f0;
}
.zlsm {
    width: 1200px;
    margin: 0 auto;
}
.zlsm .title {
    width: 80px;
    float: left;
}





.bgall .zlsm .nr{
    width: 92%;
    float: right;
   color: #555;
    font-size: 17px;
    line-height: 32px; 
    word-break: normal;
    margin-top: 40px;  
}
.bgall .zlsm .nr p {
    text-align: justify;
    text-indent: 2em;
    word-break: normal;

}
.zlsmimg {
      width: 60px;


}


/* 课程学习 */

.title .learnimg{
  
   margin: 0 auto;
    display: block;
    margin-top: 40px;
  
}

.ztyq {
    width: 1200px;
    margin:  50px auto;
    
}
.bg {
   width: 1200px;
   margin: 0 auto;
   padding-top: 20px;

}
.bg .kck {
    padding: 20px;
}

.kc a {
    text-decoration: none;
    display: block;
   
  
}
.kc .box {
    width: 33.3%;
    float: left; 
    margin: 20px 0px;
  
}


.kc .kck_a {
   width: 90%;
   margin: 0 auto;
    /* position: relative; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow .2s, transform .2s, -webkit-transform .5s;
 

}

.kc .kck_a .kct {
    width: 100%;

min-height: 205px
}
/* .kc .kck_a  .bf {
    position: absolute;
    left: 0px;
    bottom: 45px;
} */
.kc .kck_a h2{
   font-size: 15px;
   color: #333;
   font-family: "思源黑体";
   font-weight: 600;
   padding: 10px 8px 5px 8px;
   line-height: 30px;
}

 .kc .kck_a:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transform: translate(0, -6px);
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
}
/*尾部*/
.foot {
    width:1200px;
    margin:0 auto;
    margin-top: 30px;
}
.foot ul {
    width:890px;
    margin:0 auto;
    border-top:1px solid #666;
}
.foot ul li {
    text-align:center;
    font-family:"思源黑体";
    font-size:16px;
    color:#0f0f0f;
    line-height:40px;
}
.foot ul span {
    cursor: pointer;
}

.more {
    text-align: center;
    cursor:pointer;
    margin-top: 10px;
}
.more span {
    padding: 5px 8px;
    border: 1px solid #bd2f2e;
    color: #bd2f2e;
}