* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    position: relative;
    height: 100%;
}

a {
    text-decoration: none;
}

body {
    /*background: #eee;*/
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #101010;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}
.researchDet {
	padding-top: 45px;
}
@media screen and (max-width: 2560px) {
.max-w-screen-xl {
    width: 1550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
  
  .article {
    width: 1550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
  
  
  
}

@media screen and (max-width: 1920px) {
.max-w-screen-xl {
    width: 1550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
  
  .article {
    width: 1550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
  
}

@media screen and (max-width: 1440px) {
.max-w-screen-xl {
    width: 1250px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.article {
    width: 1250px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

.art {
    /* padding: 3% 9% 4% 9%;
    min-width: 1200px; */
  padding-top: 1px;
}

.art_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.art_title_left {
    display: flex;
    align-items: center;
    color: rgba(158, 123, 75, 1);
    font-size: 40px;
    text-align: left;
    font-family: SourceHanSerif-bold;
}


.art_title_left img {
        margin-right: 10px;
      	/*transform: rotate(180deg);*/
    }

.art_title_right {
    display: flex;
    align-items: center;
}
    .art_title_right p {
        margin-left: 45px;
        padding: 7px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        background: #f0e9e4;
        text-align: center;

    }

      .art_title_right p img {
            margin-top: 15%;
            width: 24px;
            height: 24px;
        }

.article {
padding-top: 40px;
}
.art_not {
    /*padding: 0 9%;
    min-width: 1200px;*/
}

.art_not_title {
    margin: 35px 0 38px 0;
    color: #101010;
    font-size: 28px;
    font-family: SourceHanSerif-bold;
}

.art_not_con {
    display: flex;
}
.art_not_con img {
        width: 100%;
        height: 100%;
    }


.art_not_con_ul {
  flex: 1;

            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
 .art_not_con_ul::-webkit-scrollbar {
                display: none;
            }

    .art_not_con_item {
      	position: relative;
      	display: flex;
        height: 63px;
        padding: 15px 32px 10px;
      	cursor: pointer;      
    }

        .art_not_con_item P {
            font-size: 20px;
          	color: #101010;
        }

        .art_not_con_item div {
            margin-top: 15px;
            font-size: 16px;
        }

 .art_not_con_item:hover {
    background: #b7987e;
	color: #fff!important;
  }
    .art_not_con_item:hover .title {
	color: #fff!important;
  }

  
   .art_not_con_item:hover::before {
        content: '';
        position: absolute;
     	top: 6px;
        right: 0;
        z-index: 10;
        width: 50px;
        height: 91px;
        background-image: url(/template/1/rs-cms/img/art_not.png);
        background-size: 100% 100%;
    }


.art_not_con_ {
    height: 63px;
    padding: 20px 32px;
    background: #f8f6f4;
    color: rgba(102, 102, 102, 1);
    border-bottom: 1px solid #ece5dd;
}


   .art_not_con_ P {
        font-size: 20px;
    }

    .art_not_con_ div {
        margin-top: 12px;
        font-size: 16px;
    }

.rt_not_con_cur {
    height: 63px;
    padding: 23px 32px;

    color: #fff !important;
    background: url(/template/1/rs-cms/img/art_notbg.png);
    background-size: 100% 100%;
}

.rt_not_con_cur P {
  font-size: 20px;
}

.rt_not_con_cur div {
  margin-top: 12px;
  font-size: 16px;
}


.art_not_con_img {
  	width: 57.6%;
    /*width: 720px;
    height: 444px;*/
    object-fit: cover;
  	flex: none;
}

.art_dt {
    /*padding: 0 9%;
    padding-bottom: 40px;
    min-width: 1200px;*/
}

.art_dt_title {
    position: relative;
    margin-top: 45px;
    font-size: 20px;
    border-bottom: 1px solid #ebe4da;
    padding-bottom: 20px;
    padding-left: 66px;
  	align-items: center;
}

.art_dt_title div {
  margin-right: 114px;
  cursor: pointer;
}


  .art_dt_title div  span {
    padding-bottom: 20px;
  }


.dt_title_cur {
    color: #9e7b4b;
    font-weight: bold;
  	font-size: 28px;
}

.dt_title_cur::before {
  	position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    bottom: -29px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #9e7b4b;
    margin-left: -8px;
  	transform: translateX(-50%);
}

.art_dt_con {
    margin-top: 38px;
}

.art_dt_con_li {
  	position: relative;
  	cursor: pointer;
  	margin-bottom: 30px;
    padding: 45px 204px 45px 72px;
    display: flex;
    align-items: center;
}
.art_dt_con_li:hover {
	background: hsl(27deg 28% 61% / 15%);
}
 .art_dt_con_li:hover::before {
        content: '';
        position: absolute;
        right: 60px;
        z-index: 10;
        width: 113px;
        height: 48px;
        background-image: url(/template/1/rs-cms/img/art_dt.png);
        background-size: 100% 100%;
    }
.art_dt_con_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  	flex: none;
}

.art_dt_con_left p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #101010;
}

.art_dt_con_left p:nth-child(2) {
    color: #101010;
    font-size: 20px;
}

.art_dt_con_mid {
    margin: 0 50px 0 40px;
    width: 1px;
    height: 60px;
    background: rgb(216, 202, 184);
}

.art_dt_con_right {
    display: flex;
    flex-direction: column;
}

.art_dt_con_right p:nth-child(1) {
    color: #101010;
    font-weight: bold;
    font-size: 24px;
}

.art_dt_con_right p:nth-child(2) {
    margin-top: 16px;
    line-height: 36px;
    color: #101010;
    font-size: 20px;
}

.art_dt_con_cur {
    background: url(/template/1/rs-cms/img/art_dtbg.png);
    background-size: 100% 100%;
}


/**artdetail*/
.art_nav {
    margin-top: 45px;
    padding: 0 9%;
    min-width: 1200px;
    color: rgba(158, 123, 75, 1);
    font-size: 20px;
    letter-spacing: 5px;
}

.art_divite {
    margin-top: 20px;
    padding: 0 9%;
    min-width: 1200px;
    color: #f0ebe4;
    border-bottom: 1px solid #f0ebe4;
}

.detail_con {
    margin-top: 40px;
    display: flex;
    padding-bottom: 35px;
}

.detail_left {
    width: 65%;
}

.detail_title {
    text-align: center;
    color: rgba(158, 123, 75, 1);
    font-size: 36px;
  	font-family: SourceHanSerifSC-Bold !important;
}

.detail_title p {
  font-family: 'Microsoft YaHei', Arial, sans-serif !important;
  margin-top: 20px;
  color: rgba(102, 102, 102, 1);
  font-size: 20px;
}

.deatil_left_con {
    margin-top: 30px;
    text-indent: 2em;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
}


.deatil_left_con img {
        margin: 32px 0;
        max-width: 100%;
      	width: auto;
        height: 100%;
}


.detail_left_bt {
  	display: none;
    margin-top: 50px;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    text-align: right；
}

.detail_left_bt p {
        margin-top: 14px;
}


.detail_fg {
    margin-top: 40px;
    width: 100%;
    color: #f0ebe4;
    border-bottom: 1px solid #f0ebe4;
}

.detail_left_point {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
}

.detail_right {
  	position: relative;
    flex: 1;
    margin-left: 56px;
    position: relative;
}
/*.detail_right::before {
  	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 383px;
    height: 452px;
    background-image: url(/template/1/rs-cms/img/artdetail_bg.png);
    background-size: 100% 100%;
    }*/
.detail_right_ul {
    width: 100%;
  	max-height: 570px;
	overflow: hidden auto;
    margin-top: 32px;
  
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none;  /* Internet Explorer 10+ */
}


    .detail_right_ul ::-webkit-scrollbar {
                display: none;
            }

.detail_right_li {
    display: flex;
  	margin-bottom: 35px;
}

.detail_right_li  p {
  margin-left: 24px;
  width: 400px;
  color: rgba(102, 102, 102, 1);
  font-size: 20px;
  /*white-space: nowrap;*/
  /* 文本不会换行，会在同一行内继续，直到遇到<br>标签为止 */
  text-overflow: ellipsis;
  /* 当文本溢出包含它的容器时，显示省略号(...)来表示被截断的文本 */
  overflow: hidden;
  /* 隐藏溢出容器的文本 */

}

.detail_right_time {
    margin-top: 20px;
}

.detail_right_title {
    color: rgba(158, 123, 75, 1);
    font-size: 30px;
  	overflow: hidden;

}

.detail_right_title span {
  margin-right: 16px;
  width: 6px;
  height: 30px;
  background: #9e7b4b;
  display: inline-block;
  float: left;
  margin-top: 7px;
  border-radius: 15px;
}

.detail_right_img {
    position: absolute;
    left: 14%;
    bottom: 0;
}

.s_visiteTitle_search {
  top: 25%;
  width: 558px;
  transform: translateY(0px);
}

.s_visiteTitle_search
img {
	top: 25%;
  position: absolute;
  left: 90%;
  width: 24px !important;
  height: 24px !important;
}

.detail_left_last {
  flex: 1;
  display: flex;
  align-items: center;}
.detail_left_last-up {
  flex: none;
  margin-right: 7px;
}
a {text-decoration:none; color:inherit; cursor:auto;}

.detail_title_time {
  font-family: 'Microsoft YaHei', Arial, sans-serif !important;
    margin-top: 20px;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
  	text-align: center;
}