@charset "utf-8";
.main-1 {
    float:left;
    width: 320px;
    margin-right:20px;
}
.main-2 {
    float: left;
    width: 460px;
    margin-right:20px;
}
.main-3 {
    float: right;
    width: 300px;
}

/*幻灯片*/

.huandeng {
    margin-bottom:20px;
    padding:5px;
    position: relative;
	height: 220px;
    border: 1px solid #f4f4f4;
}
.inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner ul {
    width: 1000%;
    position: absolute;
    top: 0;
    left: 0;
}
.inner ul li {
    float: left;
}
.inner ul li img {
    width:318px;
	height:220px;
}
.huandeng ol {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 10px;

}
.huandeng ol li{
    float: left;
    width: 18px;
    height: 18px;
	border-radius:9px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
	font-size:12px;
}
.huandeng ol li.current {
    background-color: orange;
}

/*推荐图文*/
.tuijian {
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
}
.tuijian .title{
    margin: 10px 0;
    width: 64px;
    line-height: 24px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 12px 12px 0;
    background-color: #f37403;
}
.tuijian ul {
	padding:0 10px;
}
.tuijian ul li {
    overflow: hidden;
	margin-bottom:11px;
}
.tuijian ul li img {
	float:left;
	border:1px solid #eee;
	width:110px;
	height:75px;
	margin-right:5px;
}
.tuijian ul li p{
	font-weight:bolder;
	font-size: 14px;
}
.tuijian ul li span{
	font-size:12px;
	line-height:20px;
	color:#999;
}


/*每日导读*/
.today {
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
}
.today .title::before
{
    content: "";
    background: #f37403;
    width: 90px;
    height: 2px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.today .title {
    padding:10px;
    font-size: 16px;
    position: relative;
    border-bottom: 2px solid #dcdcdc;
}
.today .title span {
    float:right;
    font-size: 14px;
}
.today dl {
    padding: 15px 10px 14px;;
}
.today dl dt {
    margin-top:5px;
}
.today dl dt:nth-child(5){
	margin-top:15px;
	font-weight:bolder;
}
.today dl dt:nth-child(11){
	margin-top:15px;
	font-weight:bolder;
}
.today dl dt:nth-child(17){
	margin-top:15px;
	font-weight:bolder;
}
.today dl dt:nth-child(23){
	margin-top:15px;
	font-weight:bolder;
}
.today dl dt::before{
    float: left;
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: inline-block;
    margin: 10px 10px 0 0;
    border-radius: 2px;
}
.today dl dt a{
    display: inline-block;
}
.today dl dt span a {
	font-size:14px;
}
.today dl dd {
    padding: 5px 15px;
    font-size: 14px;
}

.userlogin {
	border: 1px solid #f4f4f4;
	background:#fafafa;
	padding:10px;
	text-align:center;
	display:none;
}
.userlogin img {
	width:50px;
	height:50px;	
}
.userlogin p {
	text-align:left;
	padding:5px 0;
	font-size:14px;
}
.userlogin p a {
	color:#666;
	padding-left:15px;
	background: url(/skin/img/sanjiao.gif) no-repeat 0px 4px;
}

/*宽300的盒子带title*/
.box300 {
    margin-top:20px;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
}
.box300 .title {
    margin: 10px 0;
    width: 64px;
    line-height: 24px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 12px 12px 0;
    background-color: #f37403;
}
.box300 ul {
    margin:0 10px;
}
.box300 ul li {
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    padding-left:10px;
    background: url(/skin/img/dian.gif) no-repeat 0 13px;
}
.box300 ul li span {
    float:right;
    color: #f37403;
}

/*读人生开始*/
.rstitle {
    height: 30px;
    padding-top:10px;
    border-bottom: 4px solid #ddd;
}
.rstitle .fl img {
    width: 40px;
    height: 26px;
    margin-top: -10px;
    margin-right: 20px;
}
.rstitle .fl a {
    font-weight: bolder;
    font-size: 22px;
    color: #f37403;
}
.rstitle .fr a {
    display: block;
    line-height: 22px;
    padding: 0 10px;
    background-color: #f2f2f2;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    float:left;
    margin-left:8px;
    font-size: 12px;
    color: #333333;
}
.rstitle .fr a:hover {
    background-color: #f37403;
    border: 1px solid #f37403;
    color: #fff;
}
.rsbox {
    border: 1px solid #d9d9d9;
	
	overflow: hidden;
}
.rsmenu {
    padding:10px;
    border-bottom: 1px solid #d9d9d9;
}
.rsmenu a {
    line-height: 30px;
    padding: 0 7px;
    font-size: 14px;
    border-right: 1px solid #ccc;
}
.rsboxx {
	width:1210px;
}
.rsboxx dl {
    float:left;
    width: 260px;
    padding:10px;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.rsboxx dl dt {
	font-size:14px;
	font-weight:bolder;
	border-bottom:1px solid #f0f0f0;
	background:#f7f7f7;
}
.rsboxx dl dd {
	padding-top:8px;
}
.rsboxx dl dd a {
    display: block;
    line-height: 24px;
    font-size: 14px;
}
.rsboxx dd a::before{
    float: left;
    content: "";
    background: #ccc;
    width: 3px;
    height: 3px;
    overflow: hidden;
    display: inline-block;
    margin: 10px 10px 0 0;
    border-radius: 1px;
}

/*课堂开始*/
.kttitle {
    height: 30px;
    padding-top:10px;
    border-bottom: 4px solid #ddd;
}
.kttitle .fl img {
    width: 36px;
    height: 30px;
    margin-top: -10px;
    margin-right: 20px;
}
.kttitle .fl a {
    font-weight: bolder;
    font-size: 22px;
    color: #00507a;
}
.kttitle .fr a {
    display: block;
    line-height: 22px;
    padding: 0 10px;
    background-color: #f2f2f2;
    border: 1px solid #d7d7d7;
    border-radius: 11px;
    float:left;
    margin-left:8px;
    font-size: 12px;
    color: #333333;
}
.kttitle .fr a:hover {
    background-color: #fb6600;
    border: 1px solid #fb6600;
    color: #fff;
}
/*课堂盒子*/
.ktbox {
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.video {
    float:left;
    width: 300px;
    background-color: #f4f4f4;
}
.video dl{
    padding: 5px 10px;
}
.video dl dt {
    font-size: 14px;
    font-weight: bolder;
}
.video dl dd {
    padding-top:6px;
}
.video dl dd a {
    line-height: 24px;
    padding: 5px;
    color: #333;
    font-size: 14px;
}

.videolist {
    padding:5px 0;
}
.videolist li {
    float:left;
    width: 200px;
    height: 145px;
    margin: 5px 0 5px 20px;
    text-align: center;
    border: 0px solid #999;
    position: relative;
}
.videolist li img {
    width: 200px;
    height: 145px;
}
.videolist li p{
    font-size: 14px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left:0;
    background: rgba(69, 69, 69, 0.8);
    color: #fff;
 }
.videolist li p a{
    display: block;
    color: #fff;
}


/*图文*/
.tutitle {
    height: 30px;
    padding-top:10px;
    border-bottom: 4px solid #ddd;
}
.tutitle .fl img {
    width: 36px;
    height: 30px;
    margin-top: -10px;
    margin-right: 20px;
}
.tutitle .fl a {
    font-weight: bolder;
    font-size: 22px;
    color: #fb6600;
}
.tutitle .fr a {
    display: block;
    line-height: 22px;
    padding: 0 10px;
    background-color: #f2f2f2;
    border: 1px solid #d7d7d7;
    border-radius: 11px;
    float:left;
    margin-left:8px;
    font-size: 12px;
    color: #333333;
}
.tutitle .fr a:hover {
    background-color: #fb6600;
    border: 1px solid #fb6600;
    color: #fff;
}
/*图盒子*/
.tubox {
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.tulist {
    padding:5px 10px;
}
.tulist li {
    float:left;
    width: 219px;
    padding:15px 0 0 0px;
    text-align: center;
    border: 0px solid #999;
}
.tulist li img {
    width: 180px;
    height: 120px;
	border:1px solid #f4f4f4;
	padding:5px;
}
.tulist li p{
    font-size: 14px;
    line-height: 30px;
}
.gg {
    background-color: #fff;
    text-align: center;
}
.gg img {
    width: 1120px;
	height:60px;
}