#news-list {
  margin-bottom: 30px;
}
#news-list .container {
  display: flex;
  justify-content: space-between;
}
#news-list .left {
  width: 858px;
  min-height: 430px;
}
#news-list .left ul {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#news-list .left ul li {
  box-sizing: border-box;
  padding: 0 20px;
  transition: all ease-out 0.3s;
}
#news-list .left ul li > div {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
}
#news-list .left ul li:hover {
  background-color: #f5f5f5;
}
#news-list .left ul li:last-of-type > div {
  border-bottom: none;
}
#news-list .left ul li .img {
  width: 143px;
  height: 143px;
  background-color: #ccc;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
#news-list .left ul li .img img {
  width: auto;
  height: 100%;
}
#news-list .left ul li .con {
  flex: 1;
  margin-left: 26px;
}
#news-list .left ul li .con > p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
}
#news-list .left ul li .con > div {
  margin-top: 25px;
  text-indent: 2em;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
#news-list .left ul li .con > p:nth-of-type(2) {
  margin-top: 20px;
}
#news-list .left ul li .con > p:nth-of-type(2) span {
  font-size: 14px;
  color: #676767;
}
#news-list .left ul li .con > p:nth-of-type(2) button {
  float: right;
  width: 116px;
  height: 36px;
  background-color: #dcc38d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
#news-list .left ul li .con > p:nth-of-type(2) button a {
  color: #fff;
}
#news-list .right {
  width: 318px;
}
#news-list .right .fine {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 12px;
}
#news-list .right .fine .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
}
#news-list .right .fine .title p {
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
#news-list .right .fine .title p a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
}
#news-list .right .fine .title p img {
  width: 26px;
  height: 21px;
  margin-right: 6px;
  margin-left: 6px;
}
#news-list .right .fine .f-body {
  /* padding-top: 20px; */
}
#news-list .right .fine .f-body .from {
  margin-top: 20px;
}
#news-list .right .fine .f-body .from > div {
  width: 276px;
  height: 46px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #dcc38d;
  margin-bottom: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
#news-list .right .fine .f-body .from > div input {
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
}
#news-list .right .fine .f-body .from > div select {
  width: 190px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  border: none;
}
#news-list .right .fine .f-body .from > div input::placeholder {
  color: #999;
  font-size: 14px;
}
#news-list .right .fine .f-body .from > button {
  display: block;
  width: 276px;
  height: 46px;
  margin: 0 auto;
  color: #fff;
  background-color: #dcc38d;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}
#news-list .right .fine .f-body .from .btn {
  width: 276px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border: none;
}
#news-list .right .fine .f-body .from > button {
  display: block;
  margin: 20px auto 0;
  width: 276px;
  height: 46px;
  color: #fff;
  background-color: #ed4023;
  border-radius: 4px;
}
#news-list .right .r-hot-zy {
  margin-top: 24px;
  box-sizing: border-box;
  padding: 15px 15px 18px 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#news-list .right .r-hot-zy .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
}
#news-list .right .r-hot-zy .title p {
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
#news-list .right .r-hot-zy .title p img {
  width: 22px;
  height: 26px;
  margin-right: 6px;
  margin-left: 6px;
}
#news-list .right .r-hot-zy .title p a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
}
#news-list .right .r-hot-zy .r-h-body {
  margin-top: 20px;
}
#news-list .right .r-hot-zy .r-h-body ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#news-list .right .r-hot-zy .r-h-body ul li:last-child {
  margin-bottom: 0;
}
#news-list .right .r-hot-zy .r-h-body ul li .img {
  width: 100px;
  height: 75px;
  background-color: #ccc;
  overflow: hidden;
  border-radius: 4px;
}
#news-list .right .r-hot-zy .r-h-body ul li .img img {
  width: 100%;
}
#news-list .right .r-hot-zy .r-h-body ul li .con {
  margin-left: 16px;
}
#news-list .right .r-hot-zy .r-h-body ul li .con p:nth-of-type(1) {
  width: 160px;
  margin-bottom: 14px;
}
#news-list .right .r-hot-zy .r-h-body ul li .con p:nth-of-type(2) {
  margin-bottom: 4px;
}
#news-list .right .r-hot-zy .r-h-body ul li .con p:nth-of-type(2) img {
  width: 18px;
  height: 17px;
}
#news-list .right .r-hot-zy .r-h-body ul li .con p:nth-of-type(3) {
  font-size: 14px;
}
