input,select,button{
    font:12px Verdana,Arial,Tahoma;
    vertical-align:middle;
}
input[type="submit"] {
    background: #1d6bd7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    width:75px;
    height:30px;
}
input[type="submit"]:hover {
    background: #C1C1C1 none repeat scroll 0 0;
}
input[type="reset"] {
    background: #3f3f3f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    width:75px;
    height:30px;
}
input[type="reset"]:hover {
    background: #C1C1C1 none repeat scroll 0 0;
}

/* 新闻部分内容*/
.news_info {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    padding: 40px 0 10px;
    width: 1140px;
}
.news_info .info_title {
    color: #555;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
}
.news_info .info_time {
    padding: 26px 0 3px;
    text-align: center;
}
.news_info .info_time em {
    padding: 0 2em;
}
.news_info .info_time span {
    border: 1px solid #c1c1c1;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 27px;
}
.news_info .info_page {
    overflow: hidden;
}
.news_info .info_page a {
    float: left;
    height: 38px;
    width: 50px;
}
.news_info .info_page a.prev {
    background:url("../image/cc.jpg") no-repeat scroll left top;
}
.news_info .info_page a.next {
    background:url("../image/bb.jpg") no-repeat scroll right top;
    float: right;
}
.news_info .info_page a:hover {
    background-position: left bottom;
}
.news_info .info_txt {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 30px 40px 50px;
}
.news_info .info_txt .info_return {
    background:url("../image/aa.jpg") no-repeat scroll left top;
    display: block;
    height: 38px;
    margin: 20px auto 0;
    overflow: hidden;
    text-indent: -999px;
    width: 122px;
}
.news_info .info_txt .info_return:hover {
    background-position: left bottom;
}
.news_info .news_label {
    padding: 18px 0 60px;
}
.news_info #bdshare {
    float: right;
    width: 195px;
}
.news_info #bdshare .name {
    float: left;
}

/* 二级导航*/
.banner {
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;

}
.other-banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.other-banner .banner-wrap {
    left: 50%;
    margin-left: -960px;
    position: absolute;
    top: 0;
    width: 1920px;
}
.in-banner {

    height: 50px;
    position: relative;
    text-align: center;
    margin-top:40px;
}
.ban-a {
    padding-top: 0px;

}
.ban-a li {
    display: inline-block;
}
.ban-a li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aeafaf;
    color: #333;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
}
.ban-a li a.on, .ban-a li a:hover {
    background: #f8c619 none repeat scroll 0 0;
    border: 1px solid #f8c619;
    color: #fff;
}
/* 分页*/
.mypage {

    text-align: center;

    width:1200px;
    margin: 10px auto 20px;
}
.mypage a {
    border:1px solid #C1C1C1;
    color: #666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
}
.mypage strong {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
}
.mypage a:hover {
    background: #f8c619 none repeat scroll 0 0;
    color: #fff;
}
.mypage em {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
}
/* 新闻列表*/
.news_right_c {
    width:1200px;
    margin:0px auto;
}
.news_right_c ul.news {
    margin: 0 0 15px;
}
.news_right_c ul.news li.Recom {
    border-bottom: 1px solid #e0e0e0;
    height: 190px;
    padding: 15px 0;
}
.news_right_c ul.news li.Recom p.n_l {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    float: left;
    text-align: left;
    width: 510px;
}
.news_right_c ul.news li.Recom p.n_l span.t {
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 35px;
}
.news_right_c ul.news li.Recom p.n_l span.c {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.news_right_c ul.news li.Recom p.n_l span.m {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.news_right_c ul.news li.Recom p.n_r {
    display: block;
    float: right;
    width: 351px;
}
.news_right_c ul.news li.Recom:hover p.n_l span {
    color: #f8c619;
    transition: all 0.4s ease 0s;
}
.news_right_c ul.news li.li {
    border-bottom: 1px dashed #e0e0e0;
    height: 82px;
    padding: 20px 0;
}
.news_right_c ul.news li.li p.n_l {
    background: #dcdcdc none repeat scroll 0 0;
    display: block;
    float: left;
    height: 81px;
    text-align: center;
    width: 81px;
}
.news_right_c ul.news li.li p.n_l span.d {
    color: #1d6bd7;
    display: block;
    font-size: 30px;
    margin: 10px 0 0px;
}
.news_right_c ul.news li.li p.n_l span.y {
    display: block;
    font-size: 15px;
}
.news_right_c ul.news li.li p.n_r {
    float: right;
    width: 1100px;
}
.news_right_c ul.news li.li p.n_r span.t {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 31px;
}
.news_right_c ul.news li.li p.n_r span.c {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 25px;
}
.news_right_c ul.news li.li:hover {
    background: #f2f2f2 none repeat scroll 0 0;
    transition: all 0.4s ease 0s;
}
.news_right_c ul.news li.li:hover p.n_l {
    margin: 0 0 0 10px;
    transition: all 0.4s ease 0s;
}
.news_right_c ul.news li.li:hover p.n_r {
    margin: 0 10px 0 0;
    transition: all 0.4s ease 0s;
    width: 1080px;
}
.news_right_c ul.news li.li:hover p.n_r span {
    color: #1d6bd7;
    transition: all 0.4s ease 0s;
}

.contain_left {

    width: 1200px;
    margin:0px auto;
}
.ntitle {
    color: #000;
    font-size: 32px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.nlocation {
    background: rgba(0, 0, 0, 0) url("../image/news_05.png") no-repeat scroll left center;
    color: #444;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 20px;
    width: 100%;
}
.nlocation a {
    color: #444;
}
.nclass {
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.nclass a {
    border: 1px solid #ddd;
    color: #3f3f3f;
    display: inline-block;

    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: -1px;
    padding: 0 11.4px;
}
.nclass a:first-child {
    margin: 0;
}
.nclass a:hover {
    border: 1px solid #ccc;
}
.nclass a.on {
    border-bottom: 1px solid #fff;
    border-top: 2px solid #1d6bd7;
    color: #1d6bd7;
}
.connect {
    background: rgba(0, 0, 0, 0) url("http://www.ncgtedu.com/templets/moban/images/cn01.jpg") no-repeat scroll center center;
    min-height: 500px;
}

.home_title {
    padding-top: 50px;
    text-align: center;
}


/*环境*/

.sub_airport li {
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
    margin-left: 34px;
    overflow: hidden;
    position: relative;
    width: 256px;
    text-align: center;
}

.airp_img {
    height: 192px;
    overflow: hidden;
    width: 256px;
    margin: 0px;
    padding: 0px;
}
.sub_airport li .airp_bg {
    height: 192px;
    left: 0;
    position: absolute;
    top: 0;
    width: 256px;
}
.sub_airport li .airp_bg::before {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    top: 10px;
    transition: height 300ms ease-in-out 0s;
    width: 225px;
}
.sub_airport li .airp_bg::after {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 160px;
    left: 13px;
    position: absolute;
    top: 10px;
    transition: width 300ms ease-in-out 0s;
    width: 0;
}
.sub_airport li .airp_bg a {
    color: #fff;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 111;
}
.sub_airport li a {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub_airport li:hover img {
    opacity: 0.4;
}
.sub_airport li:hover .airp_bg {
    background: #1d6bd7 none repeat scroll 0 0;
    opacity: 0.8;
}
.sub_airport li:hover .airp_bg a {
    color: #fff;
    opacity: 1;
    top: 40%;
}
.sub_airport li:hover .airp_bg::before {
    height: 164px;
}
.sub_airport li:hover .airp_bg::after {
    width: 229px;
}
.sub_airport li:hover a {
    color: #1d6bd7;
}

/*师资*/
.avatar_panel {
    width: 160px;
    height: 160px;
    overflow: hidden;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  margin: 0px auto;
}
.avatatxt{
    width: 100%;
    text-align: center;
    margin-top: 15px;

}
.teacher_unit1,.teacher_unit1_i{

    background: white;
    border:1px solid #e6e6e6;
    /*margin-right: 20px;*/
    /*margin-top:10px;*/
    /*float:left;*/
    padding:0 10px;
    margin:20px 29px; ;
}
.teacher_unit1.last{
    margin-right:0px;
}
.teacher_unit1 .avatar_panel,.teacher_unit1_i .avatar_panel{
    margin:20px 30px 0px 30px;
}

.teacher_unit1 .teacher_name,.teacher_unit1_i .teacher_name{
    display: block;
    text-align: center;
    line-height: 32px;
    font-size:16px;
    color:#cf712e}
.teacher_unit1 .sep_line{
    height: 32px;
    background: url("http://www.ncgtedu.com/templets/moban/images/image/slash.png") no-repeat center center;
    display: inline-block;
    width: 25px;
}


.teacher_unit1 .teacher_remark,.teacher_unit1_i .teacher_remark{
    display: block;
    text-align: center;
    line-height: 32px;
    /*height: 32px; mg delete*/
    font-size:12px;}
.teacher_unit1:hover{ background: white;
    border:1px solid #cf712e;
    /*-webkit-box-shadow:5px 5px 5px rgba(220, 220, 220, .5);*/
    /*-moz-box-shadow:5px 5px 5px rgba(220, 220, 220, .5);*/
    /*box-shadow:5px 5px 5px rgba(220, 220, 220, .5);*/
    -webkit-box-shadow:0px 0px 20px rgba(220, 220, 220, 1);
    -moz-box-shadow:0px 0px 20px rgba(220, 220, 220, 1);
    box-shadow:0px 0px 20px rgba(220, 220, 220, 1);
    -moz-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    -o-transition: border 0.5s ease-in-out;
    transition: border 0.5s ease-in-out;

    /*-moz-box-shadow: 5px -5px 3px #666666; /!* �ϵ� Firefox *!/*/
    /*box-shadow: 5px -5px 3px #666666;*/
}
.teacher_unit1 .like_panel{
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;

}

.teacher_unit1 .like_amount{
    height: 30px;
    line-height: 30px;

    vertical-align: middle;

}
.avatar_panel {
    width: 160px;
    height: 160px;
    overflow: hidden;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
.width_200px{
    width:200px;
    float:left;
    overflow:hidden;}
.width_550px{
    width:550px;
    float:left;
    margin-left:30px;
    overflow:hidden;}
.teacher_list_page .teacher_unit1{
    width: 220px;
    float:left;

}
/*课程*/
.cource{
    width: 100%;
    min-width: 1300px;
    height: 538px;
    margin-top: 0px;

    background-attachment: fixed;
    background-size: cover;

}
.cource h4{
  font-size:20px;

}
.cource .title{
    padding-top: 50px;
    text-align: center;
    color: #000;
}
.cource .title h4{

    color: #000;
}
.cource .title >i{
    text-align: center;
    color: #000;
    display: inline-block;
    position: relative;
    top: -5px;
    width: 65px;
    height: 1px;
    overflow: hidden;
    background-color: #000;
}
.cource .title h5{
    display: inline-block;
    margin: 20px 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;

}
.cource .content{
    text-align: center;
}
.cource .content ul{
}
.cource .content ul li{
    float:left;
    width: 291px;
    height: 291px;
    padding: 7px;
    background: #f2f2f2;
    margin-left: 25px;
    margin-bottom: 25px;
}
 .cource .content ul li:nth-child(4n+1){
            margin-left: 0
          }
.cource .content .chat{
    display: block;
    width: 90px;
    height: 34px;
    text-align: center;
    background: #1d6bd7;
    line-height: 34px;
    float:left;
    margin: 10px 30px;
}
.cource .content .detail{
    display: block;
    width: 90px;
    height: 34px;
    text-align: center;
    background: #f39800;
    line-height: 34px;
    float:left;
    margin: 10px 20px;
}
.cource .content a{
    color: #fff;

}
/*下载*/
.stu_info{
    margin-top: 30px;
}
.stu_info li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 20px;

    background:url(../image/down.png) no-repeat left 5px;

}
.stu_left {
    color: #373737;
    font-size: 30px;
    font-weight: 600;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}
.stu_left em {
    border-top: 1px solid #c3c3c3;
    color: #999;
    display: block;
    font-size: 18px;
    margin-top: 12px;
    padding-top: 10px;
}
.stu_tit1 a {
    color: #000;
    font-size: 16px;
}
.stu_tit1 span {
    float:right;
    width:53px;
    height:27px;

    background:url(../image/xia.png);
    display:inline-block;
}
.stu_tit1:hover span {
    background:url(../image/xia1.png);
}
.stu_tit1 a:hover {
    color: #f9b602;
}
.stu_sum1 {
    color: #666;
}
.stu_tit2 {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 22px;
    line-height: 56px;
    margin-bottom: 20px;
}
.stu_txt b {
    color: #333;
}
.stu_txt img {
    display: inline;
}
.stu_tit2 {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 22px;
    line-height: 56px;
    margin-bottom: 20px;
    text-align:center;
}


 .pagination-content .pagination {display: flex;justify-content: center;}
                .pagination-content .pagination li a,.pagination-content .pagination li span {
                    display: inline-block;padding: 2px 12px;margin: 0 5px;
                }
                .pagination-content .pagination li.active a,.pagination-content .pagination li.active span {
                    background-color: #1d6bd7;
                    color: #fff;
                }