<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;}
 
body {
	/*background-color: #eee;*/
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/*banner*/
/*专栏说明*/

.bg .zlsm {
    margin-top: 24%;

}
.bg .zlsm .nr{
    width: 970px;
    height: 200px;
    margin: 0 auto;
    background-image: url(../images/zlsmbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-left: 200px;
    padding-top: 50px;
    padding-right: 32px;
    font-size: 16px;
    color: #555;
    line-height: 30px;

    
}
.bg .zlsm .nr p {
    text-align: justify;
    text-indent: 2em;

}

/* 课程学习 */
.title {
    padding-top: 30px;
    width: 1200px;
    margin: 0 auto;
}
.title img { 
    display: block;
   margin:  0 auto;
}
.kc {
    width: 1200px;
    margin:  0 auto;
    height: 960px;
    overflow: hidden;
}
.kc a {
    text-decoration: none;
}
.kc .kck {
    width: 33.3%;
    float: left; 
    margin-top: 40px;   
}
.kc .kck .kck_a {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
    transition: box-shadow .2s, transform .2s, -webkit-transform .5s;


}
.kc .kck .kck_a img {
    width: 100%;
}
.kc .kck .kck_a h2{
   font-size: 15px;
   color: #333;
   font-family: "思源黑体";
   font-weight: 600;
   padding: 10px 8px 2px 8px;
}
.kc .kck .kck_a .bottom{
    font-size: 14px;
    color: #555;
    padding: 6px;
 }
 .kc .kck .kck_a .bottom .zz {
    margin-right: 34%;

 }
 .kc .kck .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;
}</pre></body></html>