@charset "UTF-8";

body{
  min-width: 1090px;
}
.right-img{
  top: 300px;
  right: 50%;
  margin-right: -660px;
  background-color: #fff;
  height: 165px;
}
.right-img>p{
  text-align: center;
  color: #333 ;
}
.icon-title{
  margin-right: 5px;
}
.icon-jiantou{
  color: #4692e0;
}
.cx-links{
  background-color: #eaf4fd;
}
.cx-links .cx-select{
  width: 260px;
  float: none;
}
#links{
  display: inline-block;
  width: 90px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #4692e0;
  color: #fff;
  font-size: 16px;
  position: relative;
}
#links::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -30px;
  border-top: 25px solid transparent;
  border-left: 30px solid #4692e0;
  border-bottom: 25px solid transparent;
}
.cx-links .cx-select{
  border:none;
}
.cx-tit-lists a.cx-overflow{
  padding-left: 0;
  text-align: left;
}
.cx-tit-lists .dep-icon{
  display: inline-block;
  width: 58px;
  height: 38px;
  position: relative;
  padding-left: 12px;
  color: #4692e0;
  background-image: url(../images/right_arrow.png);
  background-repeat: no-repeat;
}

.cx-tit-lists .dep-title{
  text-align: center;
  width: 160px;
  margin-left: -12px;
  display: inline-block;
}
div.search-box input{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 8px;
  width: 186px;
  border-right: none;
}
div.search-box button{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
  color: #4692e0;
  border-left: none;
  width: 40px;
  cursor: pointer;
}
.border-none{
  border: none !important;
}
.cx-hed > h3.list-right{
  display: inline-block;
  height: 100%;
  color: #fff;
  background-color: #f3981c;
  position: relative;
  margin-top: 0;
  border-bottom: 0;
}
.cx-hed > h3.list-right::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -40px;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #f3981c;
  border-bottom: 20px solid #f3981c;
}
.link-list{
  border: 1px solid #e9f6ff;
  padding: 15px;
  font-size: 14px;
}
.cx-links .cx-select{
  font-size: 13px;
}
.link-list .span-3{
  width: 20%;
  font-size: 13px;
}
.hover:hover{
  cursor: pointer;
}
a.cx-btn-border-warning {
  border: 1px solid #f3981c;
  color: #f3981c;
}
.footer-bottom a{
  color: #fff;
}
.bottom-line{
  border-bottom: 1px dashed #ddd;
}
.border-radius-50{
  border-radius: 50px;
}
.search-button{
  padding: 3px 5px;
}
.search-button input{
  width: 80%;
  line-height: 32px;
  font-size: 14px;
  border: none;
  margin-left: 20px;
}
.search-button button{
    background: none;
    border: none;
  cursor: pointer;
}
.search-button button>i{
  font-size: 20px;
  color: #4692e0;
}
.cx-content{
  padding: 20px;
  border: 1px dashed #ddd;
}
.cx-content-title{
  border-bottom: 1px solid #d7edff;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
.cx-content-title label{
  font-size: 18px;
  position: relative;
}
.cx-content-title label:after{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-left: 1px solid #d7edff;
  border-top: 1px solid #d7edff;
  transform: rotate(45deg);
  top: 30px;
  left: 50%;
  margin-left: -7px;
  background: #fff;
}
.cx-content-title .tit{
  position: absolute;
  right: 0;
  bottom: 5px;
}
font.zx-date{
  font-size: 16px;
}
ul.pagination{
  text-align: center;
}
ul.pagination li{
  padding: 5px 0;
  border-radius: 5px;
}
ul.pagination li a{
  padding: 5px 13px;
}
ul.pagination li:hover a:hover{
  color: #fff;
}
div.search-result .result-list>li{
  border-bottom-color: #eee;
}
.border-bottom-ee {
  border-bottom: 1px solid #eee;
}
.solid-ql {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #d7edff;
  clear: both;
}
.ft-1rem{
  font-size: 1rem ;
}
.breadcrumb a{
  color: #666;
}
.breadcrumb a:nth-child(2){
  color: #333;
}
.item-notice{
  position: relative;
  padding-left: 25px !important;
}
.item-notice img{
  position: absolute;
  height: 15px;
  width: auto;
  left: 0;
  top: 8px;
}
.head-notice{
  position: relative;
}
.head-notice:before{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-left: 2px solid #4692e0;
  border-top: 2px solid #4692e0;
  transform: rotate(45deg);
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  background: #fff;
}
.cx-text-center{
  text-align: center;
}
.qtbj{
  clear: both;
}
.qtbj>.hd{
  float: left;
  width: 30%;
}
.qtbj>.bd{
  float: left;
  width: 70%;
}
.qtbj>.hd li{
  text-align: center;
  margin-bottom: 10px;
  height: 30px;
}
.qtbj>.hd li>a{
  display: inline-block;
  width: 140px;
  background-color: #eee;
  border-radius: 30px;
  padding: 5px 0;
}
.qtbj>.hd li.on>a{
  background-color: #4692e0;
  color: #fff;
}
.cx-tit-lists.mh{
  min-height: 145px;
}
.adv-bottom-2 div:first-child{
  padding-right: 10px;
}
.adv-bottom-2 div:last-child{
  padding-left: 10px;
}
.yj-show {
  background-color: #e9f6ff;
  border-radius: 10px;
}
.yj-show h3{
  text-align: center;
  margin: 10px 0;
}
.yj-show h3>span{
  display: inline-block;
  background-color: #fff;
  color: #f3981c;
  padding: 5px 10px;
  border-radius: 30px;
  width: 85%;
}
.yj-show ul{
    margin-left: 20px;
  margin-top: 10px;
}
.yj-show ul>li{
  margin-top: 10px;
}
cx-overflow-2{
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  /*要显示的行数*/
  -webkit-box-orient: vertical;
  font-size:12px;
}
.head-left{
  position: relative;
}
.head-left:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  background: #f3981c;
  left: 0;
  top: 10px;
}
.cx-hed.head-left > h3{
  border-bottom: none;
}
.cx-bg-dd{
  background-color: #ddd;
}
.bg-shadow {
  box-shadow: 0px 0px 5px rgba(129, 129, 129, 0.3);
}
.block{
  display: block;
}
.border-radius-5{
  border-radius: 5px;
}
.bg-shadow-warning {
  box-shadow: 0px 0px 5px rgba(243,152,28, 0.5);
}
.line-height-50{
  line-height: 50px;
}
.ft-bold-no{
  font-weight: normal;
}
.cx-contact p{
  font-size: 14px !important;
  background:transparent !important;
}
.cx-contact span{
  font-size: 14px !important;
  background:transparent !important;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
table{
  margin: 0 auto;
}

table, th, td {
  width: auto;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #888;
  border-collapse: collapse; /* 移除单元格之间的间隔 */
}
th, td{
  padding: 5px 10px;
}