/* 劳动教育平台 */

.top{
  width: 100%;
  height: 140px;

}

.top_container{
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}

.top_regtext{
  width: 100%;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.top_box{
  width: 100%;
  height: 75px;
}

.logo{
  width: 650px;
  height: 75px;
  float: left;
}

.nav{
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #00349a;
}

.searchbox{
  width: 350px;
  height: 40px;
  float: right;
  /* border: 1px solid #becad4; */
  border-radius: 5px;
  margin-top: 20px;
}

.search_left{
  width:265px;
  height: 38px;
  border: 1px solid #becad4;
  float: left;
}

.search_btn{
  width:80px;
  height: 40px;
  float: right;
}

.search_btn button{
  width: 100%;
  height: 40px;
  line-height: 35px;
  background-color: #0066bc;
  border: 1px solid #0066bc;
  color: #ffffff;
  font-size: 16px;
}

.search_left input{
  border: none;
  height: 36px;
  margin-left: 10px;
  width: 100%;
  font-size: 16px;
  margin-top: 2px;
}

.nav_container{
  width: 1200px;
  height: 66px;
  margin: 0 auto;

}

.nav_container ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav_container ul li{
  flex: 1;
}

.nav_container ul li a{
  color: #ffffff;
  font-size: 18px;
}

.nav_container ul li a:hover{
  text-decoration: underline;
}

.m1{
  width: 1200px;
  height: 420px;
  margin: 0 auto;
  margin-top: 20px;
}

.focuspic{
  width: 600px;
  height: 380px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}

.toutiao{
  width: 570px;
  height: 420px;
  float: right;
}

.toutiao_title{
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.toutiao_title_icon{
  width: 23px;
  height: 23px;
  margin-top: 12px;
  float: left;
}

.toutiao_title_txt{
  width: 250px;
  height: 45px;
  line-height: 45px;
  float: left;
  margin-left: 13px;
  font-size: 22px;
  font-weight: bold;
}

.toutiao_title_more{
  width: 60px;
  height: 45px;
  line-height: 45px;
  float: right;
  font-size: 14px;
  text-align: right;
}

.toutiao_content{
  width: 100%;
  height: 350px;
  margin-top: 5px;
}

.toutiao_content ul li{
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #ccc;
  background-image: url(../../img/imgs/list_style.jpg);
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 0px 18px;
}

.toutiao_content ul li div {
  width: 450px;

  font-size: 16px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  float: left;
}

.toutiao_content ul li span{
  float: right;
  line-height: 38px;
  color:#999;
}

.index_banner{
  width: 1200px;
  height: 99px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.index_link{
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  margin-top: 20px;
}

.index_link_title{
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.index_link_content{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_link_item{
  height: 42px;
  line-height: 42px;
  text-align: center;
  float: left;
}


.bottom{
  width: 100%;
  height: 65px;
  background-color: #293340;
  margin-top:10px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  line-height: 28px;
  font-size: 14px;
  color: #ccc;
}



/********* 二级页面样式 *********/

.subpage_banner{
  height: 213px;
  width: 100%;
  background-image: url(../../img/imgs/banner.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}

.subpage_banner2{
  height: 213px;
  width: 100%;
  background-image: url(../../img/imgs/article_banner2.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}

.subpage_main{
  width: 1200px;
  min-height: 680px;
  height: auto !important;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.subpage_left{
  width: 280px;
  height: 250px;
  float: left;
  position:relative;

}

.subpage_left_t{
  height: 300px;
  position:absolute;
  top: -110px;
  border-left: 5px solid #0059b5;
  background-color: #fff;
}

.subpage_right_line{
  width: 5px;
  height: 90px;
  background-color: #0059b5;
  position:absolute;
  right: -3px;
  top: -110px;
  z-index: 999;
}

.subpage_left_title{
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  text-align: center;
  color: #0a033c;
  font-weight: bold;
  margin-top: 20px;
}

.subpage_left_list{
  width: 278px;
  height: 790px;
}

.subpage_left_item{
  width: 80%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  border-bottom: 1px dashed #ccc;
}

.subpage_right{
  width: 890px;
  height: auto !important;
  float: right;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.subpage_right_title{
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.subpage_right_left{
  width: 380px;
  height: 45px;
  line-height: 45px;
  background-image: url(../../img/imgs/icon_subpage_title.jpg);
  background-repeat: no-repeat;
  background-position: 5px 15px;
  padding-left: 40px;
  font-weight: bold;
  float: left;
}

.subpage_right_right{
  width: 300px;
  height: 45px;
  line-height: 45px;
  float: right;
  font-size: 14px;
  background-image: url(../../img/imgs/icon_subpage_location.jpg);
  background-repeat: no-repeat;
  background-position: 5px 17px;
  padding-left: 25px;
}

.subpage_right_list{
  width: 100%;
  min-height: 550px;
}

.subpage_right_list div{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.subpage_right_list ul li {
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #ccc;
  line-height: 60px;
  padding-left:15px;
  background-image: url(../../img/imgs/list_style.jpg);
  background-repeat: no-repeat;
  background-position: 0px 27px;
}

.subpage_right_list ul li span{
  float: right;
}

.subpage_right_list ul li div{
  width: 777px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* ************** 三级页面 ************* */

.content_container{
  width: 100%;
  background-color: #f6f6f6;
  min-height: 600px;
  height: auto !important;
}

.content_box{
  width: 1200px;
  min-height: 600px;
  height: auto !important;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 50px;
}

.content_title{
  width: 1100px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 30px;
}

.content_date{
  width: 1100px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #999;
  margin-bottom: 50px;
}

.content_nr{
  width: 1100px;
  margin: 0 auto;
  line-height: 28px;
}


/* 劳动课程二级页面 */
.subpage_right_kecheng{
  width: 880px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 550px;
  height: auto;
}

/* 实践基地列表页面 */
.jidi_box{
  width: 950px;
  height: 140px;
  margin-bottom: 30px;
}

.jidi_box_img{
  width: 220px;
  height: 140px;
  float: left;
  overflow: hidden;
  border-radius: 10px;

}

.jidi_box_img img {
  width: 220px;
  height: 140px;
  transition: all 0.6s;
}
.jidi_box_img img:hover {
  transform: scale(1.2);
}

.jidi_box_right{
  width: 630px;
  height: 140px;
  float: left;
  margin-left: 20px;
}

.jidi_box_title{
  width: 630px;
  height: 36px;
  line-height: 36px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: 20px;
}

.jidi_box_summary {
  margin-top: 8px;
  color: #666;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.jidi_box_link{
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: right;
  margin-top: 5px;
}
