html,
body {
  width: 100%;
  margin: 0 auto;
  /* overflow-x: hidden; */
}

.banner {
  width: 100%;
  height: 200px;
  background: url("../../images/yltmt/yltmt_list_bg.jpg");
}

.banner .inner {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner .inner h3 {
  font-size: 34px;
  font-style: italic;
}

.banner .inner .txt {
  width: 585px;
  height: 32px;
  background: #f85e05;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  /* text-align: center; */
  line-height: 32px;
  text-indent: 1em;
  float: left;
  margin-top: 20px;
  letter-spacing: 2px;
}

.main {
  width: 1200px;
  margin: 0 auto;
  /* background: #ccc; */
}

.main>h3 {
  text-align: center;
  font-size: 32px;
  height: 120px;
  line-height: 120px;
}

.main ul li {
  width: 1200px;
  padding: 20px 0px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-top: 1px solid #e3e8ec; */
  /* border: 1px solid #f8fafc; */
  border-top: 1px solid #e3e8ec;
  position: relative;
}

.main ul li>a {
  display: block;
  width: 100%;
}

.main ul li>a .pic {
  float: left;
}


.main ul li>a .pic img{
  width: 248px;
  height: 165px;
}


.main ul li>a .rtghttxt {
  float: left;
  margin-left: 20px;
  position: relative;
  height: 165px;
}

.main ul li>a .rtghttxt p {
  width: 860px;
  max-height: 130px;
  overflow: hidden;
  font-size: 18px;
}

.main ul li>a .rtghttxt span {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #969696;
  font-size: 14px;
}

.main ul li>a .rtghttxt i {
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-style: normal;
  color: #969696;
  font-size: 14px;
  max-width: 50px;
  height: 25px;
  background: url('../../images/yltmt_mtlb_read_01.png') no-repeat;
  padding-top: 4px;
  padding-left: 30px;
}

/* 2019-07-10 新增 */

.main ul li>a .rtghttxt h5 {

  font-size: 20px;
  margin-bottom: 10px;
  width: 860px;
  word-wrap: break-word;
  max-height: 50px;
  overflow: hidden;
  font-weight: 700;
}












/* .main ul li .right{
    float: left;
    width: 200px;
} */
.main ul li .btn {
  display: block;
  text-align: center;
  width: 80px;
  height: 30px;
  border-radius: 3px;
  background: #f85e05;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.main ul li:hover {
  background: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid #3482cc; */
  /* border-radius: 5px; */
}

.main ul li:last-child{
  margin-bottom: 70px;
}

.main .pagecode {
  border-top: 1px solid #e1e6eb;
  /* margin-top: 70px; */
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  position: relative;

}

.main .pagecode .codebox {
  position: absolute;
  /* right: 0; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}

.main .pagecode .codebox p {

  text-align: center;
  float: left;
}

.main .pagecode .codebox p:nth-child(1) {
  text-align: right;
}

.main .pagecode .codebox p:nth-child(3) {
  text-align: left;
}

.main .pagecode .codebox p .text {
  /* color: #f85e05; */
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* display: inline-block; */
  /* text-align: center; */
  cursor: pointer;
}

.main .pagecode .codebox p .text.active::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fe5453;
  top: -17px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);

}

.main .pagecode .codebox p .text.active {
  color: #f85e05;
}