/*
*@Description: 主站
*@Author:      suny
*@time:        2017-04-22
*@version:     v1.0
*@Update:      修改人(修改时间)
*@version:     修改版本
*/
a:hover {
  color: #0182c6;
}
/*广告轮播*/
.adv {
  width: 1200px;
  height: 370px;
  position: relative;
  overflow: hidden;
}
.adv .advLeft {
  width: 3600px;
  height: 370px;
  float: left;
}
.adv .advLeft > li {
  width: 1200px;
  height: 370px;
  float: left;
}
.adv li > img {
  width: 1200px;
  height: 368px;
}
.adv .advbg {
  width: 356px;
  height: 370px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/advbg.png") no-repeat;
  opacity: 0.9;
}
.adv .advbg dl {
  margin-top: 20px;
  padding: 20px;
}
.adv .advbg dt {
  font-size: 30px;
}
.adv .advbg dd {
  padding-top: 15px;
  font-size: 14px;
}
.adv .change {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.adv .change li {
  display: block;
  float: left;
  width: 30px;
  height: 8px;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
.adv .change .on {
  background: #9ac1e2 !important;
}
/*新闻头条*/
.news_head .news_title_left {
  width: 101px;
  height: 103px;
  border: 1px #ccc solid;
  background: #f9f9f9;
  margin-right: 16px;
}
.news_head .news_title_left img {
  display: block;
  margin: 5px auto 0;
}
.news_head .news_title_right {
  width: 1078px;
  height: 103px;
  border: 1px #ccc solid;
  background: #fff;
}
.news_head .news_title_right strong {
  color: #333;
  font-size: 24px;
  margin-top: 15px;
  text-align: center;
  display: block;
}
.news_head .news_title_right strong a {
  color: #333;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1000px;
  display: block;
  padding-left: 30px;
}
.news_head .news_title_right strong a:hover {
  color: #0182c6;
}
.news_head .news_title_right > .list {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.news_head .news_title_right > .list li {
  float: left;
  width: 359px;
}
.news_head .news_title_right > .list li > a {
  display: block;
  text-align: center;
  overflow: hidden;
}
.news_head .news_title_right > .list li > a > span {
  display: block;
  padding: 0 20px;
  float: left;
}
.news_head .news_title_right > .list li > a > em {
  display: block;
  width: 269px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*新闻内容*/
.news_content_2 {
  width: 830px;
}
.pic_news {
  width: 830px;
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 328px;
}
.pic_news > a {
  color: #ffffff;
  position: absolute;
  top: 0;
  display: block;
  height: 250px;
}
.pic_news > a img {
  height: 250px;
}
.pic_news .pic_change {
  position: absolute;
  top: 235px;
  z-index: 999;
}
.pic_news .pic_change li {
  display: block;
  float: left;
  width: 30px;
  height: 8px;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
.pic_news .pic_change .on {
  background: #9ac1e2 !important;
}
.pic_news .pic_news_tit {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 365px;
  background: #000000\9;
  background: rgba(35, 35, 35, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  padding: 10px;
  text-align: center;
}
.pic_news .pic_news_tit dt {
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic_news .pic_news_tit dd {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic_news .pic_news_left {
  float: left;
  width: 400px;
}
.pic_news .pic_news_left .title {
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/index_content_bar_1.jpg") no-repeat right 30px;
  width: 385px;
  font-size: 20px;
  line-height: 48px;
  padding-left: 15px;
}
.pic_news .pic_news_left .title > a {
  color: #0182c6;
}
.pic_news .pic_news_left .pic_news {
  width: 385px;
  padding-left: 15px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.pic_news .pic_news_left .pic_news > a {
  display: block;
}
.pic_news .pic_news_left .pic_news > a > img {
  display: block;
  width: 385px;
  height: 250px;
}
.pic_news .pic_news_right {
  float: left;
  width: 400px;
  margin-left: 10px;
}
.pic_news .pic_news_right .title {
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/index_content_bar_1.jpg") no-repeat right 30px;
  width: 380px;
  font-size: 20px;
  line-height: 48px;
  padding-left: 20px;
}
.pic_news .pic_news_right .title > a {
  color: #0182c6;
}
.pic_news .pic_news_right .title .more {
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.pic_news .pic_news_right > .head {
  width: 380px;
  padding-left: 20px;
  margin-top: 10px;
}
.pic_news .pic_news_right > .head > a {
  overflow: hidden;
  display: block;
}
.pic_news .pic_news_right > .head > a > img {
  display: block;
  width: 120px;
  height: 95px;
  float: left;
}
.pic_news .pic_news_right > .head > a > .details {
  float: right;
  width: 240px;
}
.pic_news .pic_news_right > .head > a > .details > .t1 {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pic_news .pic_news_right > .head > a > .details > .t2 {
  margin-top: 6px;
}
.pic_news .pic_news_right > .list {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  width: 380px;
  margin-left: 20px;
}
.pic_news .pic_news_right > .list > li {
  width: 380px;
  margin-top: 9px;
}
.pic_news .pic_news_right > .list > li > a {
  display: block;
  width: 380px;
  overflow: hidden;
  line-height: 24px;
}
.pic_news .pic_news_right > .list > li > a > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 240px;
  float: left;
}
.pic_news .pic_news_right > .list > li > a > span {
  text-align: right;
  width: 140px;
  float: right;
}
.dang_work {
  width: 310px;
  padding: 0 20px;
  background: #fff;
  height: 328px;
  overflow: hidden;
}
.dang_work > .title {
  color: #0283c7;
  width: 310px;
  overflow: hidden;
  line-height: 43px;
}
.dang_work > .title > p {
  float: left;
  font-size: 20px;
}
.dang_work > .title > a {
  float: right;
}
.dang_work > .list {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.dang_work > .list li {
  overflow: hidden;
}
.dang_work > .list li .date {
  float: left;
  background: #e6e6e6;
  width: 60px;
  height: 65px;
}
.dang_work > .list li .date > span {
  display: block;
  line-height: 32px;
  margin: 0 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.dang_work > .list li .date > p {
  line-height: 32px;
  text-align: center;
}
.dang_work > .list li .details {
  display: block;
  width: 240px;
  float: right;
}
.dang_work > .list li .details > em {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dang_work > .list li .details > span {
  line-height: 1.4;
  margin-top: 6px;
  display: block;
}
.dang_work > .list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
.school_show {
  width: 830px;
  background: #fff;
  overflow: hidden;
}
.school_show .school_show_left {
  width: 400px;
  float: left;
}
.school_show .school_show_left > .title {
  line-height: 48px;
  overflow: hidden;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/index_news_bg1.png") no-repeat right 20px;
}
.school_show .school_show_left > .title > p {
  color: #0283c7;
  font-size: 20px;
  float: left;
  padding-left: 15px;
}
.school_show .school_show_left > .title > a {
  padding-top: 20px;
  line-height: 1;
  padding-right: 22px;
  float: right;
}
.school_show .school_show_left > .content {
  padding-left: 20px;
}
.school_show .school_show_left > .content > a {
  width: 380px;
  height: 190px;
  display: block;
  position: relative;
}
.school_show .school_show_left > .content > a > img {
  width: 380px;
  height: 190px;
  display: block;
}
.school_show .school_show_left > .content > a .school_show_pic {
  width: 380px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
}
.school_show .school_show_left > .content > a .school_show_play {
  left: 41%;
  position: absolute;
  bottom: 40%;
  width: 70px;
  height: 70px;
  filter: alpha(opacity=80);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.8;
  /*Firefox私有，透明度50%*/
  opacity: 0.8;
  /*其他，透明度50%*/
}
.school_show .school_show_right {
  float: left;
  width: 400px;
  margin-left: 10px;
}
.school_show .school_show_right > .title {
  line-height: 48px;
  overflow: hidden;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/index_news_bg1.png") no-repeat right 20px;
}
.school_show .school_show_right > .title > p {
  color: #0283c7;
  font-size: 20px;
  float: left;
  padding-left: 15px;
}
.school_show .school_show_right > .title > a {
  padding-top: 20px;
  line-height: 1;
  padding-right: 22px;
  float: right;
}
.school_show .school_show_right > .content {
  padding-left: 20px;
}
.school_show .school_show_right > .content > .pic {
  float: left;
  margin-top: 10px;
  display: block;
  width: 180px;
  height: 180px;
}
.school_show .school_show_right > .content > .pic > img {
  width: 180px;
  height: 170px;
}
.school_show .school_show_right > .content > .details {
  margin-top: 10px;
  width: 180px;
  float: right;
}
.school_show .school_show_right > .content > .details li {
  line-height: 32px;
  padding-left: 20px;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/jt.png") no-repeat 0 center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhaosheng_work {
  width: 790px;
  padding: 0 20px;
  background: #fff;
  overflow: hidden;
}
.zhaosheng_work > .title {
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/zhaosheng_bar.jpg") no-repeat right 30px;
  width: 100%;
  font-size: 20px;
  line-height: 48px;
}
.zhaosheng_work > .title > a {
  color: #0182c6;
}
.zhaosheng_work > .content {
  padding-top: 10px;
  overflow: hidden;
}
.zhaosheng_work > .content > li {
  width: 250px;
  float: left;
}
.zhaosheng_work > .content > li + li {
  margin-left: 20px;
}
.zhaosheng_work > .content > li + li > a {
  display: block;
  width: 250px;
  height: 190px;
}
.jiuye_zhaopin_news {
  width: 830px;
  background: #fff;
  overflow: hidden;
  padding-top: 10px;
}
.jiuye_zhaopin_news_left {
  width: 400px;
  float: left;
}
.jiuye_zhaopin_news_left > .title {
  line-height: 48px;
  overflow: hidden;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/index_news_bg1.png") no-repeat right 20px;
}
.jiuye_zhaopin_news_left > .title > p {
  color: #0283c7;
  font-size: 20px;
  float: left;
  padding-left: 15px;
}
.jiuye_zhaopin_news_left > .title > a {
  padding-top: 20px;
  line-height: 1;
  padding-right: 22px;
  float: right;
}
.jiuye_zhaopin_news_left > .content {
  padding-left: 20px;
  padding-bottom: 22px;
}
.jiuye_zhaopin_news_left > .content li {
  width: 100%;
  line-height: 32px;
}
.jiuye_zhaopin_news_left > .content li > a {
  display: block;
  overflow: hidden;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/jt.png") no-repeat 0 center;
}
.jiuye_zhaopin_news_left > .content li > a > p {
  text-indent: 20px;
  width: 240px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jiuye_zhaopin_news_left > .content li > a > span {
  float: right;
}
.jiuye_zhaopin_news_right {
  margin-left: 10px;
  width: 400px;
  float: left;
}
.jiuye_zhaopin_news_right > .title {
  line-height: 48px;
  overflow: hidden;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/index_news_bg1.png") no-repeat right 20px;
}
.jiuye_zhaopin_news_right > .title > p {
  color: #0283c7;
  font-size: 20px;
  float: left;
  padding-left: 15px;
}
.jiuye_zhaopin_news_right > .title > a {
  padding-top: 20px;
  line-height: 1;
  padding-right: 22px;
  float: right;
}
.jiuye_zhaopin_news_right > .content {
  padding-left: 20px;
  padding-bottom: 22px;
}
.jiuye_zhaopin_news_right > .content li {
  width: 100%;
  line-height: 32px;
}
.jiuye_zhaopin_news_right > .content li > a {
  display: block;
  overflow: hidden;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/jt.png") no-repeat 0 center;
}
.jiuye_zhaopin_news_right > .content li > a > p {
  text-indent: 20px;
  width: 240px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jiuye_zhaopin_news_right > .content li > a > span {
  float: right;
}
.common_tit {
  color: #0283c7;
  width: 310px;
  overflow: hidden;
  line-height: 48px;
}
.common_tit > p {
  float: left;
  font-size: 20px;
}
.common_tit > a {
  float: right;
}
.rule {
  width: 310px;
  padding: 0 20px;
  background: #fff;
}
.rule .content li {
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/jt.png") no-repeat left center;
  padding-left: 20px;
  line-height: 25px;
  float: left;
  width: 290px;
  display: block;
  /*a {
        width: 200px;
        display: block;
        float: left;
        .elipsis();
      }*/
}
.rule .content li p {
  width: 200px;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rule .content li span {
  display: block;
  float: right;
}
.quick {
  width: 350px;
  overflow: hidden;
}
.quick > li a {
  float: left;
  width: 110px;
  margin-top: 10px;
  height: 90px;
  text-align: center;
  padding-top: 20px;
  color: #ffffff;
}
.quick > li a img {
  height: 42px;
}
/*列表页样式*/
.list_bg {
  background: #ffffff !important;
}
.list_ad {
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  position: relative;
 /*  z-index: 1; */
}
.list_ad img {
  width: 100%;
  height: 301px;
}
/*列表左侧*/
.list_left {
  position: relative;
  z-index: 1;
  width: 210px;
}
.list_left .list_tit {
  padding: 20px 10px 0 10px;
  line-height: 32px;
  width: 83px;
  height: 121px;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/list01.png") no-repeat;
  position: absolute;
  z-index: 2;
  top: -60px;
  right: -46px;
  font-size: 30px;
  color: #ffffff;
  overflow: hidden;
}
.list_left .menu {
  padding-top: 61px;
}
.list_left .menu .menu_view > li {
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/listLine01.png") no-repeat top right;
   line-height: 35px;
    font-size: 20px;
    padding: 10px 15px;
  font-size: 20px;
}
.list_left .menu .menu_view .on {
  color: #0182c6;
  font-size: 20px;
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/listLine.png") no-repeat top right !important;
}
.list_left .menu .menu_view .on li {
  background: url("/cnc_school/resources/resourcedoor/mainpage/images/listLine01.png") no-repeat top right;
  line-height: 55px;
  font-size: 16px;
  color: #0182c6;
}
.list_left .menu .menu_view .on .on_a {
  color: #0182c6;
}
.list_left .menu .menu_view .menu_list > ul {
  display: none;
}
/*当前位置*/
.site {
  width: 930px;
  border-bottom: 1px dotted #ddd;
  line-height: 50px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.site li {
  float: left;
  padding-right: 10px;
}
/*右侧区域*/
.list_right {
  width: 930px;
}
.list_right .list {
  width: 660px;
}
.list_right .list h1 {
  font-size: 30px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.list_right .list .info {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.list_right .list .info > span {
  padding: 5px;
}
.list_right .list .content {
  line-height: 25px;
  font-size: 14px;
}
.list_right .list .content img {
  width: 100%;
  padding: 10px 0;
}
.list_right .list dd {
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: url('/cnc_school/resources/resourcedoor/mainpage/images/jt.png') no-repeat left center;
}
.list_right .list dd span {
  display: block;
  float: left;
  width: 540px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}
.list_right .list dd em {
  display: block;
  float: right;
  text-align: right;
}
.list_right .list_news {
  position: relative;
  width: 200px;
  float: right;
  padding: 10px;
  background: #f4f3f3;
}
.list_right .list_news h3 {
  font-size: 20px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
.list_right .list_news img {
  width: 100%;
}
.list_right .list_news ul > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
  height: 25px;
  background: url('/cnc_school/resources/resourcedoor/mainpage/images/jt.png') no-repeat left center;
  padding-left: 10px;
}
.list_right .list_news .news {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
/*翻页样式*/
.customPage {
  padding-left: 0;
  text-align: center;
}
.customPage li {
  float: left;
  border: 1px #ddd solid;
  padding: 3px 10px;
  margin: 5px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.customPage li:hover {
  background: #ff6b40;
  color: #ffffff;
}
.customPage .pre {
  background: #ff6b40;
  color: #ffffff;
}
.go_black {
  text-align: right;
}
.go_black a {
  color: #0182c6;
}
/*搜索样式*/
.search_list h3 {
  font-size: 20px;
  width: 100%;
  color: #000000;
  background: #ddd;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.search_list h3 .red {
  float: right;
  display: block;
}
.search_list_dl {
  padding-top: 10px;
  width: 100%;
  height: 120px;
  border-bottom: 1px #cccccc dotted;
}
.search_list_dl img {
  float: left;
  width: 180px;
  height: 110px;
}
.search_list_dl dl {
  float: right;
  width: 1000px;
}
.search_list_dl dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-size: 20px;
  color: #000000;
}
.search_list_dl dl dt a {
  color: #000000;
}
.search_list_dl dl .search_list_desc {
  height: 60px;
  line-height: 25px;
}
.search_list_result {
  padding-top: 10px;
  width: 100%;
}
.search_list_result dl {
  width: 100%;
}
.search_list_result dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.search_list_result dl dd {
  text-align: center;
  background: #ddd;
  line-height: 30px;
}
.search_list_result dl .search_list_desc {
  line-height: 35px;
  text-align: left;
  background: none;
}
.mainpage_menu {
  overflow: hidden;
  width: 675px;
  padding-bottom: 10px;
  margin-left: -15px;
}
.mainpage_menu li {
  margin-top: 5px;
  margin-left: 15px;
  color: #fff;
  background-color: #1c5e95;
  text-align: center;
  padding: 5px 0;
  width: 81px;
  float: left;
}
.mainpage_imglist {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  overflow: hidden;
  width: 310px;
  position: relative;
  display: block;
}
.mainpage_imglist img {
  width: 310px;
  height: 200px;
  display: block;
}
.mainpage_imglist p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: block;
  width: 310px;
  line-height: 40px;
}

