/*@charset "utf-8";*/
body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.min-width1130 {
    width: 1130px;
    min-width: 1130px;
}

a:hover {
    color: #2C73CF;
}

/*å¯¼èˆª*/
header{
    height: 100px;
    overflow: hidden;
}
header>.head_bg{
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
header>.top{
    height: 100%;
}
header .logo{
    max-height: 55px;
    margin-top: 25px;
}
.menu {
    height: 45px;
    width: 100%;
    background: #2C73CF;
}

.menu ul li {
    height: 45px;
    text-align: center;
    padding: 13px 44px;
    display: inline-block;
}

.menu ul li a {
    font-size: 13px;
    color: #FFF;
    font-weight: 600;
}

.menu ul li.active {
    background: #155DBC;
}

.menu ul li.active a {
    color: #FFF;
}

/*ä¸»ä½“*/

.banner{
    height: 290px;
    overflow: hidden;
}
.banner>.banner_img{
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.login_input {
    width: 240px;
    height: 35px;
    margin-top: 15px;
    border: 1px solid #bbbbbb;
}

.login_buttonl {
    color: #333;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    margin-top: 30px;
}

.login_button {
    background-color: #2C73CF;
    color: #fff;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    margin-top: 15px;
    border: 1px solid #2C73CF;
}

.register {
    position: absolute;
    width: 270px;
    height: 270px;
    background: #FFF;
    padding: 20px 15px;
    top: 10px;
    right: calc(50% - 565px);
}

.register>h4 {
	color: #0951A0;
}

.register>input {
	width: 100%;
	height: 34px;
	background: #F6F7F9;
	border-radius: 5px;
	margin-bottom: 10px;
	border: none;
	padding-left: 45px;
}

.register>input#account {
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: left;
}

.register>input#password {
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: left;
}

.register>#code_img {
	position: absolute;
	width: 75px;
	height: 34px;
	right: 26px;
	top: 138px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

.register>.loginBtn {
	width: 150px;
	height: 34px;
	border-radius: 5px;
	background: #0951A0;
	padding: 7px 0;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
}

.register>.link {
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.register>.link>a {
	font-size: 12px;
	color: #666;
}

.register>.link>a.forget {
	color: #0951A0;
}

.register .operationBtn>a {
	display: inline-block;
	width: 100px;
	height: 40px;
	background: #F4F4F4;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	padding: 10px 0;
	color: #333;
	font-size: 14px;
	margin: 0 8px;
}

.register .operationBtn>a:nth-child(2) {
	background: #0951A0;
	color: #FFF;
}

.node-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.tzgg-list li {
    width: 100%;
    height: 140px;
    background: #F6F6F6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.tzgg-list li:last-child {
    /*margin-bottom: 0px;*/
}

.tzgg-list li:nth-child(2n) {
    float: right;
}

.tzgg-list li:last-child(2n-1) {
    float: left;
}

.tzgg-list li img {
    width: 180px;
    height: 140px;
}

.gzdt-list li {
    width: 100%;
    height: 85px;
    margin-bottom: 22px;
}

.gzdt-list li:last-child {
    margin-bottom: 0px;
}

.gzdt-list li .time {
    width: 70px;
    height: 100%;
}

.zcfg-list li {
    width: 100%;
    height: 105px;
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0px;
}

.zcfg-list li img {
    width: 120px;
    height: 65px;
}






.main2 {
    width: 100%;
    height: 230px;
}

.main2_left {
    width: 72%;
    height: 100%;
}

.main2_left_list {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E4E4E4;
}

.main2_left_list .title {
    font-size: 22px;
    color: #333333;
    margin-left: 10px;
}

.main2_left_list .time {
    margin-top: 9px;
}

.main2_left_list .time a {
    font-size: 14px;
    color: #666666;
}

.main2_left ul li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.main2_left ul li:last-child {
    margin-bottom: 0px;
}

.main2_left ul li .dayu {
    font-size: 10px;
    color: #D8D8D8;
}

.main2_left ul li .title {
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
}

.main2_left ul li .time {
    font-size: 14px;
    color: #000000;
}

.main2_left ul li a:hover .dayu {
    color: #2C73CF;
}

.main2_left ul li a:hover .title {
    color: #2C73CF;
}

.main2_left ul li a:hover .time {
    color: #2C73CF;
}

.main2_right {
    width: 22.5%;
    height: 100%;
}


/*åŸ¹è®­æµç¨‹*/
.pxlc {
    width: 100%;
    height: 580px;
}

.pxlc_left {
    width: 24%;
    height: 100%;
}

.tabshow li {
    width: 100%;
    height: 80px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-left: 120px;
    cursor: pointer;
}

.tabshow li:nth-child(1) {
    background-image: url(../images/jiuyeblue.png);
    background-repeat: no-repeat;
    background-position: 60px 23px;
}

.tabshow li:nth-child(2) {
    background: url(../images/jiuyepeixunblue.png);
    background-repeat: no-repeat;
    background-position: 60px 23px;
}

.tabshow li:nth-child(3) {
    background: url(../images/gongkaikeblue.png);
    background-repeat: no-repeat;
    background-position: 60px 23px;
}

.tabshow li .title {
    font-size: 20px;
    color: #666;
    font-weight: 400;
}

.tabshow li .title-e {
    font-size: 10px;
    color: #666;
}

.tabshow li.active {
    background: #2C73CF;
}

.tabshow li.active .title {
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
}

.tabshow li.active .title-e {
    font-size: 10px;
    color: #FFF;
}

.tabshow li:nth-child(1).active {
    background-image: url(../images/jiuyebaise.png);
    background-repeat: no-repeat;
    background-position: 60px 23px;
}

.tabshow li:nth-child(2).active {
    background-image: url(../images/jixupeixunbaise.png);
    background-repeat: no-repeat;
    background-position: 60px 23px;
}

.tabshow li:nth-child(3).active {
    background-image: url(../images/gongkaikebaise.png);
    background-repeat: no-repeat;
    background-position: 60px 23px;
}

.pxlc_right {
    width: 890px;
    height: 100%;
}

.tabul,
.tabmore,
.tabcontainer,
.tabfl,
.tabzp,
.tabqz {
    display: none;
}

.showul,
.showmore,
.showcontainer,
.showfl,
.showzp,
.showqz {
    display: block;
}

.pxlc_right_top {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border-bottom: 1px solid #2C73CF;
}

.kcshow li {
    display: inline-block;
    width: 93px;
    height: 44px;
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.kcshow li.active {
    color: #FFF;
    background: #2C73CF;
    border-radius: 5px 5px 0 0;
}

.kc1show li {
    display: inline-block;
    width: 93px;
    height: 44px;
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.kc1show li.active {
    color: #FFF;
    background: #2C73CF;
    border-radius: 5px 5px 0 0;
}

.kc2show li {
    display: inline-block;
    width: 93px;
    height: 44px;
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.kc2show li.active {
    color: #FFF;
    background: #2C73CF;
    border-radius: 5px 5px 0 0;
}

.pxlc_right_top .more {
    margin-top: 10px;
}

.pxlc_right_top .more a {
    color: #666;
    font-size: 14px;
}

.pxlc_right_container {
    width: 100%;
    height: 110px;
}

.flshow li a {
    padding: 7px 26px;
    background: #FFF;
    border-radius: 17.5px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.flshow li a.active {
    background: #2C73CF;
    color: #FFF;
    border: none;
}

.fl1show li {
    padding: 7px 30px;
    background: #FFF;
    border-radius: 17.5px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.fl1show li.active {
    background: #2C73CF;
    color: #FFF;
    border: none;
}

.fl2show li {
    padding: 7px 30px;
    background: #FFF;
    border-radius: 17.5px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E5E5E5;
}

.fl2show li.active {
    background: #2C73CF;
    color: #FFF;
    border: none;
}

.fl3show li {
    padding: 7px 30px;
    background: #FFF;
    border-radius: 17.5px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E5E5E5;
}

.fl3show li.active {
    background: #2C73CF;
    color: #FFF;
    border: none;
}

.pxlc_right_container_kc li {
    width: 270px;
    height: 225px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-right: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.pxlc_right_container_kc li:nth-child(4) {
    margin-right: 0px;
}

.pxlc_right_container_kc li:nth-child(5) {
    margin-bottom: 0px;
}

.pxlc_right_container_kc li:nth-child(6) {
    margin-bottom: 0px;
}

.pxlc_right_container_kc li:nth-child(7) {
    margin-bottom: 0px;
}

.pxlc_right_container_kc li:nth-child(8) {
    margin-right: 0px;
    margin-bottom: 0px;
}

.pxlc_right_container_kc li img {
    width: 268px;
    height: 162px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pxlc_right_container_kc li img:hover .pxlc_right_container_kc li .title {
    font-size: 14px;
    color: #000;
    line-height: 26px;
}

/*æ±‚èŒæ‹›è˜*/
.zpxx {
    width: 100%;
    height: 50px;
    background: #F8FAFC;
}

.zpxx .title {
    font-size: 20px;
    color: #333;
    margin-left: 10px;
}

.zpxx ul li {
    display: inline-block;
    padding: 14px 24px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    cursor: pointer;
}

.zpxx ul li.active {
    color: #FFF;
    background: #2C73CF;
    border-radius: 5px 5px 0 0;
}

.zpxx .time {
    margin-top: 16px;
}

.zpxx .time a {
    font-size: 14px;
    color: #666;
}

.zpnr {
    width: 100%;
    height: 420px;
}

.zpnr ul li {
    display: inline-block;
    width: 292px;
    height: 205px;
    border: 1px solid #DFDFDF;
    margin-right: 6px;
    margin-bottom: 5px;
    padding: 18px 20px;
}

.zpnr ul li:nth-child(4) {
    margin-right: 0px;
}

.zpnr ul li:nth-child(5) {
    margin-bottom: 0px;
}

.zpnr ul li:nth-child(6) {
    margin-bottom: 0px;
}

.zpnr ul li:nth-child(7) {
    margin-bottom: 0px;
}

.zpnr ul li:nth-child(8) {
    margin-right: 0px;
    margin-bottom: 0px;
}

.zpnr ul li .name {
    color: #000;
    font-size: 16px;
}

.zpnr ul li .xinzi {
    font-size: 14px;
    color: #FC6321;
}

.zpnr ul li .cjlx {
    color: #888;
    font-size: 12px;
}

.zpnr ul li .yq {
    font-size: 12px;
    color: #666;
}

.zpnr ul li .time {
    font-size: 12px;
    color: #B0B0B0;
}

.zpnr ul li .fgx {
    width: 100%;
    height: 1px;
    background: #DFDFDF;
}

.zpnr ul li img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
}

.foot {
    width: 100%;
    height: 160px;
    background: #F9F9F9;
}

/*æ®‹ç–¾äººé£Žé‡‡*/
.fengcai {
    width: 100%;
    height: 335px;
    padding: 0 35px;
}

.fengcai ul li {
    display: inline-block;
    width: 210px;
    height: 305px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-right: 12px;
    float: left;
}

.fengcai ul li img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 208px;
    height: 140px;
}

.fengcai ul li .title {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.fengcai ul li .nr {
    font-size: 12px;
    color: #000000;
}

/*å‹æƒ…é“¾æŽ¥*/
.friendship .friendship-title {
    display: inline-block;
    height: 74px;
    line-height: 74px;
    font-size: 18px;
    color: white;
    width: 116px;
    text-align: center;
    background-color: #2C73CF;
}

.friendship .friendship-body {
    display: inline-block;
    width: 1004px;
    height: 74px;
    padding: 8px 36px;

}

.friendship .friendship-body li {
    width: 165px;
    margin-right: 5px;
    display: inline-block;
    color: #666;
    font-size: 14px;
}

.friendship .friendship-body li img {
    width: 165px;
    height: 58px;
}

.friendship .mr_frBtn {
    top: 24px;
    left: 8px;

}

.friendship .mr_frBtnL {
    float: left;
    display: block;
    width: 15px;
    height: 28px;
    background-image: url(../images/left.png);
    cursor: pointer;
    position: absolute;
}

.friendship .mr_frBtnR {
    float: right;
    display: block;
    width: 15px;
    height: 28px;
    cursor: pointer;
    background-image: url(../images/right.png);

    position: absolute;
    left: 985px;
}

.notice li {
    margin: 10px 0;
}

.notice li a:hover {
    color: #2C73CF;
}


.dlh li {
    display: inline-block;
    margin-right: 7px;
}

.dlh li:nth-child(1) {
    width: 70px;
    height: 70px;
    background: #F8FAFC;
    background-image: url(../images/kecheng.png);
    background-repeat: no-repeat;
    background-position: 24px 15px;
}

.dlh li:nth-child(1):hover {
    background: #2C73CF;
    background-image: url(../images/kechengw.png);
    background-repeat: no-repeat;
    background-position: 24px 15px;
}

.dlh li:nth-child(1):hover div {
    color: #FFF;
}

.dlh li:nth-child(2) {
    width: 70px;
    height: 70px;
    background: #F8FAFC;
    background-image: url(../images/mokao.png);
    background-repeat: no-repeat;
    background-position: 24px 15px;
}

.dlh li:nth-child(2):hover {
    background: #2C73CF;
    background-image: url(../images/mokaow.png);
    background-repeat: no-repeat;
    background-position: 24px 15px;
}

.dlh li:nth-child(2):hover div {
    color: #FFF;
}

.dlh li:nth-child(3) {
    width: 70px;
    height: 70px;
    background: #F8FAFC;
    background-image: url(../images/xuexi-1.png);
    background-repeat: no-repeat;
    background-position: 24px 15px;
    margin-right: 0px;
}

.dlh li:nth-child(3):hover {
    background: #2C73CF;
    background-image: url(../images/xuexi.png);
    background-repeat: no-repeat;
    background-position: 24px 15px;
}

.dlh li:nth-child(3):hover div {
    color: #FFF;
}

.jskcgk {
    background: url(../images/è¯¾ç¨‹å³ä¾§æ¨¡æ¿å›¾1.png);
}
.tooltip {
    opacity: 1;
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 135px;
    height: 155px;
    /*background-color: #F6F6F6;
color: #999;*/
    text-align: center;
    /*border-radius: 6px;
padding: 5px 0;*/
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 13%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f6f6f6 transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.menu>ul>li {
    position: relative;
}

.list {
    display: none;
    width: 815px;
    /*height: 200px;*/
    overflow: hidden;
    background: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 999;
    box-shadow: 0px 0px 5px #9D9D9D;
    padding: 10px;
}

.menu>ul>li:hover .list {
    display: block;
}

.kclist1 .kclist-img1 {
    width: 180px;
    height: 80px;
    /*border: 1px solid #DDDDDD;*/

}

.kclist1 .kclist-img1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.clear {
    clear: both;
}

.headbtn {
    background: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 6px;
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.head-btn{
    bottom: 2px;
    right: 15px;
}
.head-btn .headbtn.active {
    color: #0050B8;
    border-color: #0050B8;
}
.course-container{
	
}

.course-container .title{
	width: 100%;
	height: 36px;
	border-bottom:1px solid #E5E5E5;
	position: relative;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	padding-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.course-container .title .title-l div:nth-child(2){
	color: #999;
	font-size: 10px;
}

.course-container .title::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 30px;
	top: 40%;
	left: 0;
	transform: translateY(-40%);
	background: #091253;
}

.course-container .title .title-r {
	width: 60px;
	height: 21px;
	background: #F5F5F5;
	border-radius: 11px;
	text-align: center;
	line-height: 21px;
}

.course-container .title .title-r a{
	text-decoration: none;
	color: #999;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course-content{
	margin-top: 20px;
	width: 100%;
}

.course-content .item{
	width: 264px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}
.course-content .item:hover{
	transform: scale(1.02);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.21);
}

.course-content .item:nth-child(4n){
	margin-right: 0;
}
.course-content .item .item-img{
	width: 100%;
	height: 112px;
	overflow: hidden;
}
.course-content .item .item-img img{
	width: 100%;
	height:100%;
}

 .course-content .item .item-title{
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	box-sizing: border-box;
}
.course-content .item .item-hour{
	width: 100%;
	height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
}
 .course-content .item .item-hour i{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/ico-xueshi.png) no-repeat center;
}

.course-content .item .item-hour span{
	color: #999999;
	font-size: 12px;
}.select-course-filter {
	width: 1200px;
	margin: 0 auto;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 4px;
}

.breadcrumb li a {
	color: #333;
}

.breadcrumb .active a {
	color: #1945B8;
}