#main {
  padding-top: 40px;
  padding-bottom: 80px;
}

.position {
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  margin-bottom: 27px;
}
.position a{
color: #4d4d4d;
}
.position a:hover{
color: #f10000;
}
section {
  align-items: stretch !important;
}

.s-left {
  width: 920px;
  padding: 50px 20px 25px;
  background-color: #ffffff;
  position: relative;
}
.s-left>.time{
  font-size: 14px;
    line-height: 14px;
    color: #666666;
    position: absolute;
    bottom: -32px;
    right: 17px;
}
.s-left h2 {
  font-size: 22px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 35px;
text-align: center;
}

.s-left .tags {
  margin-bottom: 34px;
}

.s-left .tags span {
  width: auto;
  min-width: 80px;
  height: 30px;
  background-color: #ffdbdb;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 14px;
  color: #ff5252;
  margin-right: 10px;
}

.s-left .tags span:nth-child(2) {
  background-color: #dbf2ff;
  color: #33b5ff;
}

.s-left .tags span:nth-child(3) {
  background-color: #ffdbf9;
  color: #ff84eb;
}

.s-left .other-tags {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-bottom: 13px;
}
.s-left .other-tags a{
color: #666666;
}
.s-left .other-tags a:hover{
color: #f10000;
}
.s-left .other-tags .time,
.s-left .other-tags .writer {
  margin-right: 30px;
}

.s-left .digest {
  padding: 10px;
  background-color: #f5f5f5;
  align-items: stretch;
  margin-bottom: 30px;
}

.s-left .digest>div {
  writing-mode: vertical-lr;
  width: 40px;
  height: 80px;
  background-color: #42579f;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 10px;
  padding-top: 7px;
  flex-shrink: 0;
  margin-right: 28px;
}

.s-left .digest p {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
height: 72px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			/* 几行后显示不开省略 */
			-webkit-line-clamp: 3;
}

.s-left article {
  padding: 10px 30px 30px;
  font-size: 14px;
  color: #373737;
  border-bottom: 1px solid #e6e6e6;
}
.s-left article p{
  line-height:30px;
}
.s-left .article-page {
  padding: 0 19px;
  margin: 30px 0 47px;
}

.s-left .article-page>div {
  width: 40%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}

.s-left .article-page>div:nth-child(2) {
  text-align: right;
}

.s-left .article-page>div a {
  color: #4d4d4d;
}

.s-left .article-page>div a:hover {
  color: #f10000;
}

.s-left .books-download {
  width: 840px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  border: solid 2px #f2f2f2;
  padding: 10px;
  align-items: stretch;
}

.s-left .books-download .books {
  width: 240px;
  height: 160px;
  background-color: #cccccc;
  margin-right: 30px;
  flex-shrink: 0;
}

.s-left .newsBbtm{
width: 880px;
  
    align-items: center;
    overflow: hidden;

}

.s-left .form-box {
  padding-top: 16px;
}

.s-left .form-box h3 {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.s-left form {
  flex-wrap: wrap;
}

.s-left form .item {
  width: 260px;
  height: 40px;
  background-color: #f2f2f2;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s-left form .item.mar {
  margin-bottom: 10px;
}

.s-left form .item.mar-r {
  margin-right: 10px;
}

.s-left form .item input {
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #999999;
  padding-left: 13px;
}

.s-left form .item input::placeholder {
  color: #999999;
}
.s-left form .item.yzm span{
  width: 100px;
    height: 40px;
    background-color: #333333;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    flex-shrink: 0;
    text-align: center;
}

.s-left form .btn {
  width: 260px;
  height: 40px;
  background-color: #ff2626;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.s-right {
  width: 260px;
}

.s-right>div {
  width: 260px;
  border-top: 1px solid #42579f;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.s-right .form-box {
  height: 398px;
}

.s-right h3 {
  font-size: 16px;
  line-height: 55px;
  color: #42579f;
  padding-left: 23px;
  border-bottom: 1px solid #f5f5f5;
}

.s-right form {
  padding: 20px 20px 30px;
}

.s-right .form-box .item {
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
}

.s-right .form-box .item.mar {
  margin-bottom: 0;
}

.s-right .form-box .item input,
.s-right .form-box .item select {
  width: 180px;
  height: 38px;
  background-color: #f2f2f2;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
}

.s-right .form-box .item input::placeholder {
  color: #999999;
}

.s-right .form-box .item select {
  background: #f2f2f2 url(../img/arrow.png) no-repeat;
  background-size: 8%;
  background-position: 95% center;
}

.s-right .form-box .btn {
  width: 160px;
  height: 40px;
  background-color: #ff2626;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px auto 0;
}

.s-right .hot ul {
  padding: 20px 20px 30px;
}

.s-right .hot li {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 16px;
}
.s-right .hot li  a{color: #666666;}
.s-right .hot li  a:hover{color: #f10000;}
.s-right .hot li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Mbody  p{
  text-indent:2em;
}

.s-right .interest ul {
  padding: 20px 20px 30px;
}

.s-right .interest li {
  margin-bottom:10px
}

.s-right .interest li img{
width:100%
}
