.listHeadArea {
	width: 100%;
	height: 166px;
	background: url(../images/list-hd-bg.png) no-repeat center center;
	position: relative;
	border-top: 5px solid #0063AF;
}

.myLibLink {
	font-size: 14px;
	font-weight: 700;
	color: #f8f8f8;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #0063af;
	-webkit-border-radius: 0px 0px 0px 6px;
	-moz-border-radius: 0px 0px 0px 6px;
	border-radius: 0px 0px 0px 6px;
	position: absolute;
	right: 0;
	top: 0;
}

.myLibIcon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/idx-my-lib.png) no-repeat;
	margin: -4px 9px 0 0;
}

.listHeadIn {
	position: relative;
}

.logoImgArea {
	padding: 35px 0;
	display: block;
}

.navArea {
	width: 680px;
	height: 45px;
	background: -webkit-linear-gradient(0deg, #c7e1ff 0%, #ffffff 100%);
	background: -moz-linear-gradient(0deg, #c7e1ff 0%, #ffffff 100%);
	background: -ms-linear-gradient(0deg, #c7e1ff 0%, #ffffff 100%);
	background: -o-linear-gradient(0deg, #c7e1ff 0%, #ffffff 100%);
	background: linear-gradient(0deg, #c7e1ff 0%, #ffffff 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}

.navLi{
	width: 114px;
	margin-left: -1px;
}

.navLi:last-of-type .navLink{
	border-right: none;
}

.navLink{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	height: 17px;
	line-height: 17px;
	border-right: 1px solid #999999;
	margin: 14px 0;
}

.curNavLi .navLink,
.navLink:hover{
	color:#0063AE;	
}


.secondConArea {
	min-height: 800px;
	margin: 18px 0 32px;
}

.secondConIn {
	min-height: 100%;
	position: relative;
}

.secondConLeft {
	width: 228px;
	border: 10px solid #85BFEB;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

.secLfHd {
	width: 97%;
	height:62px;
	line-height:62px;
	margin:0 auto;
	overflow: hidden;
	border-bottom: 1px solid #999999;
}

.secLfHdIn {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#000000;
}

.selLfHdIcon{
	width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
     background-repeat: no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: -2px 13px 0 -2px;
}

.selLfHdIcon01{background-image: url(../images/idx-menu-02.png);}
.selLfHdIcon02{background-image: url(../images/idx-menu-03.png);}
.selLfHdIcon03{background-image: url(../images/idx-menu-04.png);}
.selLfHdIcon04{background-image: url(../images/idx-menu-05.png);}

.secLfBd {
	width: 100%;
	padding: 8px 4px 24px;
}

.secLfBdLink {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #000;
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	display: block;
	padding: 14px 24px;
	position: relative;
}

.secLfBdLink i {
	width: 6px;
	height: 10px;
	background: url(../images/list-down.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin:-2px 17px 0 0;
}

.curSecLfBdLi .secLfBdLink, .secLfBdLink:hover {
	color: #0099FF;
}
.curSecLfBdLi .secLfBdLink i,
.secLfBdLink:hover i {
	background-image: url(../images/list-down-02.png);
}

.secondConRight {
	width: 914px;
	min-height: 800px;
	margin-left: 246px;
	border-top: 3px solid #3395DE;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
}

.secRtHd {
	height: 100px;
	line-height: 100px;
	position: relative;
}

.secRtHdTit {
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	padding-left: 18px;
	height: 42px;
	line-height: 42px;
}

.secRtNav {
	color: #777777;
	position: absolute;
	right: 22px;
	top: 0;
	font-size: 0;
}

.secRtNav a {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #777777;
	display: inline-block;
}

.secRtNav i {
	font-size: 13px;
	display: inline-block;
	margin: 0 8px;
}

a.curSecRtNav {
	color: #000000;
}

.secRtIdxIcon {
	width: 14px;
	height: 14px;
	background: url(../images/sec-nav-idx.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.secRtBd {
	width: 854px;
	margin: 0 auto;
}

.secRtBdIn {
	border-top: 1px dashed #D1D1D1;
	/*border-bottom: 1px dashed #D1D1D1;*/
	padding-top: 26px;
}

.secRtBdLink {
	color: #000000;
	font-size: 15px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	position: relative;
}

.bgLine{
	width: 100%;
	height: 1px;
	border-top: 1px dotted #A9A9A9;
	position: absolute;
	left: 0;
	top: 50%;
}

.bdLinkCon {
	color: #3366CC;
	display: inline-block;
	background:#fff;
	position: relative;
	z-index: 1;
}

.bdLinkCon i {
	width: 7px;
	height: 7px;
	background: url(../images/bd-link-icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.bdLinkTm {
	color: #666666;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: #fff;
	padding-left: 10px;
}

.listDetHd {
	padding: 30px 0 10px;
	border-bottom: 1px solid #C0C0C0;
}

.listDetTit {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.listDetTm {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	text-align: right;
}

.detTmIcon {
	width: 14px;
	height: 14px;
	background: url(../images/sec-tm-icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 0;
}

.listDetBdIn {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	padding: 15px 0 0;
}

.listDetBdIn p {
	text-indent: 2em;
	margin-bottom: 20px;
}

.listDetBdIn p img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.browseNum {
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	text-align: right;
}

.secDetHd {
	margin-bottom: 10px;
}

.secDetTit {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #000000;
}

.secDetTm {
	font-size: 13px;
	font-weight: 400;
	text-align: right;
	color: #666666;
	margin-top: 6px;
}

.secDetIn {
	padding:0 0 30px;
	line-height: 26px;
}

.secDetIn p {
	margin-bottom: 10px;
}

.secDetPara {
	text-indent: 2em;
}

.secConBot {
	padding: 32px 0;
}

.nextLine {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}

.nextLineLink {
	color: #FF0000;
}

.opDetArea a {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	width: 118px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 16px;
}

.closeWindowBtn {
	background: #7DCDE8;
}

.retListBtn {
	background: #3495de;
}

.secDetGrp {
	margin-bottom: 20px;
}

.secLfIn {
	display: none;
}

.secLfInLi a {
	font-size: 15px;
	color: #333;
	height: 38px;
	line-height: 38px;
	margin-left: 18px;
}

.curSecLfInLi a, .secLfInLi a:hover {
	color: #6983D6;
	text-decoration: underline;
}

.secLfInLi a i {
	width: 6px;
	height: 6px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: -3px 10px 0 0;
}

.curSecLfBdLi .secLfIn {
	display: block;
}

.consModel{margin-bottom: 44px;}

.cnosModelTit{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	border-left: 4px solid #3395DE;
	padding-left: 10px;
	margin-bottom: 24px;
}

.applyBtnArea{margin-top: 40px;}

.applyBtn{
	text-align: center;
    font-size: 15px;
    color: #fff;
    width: 200px;
    height: 46px;
    line-height: 46px;
    background: #0078ff;
    display: block;
}

.comPorLinePro{
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #3366cc;
	line-height: 36px;
}

.opProblemBtn{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(../images/list-con-open.png) no-repeat;
	margin: -3px 0 0 10px;
}

.comProLineCon{
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	width: 100%;
	background: #eaf7ff;
	border: 1px solid #c0dfff;
	padding: 18px 20px;
	margin-top:6px;
	display: none;
}

.comPorLine.isOpen .comProLineCon{
	display: block;
}

.comPorLine.isOpen .opProblemBtn{
	background-image: url(../images/list-con-close.png);
}

.videoSurLi{
	width: 270px;
    margin: 0 7px 33px;
}

.videoSourImg{
	width: 100%;
	height: 178px;
	display: block;
}

.videoSourImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videoSourBot{
height: 94px;	margin-top: 12px;
}

.videoSourTitLine{
	height: 22px;
}

.videoSourTit{
	width: 250px;
	height: 22px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

.videoIcon{
	width:16px;
	height: 16px;
	background: url(../images/video-icon.png) no-repeat;
	display: block;
	margin: 3px 0;
}

.videoInfo{
	height: 36px;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #555555;
	line-height: 18px;
	margin: 5px 0 12px;
}

.videoConTip{
	font-size: 13px;
	font-weight: 400;
	color: #666666;
}

.videoLibIcon,
.videoLookIcon{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

.videoLibIcon{
	background-image: url(../images/video-tip.png); 
	margin-right: 4px;
}

.videoLookIcon{
	background-image: url(../images/video-look-num.png); 
	margin: -1px 6px 0 0;
}

.sourcePage{
	margin-bottom: 10px;
}

.bookSourLi{
	width: 162px;
    height: 226px;
	background: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
	margin: 0 4px 28px;
	padding: 2px;
}

.bookSourLi:hover{
	border-color:#e8e8e8;
	-webkit-box-shadow:  0px 1px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:  0px 1px 8px 0px rgba(0,0,0,0.15);
	box-shadow:  0px 1px 8px 0px rgba(0,0,0,0.15);
}

.bookSourImg{
	width: 100%;
	height: 164px;
	display: block;
	margin: 0 auto 22px;
}

.bookSourImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bookSourTit{
	width: 100%;
	height: 22px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #3366cc;
	display: block;
}

