﻿.main_left {
  width: 770px;
  float: left;
}
h1.titles {
  font-size: 30px;
  color: #007DC6;
  border-bottom: 1px solid #007DC6;
  padding: 25px 0 10px;
  margin-bottom: 25px;
}
h1.titles .more {
  color: #007DC6;
  font-size: 16px;
  float: right;
  margin-top: 16px;
}
.main_right {
  width: 460px;
  float: right;
}
.articleBox>a {
  display: block;
  width: 440px;
  height: 280px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.articleBox>a img {
  width: 100%;
  min-height: 280px;
  height: auto;
}
.articleBox p {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}
ul.article_list_tz li {
  overflow: hidden;
  margin-bottom: 15px;
}
ul.article_list_tz li:hover .span_date{
  background: linear-gradient(0deg,rgba(0,125,198,1) 0%,rgba(45,163,232,1) 100%);    
  color: #fff;
}
ul.article_list_tz li:hover .list_title{
  color: #007DC6
}
ul.article_list_tz li:hover p{
  color: #007DC6    
}
ul.article_list_tz li .span_date {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #CFCFCF;
  text-align: center;
  font-size: 12px;
  color: #666666;
  float: left;
  margin-right: 20px;
}
ul.article_list_tz li .span_date b {
  font-size: 30px;
}
ul.article_list_tz li .list_title {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
  display: block;
}
ul.article_list_tz li .list_title:hover{
  color:#007DC6;
}
ul.article_list_tz li p {
  color: #666;
  text-indent: 0;
  margin-top: 5px;
}
ul.article_list_tz li p .more {
  display: none;
}
.main_bot{
  margin-top: 50px;
    background: #F6F6F6;
    overflow: hidden;
}
.main_bot .title_main{
  margin: 50px;
}

li.search_width_2 {
  float: left;
  margin-right:40px;
}
li.search_width_2 div {
  float: left;
  line-height: 38px;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
}
li.search_width_2 input {
  width: 160px;
  height: 38px;
  border: 1px solid #C0C0C0;
  background: none;
  border-radius: 5px;
  font-size: 16px;
}
li.search_width_2 select {
  width: 160px;
  height: 38px;
  border: 1px solid #C0C0C0;
  background: none;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  padding-right: 15px;
  /*去掉默认的下拉三角*/
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
  /*添加下拉三角图标*/
  background: url("/Sites/Uploaded/UserUpLoad/20200713/20200713163723.png") no-repeat 130px center;
}
li.search_width_2 input.searchbox2_input {
  width: 240px;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 12px;
}
li.search_width_2 input.search_btn1{
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20200612/20200612134809.png) no-repeat center center;
  border: none;
  width: 50px;
  height: 38px;
  right: 74px;
}
.main_right3_content1>ul{
  overflow: hidden;
  padding-left: 135px;
}
li.search_width_2 .search_btn2{
  font-size: 16px;
  border: 1px solid #C0C0C0;
  display: block;
  float: left;
  margin-left: 10px;
  border-radius: 5px;
  padding: 0 15px;
  box-sizing: border-box;
  height: 38px;
}
.depList{
  margin-top: 40px;
  overflow: hidden;
}
.depListItem {
  width: 300px;
  height: 200px;
  background: #C2DDED;
  border-radius: 5px;
  margin-right: 26px;
  float: left;
  margin-bottom: 30px;
  padding: 22px;
  box-sizing: border-box;
}
.depListItem:nth-child(4n+4){
  margin-right:0;
}
.depListItem h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.depListItem span {
  font-size: 16px;
  line-height: 27px;
  display: block;
  margin-bottom: 10px;
}
.depListItem b{
  width: 40px;
  height: 2px;
  background: #BCBCBC;
  display: block;
  margin: 15px auto 11px;
}
a.ae-pagination-current {
  color: #fff !important;
}
.ae-pagination {
  text-align: center !important;
  font-size: 100%;
  margin-bottom: 40px;
}
.page_number_div {
  float: none !important;
}
.pagetz_form{
  display: none;
}
@media screen and (max-width:1600px){
  .main_left {
    width: 600px;
}
  .main_right {
    width: 375px;
}
  h1.titles {
    font-size: 24px;
}
h1.titles .more{
  font-size: 14px;
}
.articleBox p {
  font-size: 14px;
  line-height: 32px;
}
.main_right3_content1>ul {
  padding-left: 0;
}
li.search_width_2 div{
  font-size: 18px;
}
.depListItem {
  width: 235px;
  height: 200px;
  margin-right: 20px;
}
.depListItem h1 {
  font-size: 18px;
}
.depListItem b {
  margin: 10px auto 10px;
}
.depListItem span {
  font-size: 14px;
}
@media screen and (max-width:768px){
  .main_left,.main_right {
      width: 100%;
      float: none;
      padding: 0 0.2rem;
      box-sizing: border-box;
  }
  h1.titles{
      margin: 0.2rem 0;
      font-size: 0.4rem;
      color: #007DC6;
      text-align: left;
      height: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.2rem 0;
  }
  h1.titles .more {
      color: #007DC6;
      font-size: 12px;
      float: right;
      margin-top: 0;
  }
  .articleBox>a {
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      float: none;
      margin-right: 0;
  }
  .articleBox p {
      font-size: 0.3rem;
      line-height: 2em;
      text-indent: 2em;
      margin-top: 0.2rem;
  }
  .main_bot {
      margin-top: 0.2rem;
      background: #F6F6F6;
      overflow: hidden;
  }
  .main_bot .title_main {
      margin: 0.2rem 0;
  }
  .main_right3_content1{
      padding: 0 0.2rem;
      box-sizing: border-box;
      margin-top: 0.4rem;
  }
  .main_right3_content1>ul {
      overflow: hidden;
      padding-left: 0;
  }
  li.search_width_2 {
      float: none;
      margin-right: 0;
      margin-bottom: 0.2rem;
      overflow: hidden;
  }
  li.search_width_2 div {
      float: left;
      line-height: 0.5rem;
      margin-right: 0;
      font-size: 0.3rem;
      position: relative;
  }
  li.search_width_2 input {
      width: 160px;
      height: 38px;
      border: 1px solid #C0C0C0;
      background: none;
      border-radius: 5px;
      font-size: 16px;
      float: right;
  }
  li.search_width_2 select {
      width: 80%;
      height: 0.5rem;
      border: 1px solid #C0C0C0;
      background: none;
      border-radius: 5px;
      font-size: 16px;
      padding-left: 15px;
      box-sizing: border-box;
      float: right;
  }
  .depList {
      margin-top: 0.2rem;
      overflow: hidden;
      padding: 0 0.2rem;
      box-sizing: border-box;
  }
  .depListItem {
      width: 100%;
      height: auto;
      background: #C2DDED;
      border-radius: 5px;
      margin-right: 0;
      float: left;
      margin-bottom: 0.2rem;
      padding: 0.2rem;
      box-sizing: border-box;
  }
  .depListItem h1 {
      font-size: 0.4rem;
      text-align: center;
      margin-bottom: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .depListItem span {
      font-size: 0.3rem;
      line-height: 27px;
      display: block;
      margin-bottom: 10px;
  }
  li.search_width_2 input.searchbox2_input {
      width: 240px;
      float: left;
      padding-left: 15px;
      box-sizing: border-box;
      line-height: 0.5rem;
      font-size: 12px;
      height: 0.5rem;
  }
  li.search_width_2 input.search_btn1 {
      height: 0.5rem;
  }
  li.search_width_2 .search_btn2 {
      height: 0.5rem;
  }
}