body {
  min-height: 100vh;
  position: relative;
}
header {
  width: 100%;
  min-width: 1200px;
  height: 140px;
  /*background: url(../image/banner.png) no-repeat;*/
  background-size: 100% 100%;
}
header .head-cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-cont .logo {
  width: 367px;
  height: 85px;
}
.main {
  width: 1200px;
  color: #333333;
  margin: 30px auto auto auto;
  display: flex;
  height: 100%;
  padding-bottom: 160px;
}
.main .main-lf {
  flex-shrink: 0;
  max-width: 490px;
}
.main .paper-box .paper-title {
  width: 400px;
  height: 40px;
  padding: 0 36px;
  box-sizing: border-box;
  background: #EEF9F5;
  background: rgba(26, 164, 112, 0.07);
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #1AA470;
  margin-bottom: 30px;
}
.main .paper-box .paper-cont {
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #F1F1F1;
  margin-bottom: 40px;
}
.main .paper-box .paper-cont .paper {
  width: 400px;
  height: 640px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.main .paper-box .paper-cont .paper img {
  width: 100%;
  height: 100%;
}
.main .paper-box .paper-cont .paper .hotMapArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  border: 2px solid #aa0000;
  background: rgba(170, 0, 0, 0.2);
}
.main .paper-box .paper-cont .paper .hotMapArea .hotTitle {
  position: absolute;
  top: calc(100% + 20px);
  padding: 10px;
  border-radius: 5px;
  left: 0;
  background: #fff9d8;
  color: #1e1e1e;
  padding-top: 9px;
  padding-bottom: 5px;
  font-weight: bold;
}
.main .paper-box .paper-cont .btns {
  display: flex;
  flex-direction: column;
}
.main .paper-box .paper-cont .btns .version-btn {
  width: 18px;
  padding: 5px 6px;
  height: 85px;
  background: #FFFFFF;
  border: 1px solid #D7D9E0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #666666;
}
.main .paper-box .paper-cont .btns .version-btn img {
  width: 18px;
  height: 18px;
}
.main .paper-box .paper-cont .btns .not-data-sty {
  color: #C2C2C2;
}
.main .paper-box .paper-cont .btns .next-btn {
  margin-top: 60px;
}
.main .paper-box .paper-cont .btns .next-btn img {
  transform: rotate(180deg);
}
.main .titles .item {
  font-size: 18px;
  padding: 23px 0 23px 65px;
  position: relative;
  border-bottom: 1px solid #F5F5F6;
  max-width: 486px;
  box-sizing: border-box;
}
.main .titles .item a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B2AFB9;
  position: absolute;
  top: 32px;
  left: 40px;
}
.main .titles .act-sty {
  color: #1AA470;
}
.main .titles .act-sty a {
  color: #1AA470;
}
.main .titles .act-sty a::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B2AFB9;
  position: absolute;
  top: 32px;
  left: 40px;
}
.main .main-rt {
  width: 100%;
  max-width: 720px;
  padding-left: 30px;
  box-sizing: border-box;
}
.main .main-rt .date-box {
  display: flex;
}
.main .main-rt .date-box .date {
  min-width: 150px;
  padding-right: 5px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D7D9E0;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.main .main-rt .date-box .date input {
  border: 0;
  outline: none;
}
.main .main-rt .date-box .date img {
  margin-left: 8px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
.main .main-rt .date-box .date .date_info {
  padding-left: 10px;
}
.main .main-rt .date-box .periods-btn {
  width: 64px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D7D9E0;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
}
.main .main-rt .date-box .periods-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main .main-rt .date-box .not-data-sty {
  color: #C2C2C2;
}
.main .main-rt .date-box .not-data-sty a {
  color: #C2C2C2;
}
.main .main-rt .date-box .pre-btn {
  margin-left: auto;
  margin-right: 14px;
}
.main .main-rt .type-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main .main-rt .type-area .item {
  width: 165px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  background: #F5F5F6;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;

}
.main .main-rt .type-area .item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main-rt .type-area .item img {
  position: absolute;
  display: none;
  z-index: 9;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  box-shadow: 0px 0px 6px rgba(106, 106, 106, 0.14);
  border-radius: 4px;
}
.main .main-rt .type-area .item:hover img {
  display: block;
}
.main .main-rt .type-area .act-sty {
  background: #1AA470;
  color: white;
}
.main .main-rt .type-area .act-sty a {
  color: white;
}
.main .main-rt .place-hold::after {
  content: "";
  width: 165px;
  height: 0;
  display: block;
}
.main .main-rt .titles .item {
  max-width: 100%;
}
.main .main-rt .article-box img {
  width: 480px;
  height: auto;
  margin: 30px auto;
  display: block;
}
.main .main-rt .article-box .details-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #1AA470;
  padding: 28px 0 13px 0;
}
.main .main-rt .article-box .eyebrow-head{
  margin-bottom: 10px;
  font-size: 16px;
}
.main .main-rt .article-box .small-title{
  font-weight: 400;
  text-align: center;
}
.main .main-rt .article-box .article-details .subhead{
  margin-top: 22px;
}
.main .main-rt .article-box .article-details .author{
  color: #999999;
}
.main .main-rt .article-box .set-btns {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
  font-size: 14px;
}
.main .main-rt .article-box .set-btns .set-btn {
  height: 30px;
  padding: 0 10px;
  background: #FFFFFF;
  border: 1px solid #D7D9E0;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.main .main-rt .article-box .set-btns .set-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .main-rt .article-box .set-btns .page-btns {
  display: flex;
  margin-left: auto;
}
.main .main-rt .article-box .set-btns .page-btns > div:not(:last-child) {
  margin-right: 20px;
}
.main .main-rt .article-box .set-btns > div:not(:last-child) {
  margin-right: 20px;
}
.main .main-rt .article-box .article-details {
  font-size: 18px;
  line-height: 2.2;
}
.main .main-rt .article-box .article-details p {
  margin-bottom: 20px;
}
.main .tit-box {
  width: 100%;
  height: 50px;
  background: #F5F5F6;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 50px;
  color: #1AA470;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1AA470;
  font-size: 18px;
  color: #FFFFFF;
  min-width: 120px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.paper {
  display: flex;
  align-items: center;
}
.newspaper {
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(63, 64, 71, 0.13);
}
.newspaper img {
  width: 100%;
  height: auto;
}
#hotArea {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #dc3721;
  background: rgba(220, 55, 33, 0.35);
}
#hotArea div {
  height: 100%;
}
#hotAreaTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  background-color: #fef9db;
  color: #333;
  padding: 5px;
  font-weight: 700;
  z-index: 999;
}
.bmInfor {
  display: none;
}
