@charset "utf-8";
/* sass变量 */



table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}
.wrapp {
  width: 100%;
  margin: 0 auto;
}

.index clearfix{

 width: 1400px;
  margin: 0 auto;

}

.wrap clearfix{
 width: 1400px;
  margin: 0 auto;

}



.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
 display: block;
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


img::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: white;
    margin-right: 4px;
    border-radius: 2px;
    margin-left: 10px;
    /* margin-top: 20px; */
    margin-bottom: -2px;
}













.mb20 {
  margin-bottom: 20px;
}

.main-tit {
    position: relative;
    height: 60px;
    background: -webkit-linear-gradient(left, rgb(156 52 192 / 90%), rgb(78 129 195 / 90%));
}

.main-tit h6 {
  position: relative;
  font-size: 18px;
  color: white;
  font-weight: bold;
  width:120px;
  letter-spacing: 2px;
  
}

.main-tit .more {
      float: right;
      width: 60px;
      height: 40px;
      margin-top: 20px;
      color: white;
}

.main-tit .more:hover {
  color: #666;
}

.main-list li {
  line-height: 36px;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  padding-left: 15px;
 /* background: url(../images/arr1.jpg) left center no-repeat;*/
}


.main-list li .date {
     background: #8e44ad;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 12px;
    min-width: 66px;
    text-align: center;
    flex-shrink: 0;

}

.main-list li.last {
  border: none;
}


.wrap.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.linksr {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

.search-box {
    width: 260px;
    padding: 5px 3px;
    background: url(../images/search-bg.png) left center no-repeat;
    border: 2px solid #cccccf;
    border-radius: 36px;
}

input#showkeycode1030695 {
    width: 210px;
    margin-left: 10px;
    border: none;
    background: none;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}



input.btn {
    margin-left: 5px;
    vertical-align: middle;
}




.main-list2 li {
  line-height: 36px;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  padding-left: 15px;
 /* background: url(../images/arr1.jpg) left center no-repeat;*/
font-size: 17px;

}

.main-list2 li .date {
  float: right;
  font-size: 14px;
  color: #242323;
  /*background:url(../images/tiem_bg.jpg );*/
}

.main-list2 li.last {
  border: none;
}




.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-1400px !important; /*强制位置*/  }



.index-left {
  float: left;
  width: 980px;
   border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    overflow: hidden;
}

.index-left .r1 .main-tit h6 {
  width: 350px;
}

.index-left .r1 .slide {
  position: relative;
  float: left;
  width: 500px;
  margin-top: 20px;
}

.index-left .r1 .slide .hd {
  position: absolute;
  bottom: 50px;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.index-left .r1 .slide .hd li {
  cursor: pointer;
  margin: 0 4px;
  display: inline-block;
  width: 12px;
  height: 173px;
  background: url(../images/dote1-on.png) no-repeat;
}

.index-left .r1 .slide .hd li.on {
  background: url(../images/dote1.png) no-repeat;
}

.index-left .r1 .slide .bd li .text {
    /*margin-left: 15px;*/
    height: 66px;
    line-height: 30px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    color: #0e559f;
    font-weight: bold;
text-indent: 2em;
}

.index-left .r1 .slide .bd li .date{

    font-size: 14px;
    color: #0065b0;
}

.index-left .r1 .slide .bd li .time{
    font-size: 15px;
    color: #0e559f;
    font-family: 'Roboto-Regular';


}

.index-left .r1 .slide .bd li .time img{
    color: #0065b0;    
    border: 0;
    width: 24px;
    height: 21px;

}



.index-left .r1 .slide .bd li img {
  width: 100%;
  height: 293px;
}

.index-left .r1 .main-list {
  float: right;
  width: 450px;
  margin-right: 10px;
  margin-top: 20px;
}

.index-left .r2 {
  margin-top: 10px;
}

.index-left .r2 .item {
  float: left;
  width: 350px;
}

.index-left .r2 .item .pic img {
  width: 100%;
  height: 218px;
}

.index-left .r2 .item .text {
  margin-top: 10px;
  line-height: 26px;
}

.index-left .r2 .item a {
  color: #0977b6;
}

.index-left .r2 .item1 {
  margin-left: 60px;
}

.index-right {
  float: right;
  width: 400px;
  border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    overflow: hidden;
    height: 574px;
}

.index-right .notice-list {
  padding-top: 10px;
}

.index-right .notice-list dl {
  padding: 20px 0 26px;
  /*background: #c5e5f7;*/
  border-bottom: 1px solid #99999a;
  margin-right: 10px;
}

.index-right .notice-list dl dt {
  float: left;
  width: 60px;
  text-align: center;
}

.index-right .notice-list dl dt .d {
  background: #0188cd;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
}

.index-right .notice-list dl dt .y {
  color: #0188cd;
  margin-top: 10px;
  font-size: 12px;
}

.index-right .notice-list dl dd {
  margin-left: 75px;
}

.index-right .notice-list dl dd a {
  color: #0188cd;
}

.index-right .notice-list .last {
  border: none;
}

.index-right .r2 {
  margin-top: 30px;
}


.leftbar {
  float: left;
  width: 300px;
  min-height: 500px;
}

.leftbar .title {
  line-height: 35px;
  background: #0977b6;
  margin-top: 1px;
  color: #fff;
  padding: 10px 20px 10px;
  font-size: 24px;
  border-bottom: 2px solid #c6b746;
width: 260px;

}

.leftbar .list {
  margin-bottom: 10px;
}

.leftbar .list li {
  line-height: 42px;
  border-bottom: 1px solid #e7e7e7;
}

.leftbar .list li a {
  padding-left: 20px;
  display: block;
  
  font-weight: bold;
font-size: 17px;
}

.leftbar .list li.on {
  background: #efefef;
}

.right-con {
  float: right;
  width: 1000px;   
/* min-height: 720px;*/
}

.right-con .bread {
  text-align: right;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.right-con .bread span {
  margin: 0 7px;
}

.right-con .bread a {
  color: #999;
  font-size: 18px;
}

.right-con .bread img {
  vertical-align: middle;
}

.right-con .inner-tit {
  background: #fff;
 /* border: 5px solid #ddddde;*/
  padding: 20px;
  margin-bottom: 15px;
}

.right-con .inner-tit span {
  display: inline-block;
  vertical-align: middle;
}

.right-con .inner-tit .text1 {
  padding-left: 20px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/line.jpg) left center no-repeat;
}

.right-con .inner-tit .text2 {
  font-weight: bold;
  color: #999;
}

.right-con .inner-tit .line {
  height: 22px;
  width: 1px;
  background: #dedee7;
  margin: 0 15px;
}

.right-con .main-text-list dl {
  padding: 12px 0;
  border-bottom: 1px dashed #cccccc;
}

.right-con .main-text-list dl dt {
  float: left;
  width: 70px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.right-con .main-text-list dl dt .d {
  background: #99cc33;
}

.right-con .main-text-list dl dt .y {
  background: #3399cc;
}

.right-con .main-text-list dl dd {
  margin-left: 85px;
  line-height: 36px;
}

.right-con .main-text-list dl dd h6 {
  font-size: 15px;
}

.right-con .main-text-list dl dd p {
  color: #999;
}

.right-con .main-text-list dl dd p a {
  color: #f00;
}


.picScroll-left {
    width: 1400px;
    overflow: hidden;
    position: relative;
    margin: 30px auto;
}

.title {
    width: 100%;
    border-bottom: 1px #b2b2b2 dashed;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #124998;
    padding-bottom: 10px;
}

.title a {
    display: block;
    width: 60px;
    height: 50px;
    /*background: url(../images/more.jpg) no-repeat center center;*/
    font-size: 14px;
    margin-top: -60px;
    margin-left: 1350px;

}


.picScroll-left .bd {
    width: 1400px;
   
}

.mt30 {
    margin-top: 30px;
}


.picScroll-left .bd ul li .pic {
   /* width: 270px;*/
    /*height: 140px;*/
}




.picScroll-left .bd ul li .pic img {
    /*width: 270px;*/
   /* height: 140px;*/
    /*display: block;*/
}


.picScroll-left .bd ul li .txt {
    line-height: 25px;
}




  border-bottom: 1px dashed #ccc;
}

.detail .main {
  line-height: 30px;
}


.main-titt{
    position: relative;
    height: 60px;
  
}


.r1 ul li:hover{
  background:#f0f0f0;
}