html,
body {
    background: #fafafa;
}

.learnCon {
    width: 1150px;
    min-height: 800px;
    margin: -23px auto 0;
}

.learnNav {
    width: 240px;
    height: 220px;
    background: #FFFFFF;
}

.learnNav li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin-bottom: 1px;
}
.learnNav li:hover{
    font-size: 16px;

    letter-spacing: 0;
    background: #FF0303;
}
.learnNav  li:hover a{
    color: #FFFFFF;
}
.learnNav li img {
    position: absolute;
    right: 23px;
    top: 24px;
}

.learnNav .learnActive {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #FF0303;
}

.learnNav .learnActive a {
    color: #FFFFFF;
}

.learnList {
    width: 900px;
    height: 100%;
    padding-top: 20px;
    background: #fff;
}

.footerBom {
    width: 100%;
    height: 200px;
    position: relative;
}

.learnList li {
    width: 300px;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.14px;
    overflow: hidden;
}

.learnList li img {
    width: 283px;
    height: 160px;
    display: block;
    margin: 0 auto;
}

.learnList li p {
    width: 283px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.videoCon {
    background: #FFFFFF;
    width: 1000px;
    min-height: 600px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 60px;
    padding:30px 80px 70px;
}

.videoImg {
    display: block;
    width: 860px;
    height: 495px;
    margin: 0px auto;
}

.videoCon h3 {
    width: 860px;
    margin: 0 auto;
    font-size: 16px;
    color: #FF0303;
    letter-spacing: -0.14px;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED;
    margin: 22px auto;
    line-height: 32px;
}
.videoCon img{
    max-width: 850px;
}
.videoCon p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    margin: 5px 0;
}
.videoCon .videoTit{
    font-size: 14px;
    color: #949494;
    letter-spacing: -0.14px;
    margin-bottom: 2px;
}
.videoName{
    margin-bottom: 20px;
}
.right-list{
    width: 890px;
}
.news-item{
    background: #fff;
    padding: 18px;
    margin-bottom: 15px;
}
.news-item-img{
    width: 200px;
    height: 130px;
}
.news-item-img img{
    width: 100%;
    height: 100%;;
}
.news-item-info{
    width: 630px;
}
.news-item-info h3,.news-item-noimg h3{
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
}
.news-item-info h3 a:hover,.news-item-noimg h3 a:hover{
    color: #FF0303;
}
.news-item-info p,.news-item-noimg p{
    font-size: 14px;
    line-height: 24px;
    color: #858585;
}
.news-item-info-time{
    margin-top: 23px;
}
.active {
    background: url(../img/pic_line.png) no-repeat left 18px top 24px;
}
.learnNav li a{
    display: block;
    width: 240px;
    height: 55px;

}
.videoCon iframe{
    width: 700px;
    display: block;
    margin: 0 auto;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
	/*background: black;*/
}
.biankuang_1{
	height: 0px;
	top: -6px;
	left:6px;
	border-left: 3px solid #fbd6c1;
}
.biankuang_2 {
	width: 0px;
	bottom:0px;
	left: 7px;
	border-top: 3px solid #fbd6c1;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:6px;
	border-right: 3px solid #fbd6c1;
}
.biankuang_4{
	width:0px;
	top:0px;
	right:8px;
    border-bottom: 3px solid #fbd6c1;
    z-index: 999;
}
