.header {
  background-image: url(/images/yjtc_lzy_fzzfjs_header_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 999;
  max-width: 1920px;
  margin: 0 auto;
}

.one {
  display: inline-block;
  width: 100%;
  min-height: 300px;
}

.one .one-left {
  float: left;
  width: calc(100% / 3 * 2);
}

.one .one-left li {
  margin-top: .5rem;
  width: 100%;
  height: 2.6rem;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.one .one-left li .item-date {
  float: left;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgb(231, 231, 231);
}

.one .one-left li .item-date span:nth-child(1) {
  display: inline-block;
  width: 100%;
  margin: .1rem 0;
  font-size: 0.18rem;
  line-height: .3rem;
  color: #C8C8CC;
  text-align: center;
}

.one .one-left li .item-date span:nth-child(2) {
  display: inline-block;
  width: 100%;
  font-size: .4rem;
  line-height: .4rem;
  color: #c8c8c8;
  text-align: center;
}

.one .one-left li .item-content {
  margin-left: .3rem;
  float: left;
  width: calc(100% - 1.3rem - 2px);
}

.one .one-left li .item-content span:nth-child(1) {
  width: 100%;
  height: .24rem;
  display: inline-block;
  font-size: .23rem;
  line-height: .24rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.one .one-left li .item-content .des {
  width: 100%;
  height: .6rem;
  display: inline-block;
  color: #666;
  font-size: .18rem;
  line-height: .3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.one .one-left li .item-content .title-line {
  width: .5rem;
  height: 2px;
  margin: .3rem 0;
  background-color: #115199;
}

.one .one-left li .item-content .item-btn {
  margin-top: .3rem;
  width: 1.5rem;
  height: .5rem;
  line-height: .5rem;
  font-size: .18rem;
  text-align: center;
  background-color: #115199;
  cursor: pointer;
}

.one .one-left li .item-content .item-btn a {
  color: white;
}

.one .one-right {
  float: right;
  margin-top: .5rem;
  width: calc(100% / 3 - 10px);
}

.one .one-right .right-item {
  width: calc(100% - (0.3rem * 2));
  padding: 0 .3rem;
  background-color: #f8f8f8;
}

.one .one-right .right-item .item-title {
  position: relative;
  width: 100%;
  height: .8rem;
  font-size: .24rem;
  line-height: .8rem;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.one .one-right .right-item .item-title img {
  float: right;
  height: 0.13rem;
  margin: .3rem 0 0 0;
}

.one .one-right .right-item .item-title .title-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: .5rem;
  height: 2px;
  background-color: #115199;
}

.one .one-right .right-item .item-item-ul li {
  width: 100%;
  height: .6rem;
  color: #666;
  font-size: .2rem;
  line-height: .6rem;
  border-bottom: 1px solid #ddd;
}

.one .one-right .right-item .item-item-ul li img {
  float: right;
  height: 0.9375rem;
  margin: 1.71875rem 0 0 0;
}

.one .one-right .right-item .item-item-ul li:nth-last-child(1) {
  border-bottom: none;
}

.one .one-right .right-item .item-item-ul li:hover a {
  color: #115199;
  cursor: pointer;
}

.one .one-right .right-item .item-item-ul1 li {
  width: 100%;
  height: .915rem;
  color: #666;
  border-bottom: 1px solid #ddd;
}

.one .one-right .right-item .item-item-ul1 li:hover {
  color: #115199;
  cursor: pointer;
}

.one .one-right .right-item .item-item-ul1 li:nth-last-child(1) {
  border-bottom: none;
}

.one .one-right .right-item .item-item-ul1 li span:nth-child(1) {
  display: inline-block;
  margin: .15rem 0;
  width: 100%;
  height: .25rem;
  font-size: .18rem;
  line-height: .25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.one .one-right .right-item .item-item-ul1 li span:nth-child(2) {
  display: inline-block;
  width: 100%;
  height: .15rem;
  font-size: .16rem;
  line-height: .15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.right-item-mt {
  margin-top: .2rem;
}

.select:hover span {
  color: #115199;
  cursor: pointer;
}

.two {
  display: inline-block;
  width: 100%;
  margin-top: .45rem;
  margin-bottom: .2rem;
}

.two-item {
  float: left;
  width: calc((100% - 1.35rem) / 3 );
  padding: 0 .2rem;
  margin-right: .45rem;
  height: auto;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}

.two-item:nth-last-child(1) {
  margin-right: 0;
}

.two .two-item .item-title {
  position: relative;
  margin-bottom: .1rem;
  width: 100%;
  height: .7rem;
  font-size: .24rem;
  line-height: .7rem;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.two .two-item .item-title img {
  float: right;
  height: .15rem;
  margin: .3rem 0 0 0;
}

.two .two-item .item-title .title-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: .5rem;
  height: 2px;
  background-color: #115199;
}

.two .two-item .item-item-ul li {
  width: 100%;
  height: .6rem;
  border-bottom: 1px solid #ddd;
}

.two .two-item .item-item-ul li:nth-last-child(1) {
  border-bottom: none;
}

.two .two-item .item-item-ul li:hover span {
  cursor: pointer;
  color: #115199;
}

.two .two-item .item-item-ul li span {
  display: inline-block;
  line-height: .6rem;
  color: #666;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.two .two-item .item-item-ul li span:nth-child(1) {
  float: left;
  width: calc(100% - 1.2rem);
}

.two .two-item .item-item-ul li span:nth-child(2) {
  float: right;
  width: 1.2rem;
  text-align: right;
}


/* 加 */
.main {
  width: 14rem;
  margin: 0 auto;
  position: relative;
}
.index-logo{
  width: auto;
  margin: .5rem 0 .8rem 0;
  height: 0.6rem;
}
.title-logo {
  max-width: 5.4rem;
    margin: .5rem 0 .5rem 0;
}
.title-logo>img{
  width: 100%;
}
.ztss{
  position: absolute;
  top: .5rem;
  right: 0;
  width: 4.2rem;
  
  box-sizing: border-box;
  padding: .05rem .1rem;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}
#textfield{
  width: 100%;
  float: left;
  color: #2b6cb4;
  line-height: .36rem;
  border: 0;
  background: none;
  height: .36rem;
}

.header .search input[type="button"] {
  width: .75rem;
  height: .36rem;
  color: #fff;
  border: 0;
  position: absolute;
  top: 50%;
  right: .05rem;
  /* bottom: 0.3125rem; */
  background-color: #2b6cb4;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .main{
    width: 100%;
  }
  .index-logo{
    height:auto;
    margin: 1.4rem auto 0;
    width: 80%;
  }
  .index-logo img{
    width:96%;
  }
  .ztss{
    top: .3rem;
    right: 50%;
    transform: translate(50%, 0%);
    width: 80%;
    height: .8rem;
    line-height: .8rem;
  }
  #textfield{
    height: .8rem;
    line-height: -3.2rem;
  }

  .header{
    padding:0.15rem 2% 0;
  }
  .header .search input[type="button"] {
    height: .6rem;
    width: 1rem;
    line-height: .6rem;
  }
  .title-logo{
    
    max-width: 80%;
    margin: 1rem auto;
  }
  .one{
    /* display: none; */
    width: 96%;
    margin: 0 2%;

  }
  
.one .one-left{
  width: 100%;
  /* margin: 0 auto; */
}
  .one .one-left li{
    margin-top:.9rem;
    height: 3.6rem;
  }
  .one .one-left li .item-date {
    width: 2rem;
    height: 2rem;
}
  .one .one-left li .item-content{
    width: calc(100% - 2.6rem - 2px);
    margin-left: .6rem;
  }
  .one .one-left li .item-date span:nth-child(1){
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
  }
  .one .one-left li .item-date span:nth-child(2) {
    font-size: .6rem;
  }
      .one .one-left li .item-content span:nth-child(1){
        font-size: .4rem;
        height: .4rem;
        line-height: .4rem;
      }

.one .one-left li .item-content .title-line{
  width:1rem;
}
  .one .one-left li .item-content .des{
    height:1rem;
    line-height: .5rem;
    font-size: .3rem;
  }
  .one .one-left li .item-content .item-btn {
    height:.6rem;
    line-height:.6rem;
    font-size:.3rem;
  }
  .one .one-right .right-item .item-title {
    height:1.6rem;
    font-size:.4rem;
    line-height:1.6rem;
  }
  .one .one-right .right-item .item-item-ul li{
    height:1.3rem;
    line-height:1.3rem;
    font-size:.3rem;
  }
  .one .one-right .right-item .item-item-ul1 li {
    height:1.8rem;
  }
  .one .one-right .right-item .item-item-ul1 li span:nth-child(1) {
    margin-top:.6rem;
    height:.5rem;
    line-height:.5rem;
    font-size:.3rem;
  }
      .one .one-right .right-item .item-item-ul1 li span:nth-child(2) {
        font-size:.3rem;
        height:.3rem;
        line-height:.3rem;
      }
.one .one-right{
  width:100%;
}
  .two{
    /* display: none; */
  }
  .two-item{
    width:96%;
    margin: .45rem 2% 0;
  }
  .two .two-item .item-title{
    height:1.4rem;
    font-size:.4rem;
    line-height:1.4rem;
    margin-bottom:.2rem;
  }
  .two .two-item .item-item-ul li{
    height:1.1rem;
    
  }
  .two .two-item .item-item-ul li span:nth-child(2) {
    height:1.1rem;
    line-height:1.1rem;
    font-size:.3rem;
    width:2.2rem;
  }
  .two .two-item .item-item-ul li span:nth-child(1){
    width: calc(100% - 2.2rem);
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: .3rem;
  }
}