@charset "gb2312";
* { 
	margin:0;
	padding:0; 
	font-style: normal;
	font-family:"Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
html {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
	font-size:16px;
}
body { 
	margin:0;
	padding:0; 
	word-wrap:break-word;
	font-size:16px;
	font-family:"Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
	color:#333;
}
h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,img{
	margin:0;
	padding:0
}
a {
	text-decoration:none;
	outline:none;
	color:#333;
}
a:focus {
	outline: none;
} 
img { 
	border:none;
	outline:none;
	-webkit-tap-highlight-color: rgba(165,165,165,0.2)
}
li{
	list-style-type:none;
}
select {
	vertical-align:middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], textarea { 
	outline-style:none; 
	-webkit-appearance:none; 
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
}
input {
	vertical-align:middle;
}
.clear {
	clear:both;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.w1000{
	width:1000px;
	margin:0 auto;
}
.floatl{
	float:left;
}
.floatr{
	float: right;
}
.talcenter{
	text-align:center;
}
.relative{
	position:relative;
}
p{
	text-align:justify; 
	text-justify:inter-ideograph;	
}
/**鼠标停留简单动画效果**/
.wktlist li .img img{
	display:block;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-o-transition: all 0.6s; 
	-khtml-transition: all 0.6s; 
	-webkit-transition: all 0.6s;  
}
.wktlist li:hover .img img{
	transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2); 
}
/*******初始化结束********/

/*******文章页初始化开始********/
.textcnt{/*定义外层*/
	margin-top:30px;
}
.textcnt p{/*定义p*/
	font-size:16px;
	color:#333;
	line-height:25px;
	margin-top:10px;
	text-align:justify; 
	text-justify:inter-ideograph;
}
.textcnt.about-spf >p{
    text-indent: 32px;
}
.textcnt p.textindent{/*定义不缩进p*/
	text-indent:0;
}
.textcnt img{/*定义图片最大宽度*/
	max-width:1000px!important;
	height:auto!important;
}

.textcnt table{/*定义 table宽高*/
	max-width:1000px;
	margin:30px auto 0;
}
.textcnt td,.textcnt th{/*定义th td*/
	border:1px solid #ddd;
	text-align:center;
	padding:14px 8px;
	text-align:center;
	font-size:14px;
	color:#434343;
	font-weight:500;
}
.textcnt th{/*定义 th背景颜色*/
	background-color:#eee;
}
.textcnt tr:hover{/*定义 tr:hover 背景颜色*/
	background-color:#eee;
}
.textcnt ul,.textcnt ol{/*定义ol ul 间距*/
	margin:10px 0;
}
.textcnt li{/*定义li 样式*/
	font-size:16px;
	color:#434343;
	line-height:25px;
	list-style-position:inside;
}
.textcnt ul li{/*定义ul li 圆点列表*/
	list-style-type:inherit;
	
}
.textcnt ol li{/*定义ul li 阿拉伯数字列表*/
	list-style-type:decimal;
}
.textcnt h1,.textcnt h2,.textcnt h3{/*定义 H 标签间距*/
	color:#434343;
	margin:10px 0 0 0;
}
.textcnt h1{/*定义 H1 字体大小*/
	font-size:24px;
}
.textcnt h2{/*定义 H2 字体大小*/
	font-size:22px;
}
.textcnt h3{/*定义 H3 字体大小*/
	font-size:20px;
}
.textcnt p a{/*定义 a 标签样式*/
	color:#8a000e;
	text-decoration:underline;
}
/********文章页初始化结束********/
/*header start*/
#header .headerline{
    width: 100%;
    height: 7px;
    background-color: #298cf0;
}
#header .headerline2{
    width:1000px;
    height: 12px;
    background-color:#298cf0; 
    margin: 0 auto;
    border-left: 1px solid #e6f1fd;
    border-right: 1px solid #e6f1fd;
}
#header .logo{
    width: 300px;
    padding: 28px 0 26px 0;
}
#header .logo a{
    color: #298cf0;
    font-size: 30px;
    font-weight: 600;
}
#header .floatr{
    width: 660px;
    text-align: right;
    margin-top: 40px;
}
#header .floatr > span{
    padding-right:20px;
    color: #333;
    font-size:14px;
}
#header .floatr > a{
    font-size: 14px;
    background-color: #298cf0;
    color: #FFF;
    padding: 2px 5px;
}
/*footer start*/
#footer{
	height:123px;
	background-color:#EBF4FB;
	color:#0455a6;
	line-height:21px;
	text-align:center;
	font-size:13px;
	position:relative;
}
#footer a{
	color:#0455a6;
}
#footer span{
	font-family:"Arial";
}
#footer .relative{
	position:relative;
	margin: 0 auto;
	width: 1000px;
}
#footer .absolute{
	position:absolute;
	top:81px;
	left:200px;
	z-index:3;
}
#footer .top{
	float:left;
	width:150px; 
	height: 90px; 
	margin-left:25px; 
	margin-top:25px;  
	text-align:right;
}
#footer .mid{
	float:left; 
	text-align:center;
	margin-left:120px;
}
#footer .mid .pft{
	padding-top:30px;
}
#footer .mid .ppt3{
	padding-top:3px;
}
/*footer end*/
#displaypagenum{
    display: block;
    margin: 20px auto 0;
    width: 1000px;
    text-align: center;
    font-size: 0;
}
#displaypagenum a,#displaypagenum span{
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 4px;
    border: 1px solid #dbdbdb;
    padding: 4px 9px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
}
#displaypagenum span{
    background-color:#298cf0;
    color:#fff;
}
/**分页end**/
/**微课堂 **/
#content{
    margin-top: 50px;
    padding-bottom: 70px;
}
#content .toptil {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom:15px;
}
#content .toptil h1{
    font-size: 22px;
    font-weight: 500;
    color: #298cf0;
}
#content .toptil .floatr{
    display: block;
    margin-top: 8px;
}
#content .toptil .floatr a{
    display: inline-block;
    *display:inline;
    *zoom:1;
    vertical-align: middle;
    margin-left: 24px;
}
#content .toptil .floatr a + a span{
    color: #298cf0;
    font-size: 16px;
}
#content .toptil .floatr span,#content .toptil .floatr img{
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
}
.wktlist li{
    width: 264px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    float: left;
    margin-right: 103px;
    display: block;
}
.wktlist li .img,.wktlist li .img img{
    width: 262px;
    height: 173px;
    display: block;
    overflow: hidden;
}
.wktlist li  img.icon{
    position: absolute;
    top: 65px;
    left: 110px;
    z-index: 3;
    width: 35px;
    height: 35px;
    border: none;
}
.wktlist li a > em{
    display: block;
    width: 100%;
    height: 173px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
.wktlist li a {
    display: block;
}
.wktlist li a > p{
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.wktinfo > h1{
    font-size: 22px;
    text-align: center;
    padding: 40px 0 34px 0;
    width: 90%;
    margin: 0 auto;
}
.wktvideo{
    width: 550px;
    height: 456px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.wktvideo .wktvideo-img{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 550px;
    height: 370px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
}
.wktvideo .wktvideo-img img{
    width: 550px;
    height: 370px;
}
.wktvideo .wktvideo-img .icon{
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;   
}
.wktvideo .wktvideo-img em{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
.wktvideo-link{
    display: block;
    margin-top: 20px;
    text-align: center;
}
.wktvideo-link a{
    display: block;
    font-size:12px;
    margin-top: 6px;
    text-decoration: underline;
    color: #333;
}
/**微课堂end **/
.public-info > h1{
    font-size: 22px;
    text-align: center;
    padding: 45px 0 5px 0;
    width: 90%;
    margin: 0 auto;
}
.answerproblem li{
    width: 1000px;
    margin: 0 auto;
    color: #555;
    font-size: 14px;
    margin-top: 20px;
}
.answerproblem li a{
    color: #333;
    font-size: 18px;
}
.answerproblem li p{
    line-height: 28px;
    color: #555;
    font-size: 14px;
     padding-top: 10px;
     border-top: 1px solid #e8e8e8;
     margin-top: 15px;
}
/**答疑解惑end**/
.activitystate{
    padding-bottom: 20px;
}
.activitystate li{
    width: 1000px;
    margin: 0 auto;
    color: #555;
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom:20px;
}
.activitystate li .leftcontent{
    float: left;
    width:13%;
    margin-right: 30px;
    margin-top: 8px;
}
.activitystate li .leftcontent span{
    background-color: #a4a4a4;
    font-size: 16px;
    color: #fff;
    padding: 3px 7px;
}
.activitystate li .rightcontent {
    float: left;
    width:84%;
}
.activitystate li .rightcontent span{
    font-size: 18px;
}
.activitystate li .rightcontent p{
    font-size: 14px;
    line-height: 28px;
}
/**活动动态end**/
.expertsopinion li{
    width: 1000px;
    margin: 0 auto;
    color: #555;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 20px;
}
.expertsopinion li span{
    font-size: 18px;
    color: #333;
    padding-bottom: 30px;
}
.expertsopinion li p{
    font-size: 14px;
    color: #959595;
    margin-top: 15px;
    line-height: 23px;
}
.expertsopinion li .pone{
    font-size: 14px;
    color: #959595;
    position: absolute;
    right: 0px;
    top: 3px;
}
/**专家观点**/
.teachercontent{
    width: 1000px;
    margin: 0 auto;
}
.teachercontent p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.floatl.team{
    float: left;
}
.teacherteam{
    float: right;
    position: relative;
}
.teacherteam input{
    width:180px;
    height:29px;
    padding-left: 10px;
}
.teacherteam img{
    position: absolute;
    right: 0px;
}
.teacherimages{
    width: 1040px;
    margin: 0 auto;
    margin-top:0;
    padding-bottom: 20px;
}
.teacherimages li{
    width: 33.3%;
    float: left;
    margin-top: 40px;
}
.teacherimages li a{
    width: 90%;
    display: block;
    margin:0 auto; 
 }
.teacherimages li p{
    text-align: center;
}
.teacherimages li span{
    display: block;
    text-align: center;
}
.teacherimages li span img{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.teacherimages li .pone{
    font-size: 22px;
    color: #333;
    padding: 12px 0px 10px;
}
.teacherimages li .ptwo{
    font-size: 20px;
    color: #959595;
}
.teacherimages li .pthree{
    text-align: left;
    font-size: 12px;
    color: #959595;
    line-height: 20px;
}
/**导师列表页end**/
.teachercontent{
    background-image: url('../images/made10.jpg');
    background-size: 1003px 200px;
    height: auto;
    background-position:top center;
   	background-repeat:no-repeat;
    margin-top: -5px;
    position: relative;
}
.teachercontent .leftteacher{
    float: left;
    width: 200px;
    margin-left: 50px;
}
.teachercontent .rightteacher{
    float: right;
    width: 600px;
   
}
.leftteacher > a {
     position: relative;
     display: block;
     margin-left: 43px;
     margin-top: 60px;
    cursor: pointer;
}
.leftteacher >a span{
    position: absolute;
    left: 22px;
    font-size: 18px;
    color: #FFF;
    top: 5px;
}
.leftteacher span img{
    margin-top: 35px;
    cursor: pointer;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    display: block;
    width: 230px;
    height: 230px;
}
.rightteacher p{
    margin-left: 85px;
}
.rightteacher .pone{
    color: #fff;
    font-size: 20px;
    background-color: #298cf0;
    padding: 2px 5px;
    width: 130px;
    padding-left: 61px;
    margin-left: 168px;
    margin-top: 89px;
}
.rightteacher .ptwo{
    margin-left: 85px;
}
.rightteacher p em{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.rightteacher p span{
    font-size: 16px;
    color: #333;
}
.rightteacher .pthree{
    margin-left: 87px;
}
.rightteacher .pthree em{
    float: left;
}
.rightteacher .pthree span{
    width: 380px;
    display: block;
    float: left;
}
.rightteacher .pfour{
    margin-left: 87px;
    margin-left: -12px;
    margin-top: -25px;
}
.rightteacher .pfive{
    margin-left: 23px;
}
.rightteacher .pfive em{
   float: left;
}
.rightteacher .pfive span{
    width: 380px;
    display: block;
    float: left;
}
.teachercontent .leftline{
    position: absolute;
    z-index: 99;
    left: 340px;
    top: 20px;
}
/**导师内容end**/
.rightteacher .answerques{
    margin-left: -44px;
    width: 600px;
}
.rightteacher .answerques p{
    font-size: 14px;
    color: #555;
}
.rightteacher .answerques .pone{
    margin-left: 228px;
    color: #FFF;
}
.rightteacher .answerques a{
    font-size: 16px;
    color: #333;
    margin-left: 82px;
}
.rightteacher .answerques span{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.answerques li a i{
    font-style: italic;
    font-size: 20px;
    color: #D0D0D0;
    padding-right: 6px;
}
.rightteacher #displaypagenum{
    margin-left: -314px;
    margin-bottom: 30px;
}
/**导师答疑解惑end**/
/**首页 begin***/
.main_visual{
    height:420px;
    overflow:hidden;
    position:relative;
}
.main_image{
    height:100%;
    overflow:hidden;
    position:relative;
}
.main_image ul{
    width:9999px;
    height:100%;
    position: relative;
}
.main_image li{
    float:left;
    width:100%;
    height:420px;
    background-position: top center!important;
    background-repeat: no-repeat;
    background-size: cover;
}
div.flicking_con{
    position:absolute;
    top:90%;
    left:0;
    z-index:999;
    width:100%;
    text-align: center;
    font-size: 0;
    display: none;
}
div.flicking_con span{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 14px;
    height: 14px;
    border: 2px solid #19d3ff;
    background-color: #19d3ff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -html-border-radius: 50%;
    margin: 0 3px; 
}
div.flicking_con span.on{
    background-color: #fff;
}
.moveclk{
    position: absolute;
    z-index: 999;
    width: 990px;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -495px;
}
#btn_prev,#btn_next{
    display:none;
    z-index:999;
    position:absolute;
    display:block;
    top:0;
}
#btn_prev{left:0;}
#btn_next{right:0;}
/**首页轮播图 end ***/
ul.dyjh li a:hover,ul.zjgd li a:hover,.qyyrzd li a:hover ,.hddt .int > a:hover,.rightteacher .answerques a:hover,.answerques li a:hover i,.answerproblem li a:hover,.answerproblem li a:hover i,.activitystate li .rightcontent span:hover{
    color: #298cf0;
    text-decoration: underline;
	cursor:pointer;
}
.w582p{
    width: 522px;
}
.w420p{
    width: 420px;
}
.padbtm30{
    padding-bottom: 30px;
}
.padbtm45{
    padding-bottom: 45px;
}
.bgf0f2f3{
    background-color: #f0f2f3;
}
.paddingt30{
    padding-top: 30px;
}
.margintt30{
    margin-top: 30px;
}
.margintt50{
    margin-top: 40px;
}
.scitil{
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 8px;
}
.scitil a.more{
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 3;
    font-size: 12px;
    color: #959595;
}
.scitil .til{
    display: inline;
    border-bottom: 1px solid #298cf0;
    color: #298cf0;
    padding-bottom: 8px;
    font-size: 22px;
}
.scitil .til + .til{
    margin-left: 10px;
}
.scitil .pointer{
    cursor: pointer;
}
.scitil .notab{
    font-size: 18px;
    border-bottom: none;
    color: #666;
}
.scitil .tilen{
    display: inline;
    font-size: 12px;
    color: #a6a6a6;
    padding-left: 6px;
}
ul.dyjh li {
    margin-top: 15px;
}
ul.dyjh li i,.answerproblem li a i{
    font-style: italic;
    font-size: 20px;
    color: #d0d0d0;
    padding-right: 6px;
}
ul.dyjh li a{
    font-size: 16px;
    color: #333;
}
ul.zjgd li {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 16px;
}
ul.zjgd li a{
    font-size: 16px;
    color: #333;
}
ul.zjgd li p{
    font-size: 12px;
    line-height: 22px;
    color: #959595;
    margin-top: 6px;
}
ul.zjgd li span{
    font-size: 12px;
    color: #666;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 3;
}
.zjzs{
    position: relative;
    z-index: 1;
}
.zjzs #zjzsl,.zjzs #zjzsr{
    display: block;
    position: absolute;
    width: 20px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}
.zjzs #zjzsl{
    left: -50px;
}
.zjzs #zjzsr{
    right: -50px;
}
.zjzsbox{
    margin-top: 50px;
    padding-bottom: 44px;
    width: 1000px;
    overflow: hidden;
    position: relative;
    height: 280px;
}
.zjzsbox > ul{
    width: 9999px;
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
}
.zjzsbox li{
    width: 358px;
    float: left;
}
.zjzsbox li > a{
    width: 280px;
    display: block;
}
.zjzsbox li img{
    width: 230px;
    height: 230px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.zjzsbox li span{
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 16px 0 14px 0;
}
.zjzsbox li p{
    font-size: 12px;
    color: #959595;
    line-height: 20px;
}
.qyyrzd li{
    margin-top: 22px;
}
.hddt li{
    margin-top: 24px;
}
.hddt .time{
    width: 62px;
    height: 62px;
    background-color: #c2c2c2;
    float: left;
    margin-top: 2px;
}
.hddt .time span{
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-top: 11px;
}
.hddt .time span + span{
    padding-top: 2px;
    font-size: 12px;
}
.hddt .int{
    float: right;
    width: 340px;
}
.hddt .int > p{
    font-size: 12px;
    color: #959595;
    line-height: 22px;
    margin-top: 4px;
}
.dsml{
    width: 100%px;
}
.dsml li{
    display: block;
    /*float: left;*/
    margin-top: 22px;
}
/*.dsml li a,.dsml li span{
    text-align: left;
    display:inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
}*/
.dsml li a{
    cursor: pointer;
}
.dsml li a:hover{
    color: #298cf0;
    text-decoration: underline;
}
/**首页 end***/
.sctil12{
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;

}
.thtable table{
    width: 100%;
    margin-top: 30px;
    
}
.thtable table td{
    border: 1px solid #ccc;
    padding: 7px 10px 7px 30px;
    font-size: 15px;
}
.thtable table tr:hover{
    background-color: #eee;
}
.thtable table .center td{
    /*text-align: center;*/
    padding: 10px 10px 10px 30px;
    background-color: #eee;
}
.sc12int{
    margin-top: 24px;
}
.sc12int p{
    font-size: 16px;
    text-indent: 32px;
    line-height: 32px;
    margin-top: 10px;
}
.rightteacher > p{
    margin-left: 0!important;
}
.rightteacher > p.pone{
    margin-left: 168px!important;
}
.rightteacher.scbc > p > em,.rightteacher.scbc > p > span{
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: top;
}
.rightteacher.scbc > p > em{
    width: 152px;
    text-align: right;
    margin-right: 5px;
}
.rightteacher.scbc > p > span{
    float: none!important;
    width: 424px!important;
}

.indexli1{
	background-image:url(slider1.jpg);
}
.indexli2{
	background-image:url(slider2.jpg);
}
.indexli3{
	background-image:url(slider3.jpg);
}

/**20170906新增**/
.layer-btn{
    display: block;
    width: 126px;
    position: fixed;
    left: 10px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 888;
}
.layer-btn > img{
    width: 100%;
    height: auto;
}
.layer-cnt{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    top: 0;
    display: none;
}
.layer-cnt .layer-w100{
    margin: 0 auto;
    width: 800px;
    height: 500px;
    position:absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -400px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 4px #666;
    border-radius: 5px;
    padding: 10px 20px 0;
}
.layer-cnt .layer-w100 p{
    font-size: 16px;
    color: #666;
    line-height: 27px;
    margin-top: 8px;
    text-indent: 36px;
}
.layer-cnt .layer-w100 p a{
    color: #666;
}
.layer-cnt .layer-w100 p a:hover{
    text-decoration: underline;
}
.layer-cnt .layer-w100 > h1{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
}
.layer-cnt .layer-w100 .layer-close{
    text-align: right;
    font-size: 26px;
    cursor: pointer;
    color: #666;
}