@charset "utf-8";
#app-wrap {
  display: none; }

#pc-wrap {
  /* 日历 */
  /* 日历 */ }
  #pc-wrap .head img {
    max-width: 100%; }
  #pc-wrap .main {
    width: 1200px;
    margin: 50px auto; }
  #pc-wrap .main .headlines {
    display: flex;
    background: #fff9ef;
    height: 149px;
    margin: 50px auto; }
  #pc-wrap .main .headlines .headlines_left {
    width: 60px;
    margin: 0 40px;
    background: url(/uploads/image/i45866/title-bg.png) no-repeat center center;
    text-align: center; }
  #pc-wrap .main .headlines .headlines_left p {
    width: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    padding: 40px 10px; }
  #pc-wrap .main .headlines .headlines_right {
    padding: 30px; }
  #pc-wrap .main .headlines .headlines_right .title-b {
    color: #333; }
  #pc-wrap .main .headlines .headlines_right .title-b a {
    color: #333;
    font-size: 30px; }
  #pc-wrap .main .headlines .headlines_right .title-s {
    padding-top: 15px; }
  #pc-wrap .main .headlines .headlines_right .title-s a {
    color: #888;
    font-size: 20px; }
  #pc-wrap .main .title-normal {
    margin: 40px auto; }
  #pc-wrap .main .title-normal span {
    color: #e82a16;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 45px; }
  #pc-wrap .main .title-normal a {
    color: #333;
    font-size: 16px; }
  #pc-wrap .main .lhrl img {
    margin: 0 60px; }
  #pc-wrap .main .right-pic {
    position: relative; }
  #pc-wrap .main .right-pic .swiper {
    width: 600px;
    height: 290px;
    overflow: hidden; }
  #pc-wrap .main .right-pic img {
    width: 600px; }
  #pc-wrap .main .right-pic .title-l {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 450px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px; }
  #pc-wrap .main .right-pic .swiper-pagination-bullet {
    width: 20px;
    border-radius: 0; }
  #pc-wrap .main .right-pic .swiper-pagination-bullet-active {
    background: #fff; }
  #pc-wrap .main .right-list {
    width: 600px;
    height: 290px;
    background: #fff9ef; }
  #pc-wrap .main .right-list .dt-list {
    padding: 3px 50px; }
  #pc-wrap .main .right-list .dt-list li {
    list-style: disc;
    color: #e82a16;
    padding: 10px 0; }
  #pc-wrap .main .right-list .dt-list li a {
    font-size: 18px;
    color: #333; }
  #pc-wrap .main .right-list .dt-list li a .fr {
    color: #888; }
  #pc-wrap .main .lhmk .pic-list li {
    position: relative;
    width: 294px;
    height: 150px;
    margin-left: 9px;
    margin-bottom: 9px;
    overflow: hidden; }
  #pc-wrap .main .lhmk .pic-list li a {
    color: #fff;
    font-size: 18px; }
  #pc-wrap .main .lhmk .pic-list li img {
    width: 294px; }
  #pc-wrap .main .lhmk .pic-list li p {
    position: absolute;
    top: 110px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    overflow: hidden; }
  #pc-wrap .main .lhmk .pic-list li:first-child {
    width: 594px;
    height: 310px;
    margin: 0; }
  #pc-wrap .main .lhmk .pic-list li:first-child img {
    width: 594px; }
  #pc-wrap .main .lhmk .pic-list li:first-child p {
    top: 263px; }
  #pc-wrap .main .lhsy ul.vid-list li {
    width: 384px;
    overflow: hidden;
    margin: 8px;
    box-shadow: 0 2px 12px 0 #ddd; }
  #pc-wrap .main .lhsy ul.vid-list li a {
    color: #333; }
  #pc-wrap .main .lhsy ul.vid-list li img {
    width: 384px;
    height: 236px; }
  #pc-wrap .main .lhsy ul.vid-list li p {
    height: 80px;
    padding: 19px 15px;
    font-size: 22px;
    line-height: 34px; }
  #pc-wrap .calendar {
    width: 20%;
    background: #fff9ef;
    border-right: 1px solid #ddd; }
  #pc-wrap .calendar .top {
    display: flex;
    padding: 5px 10px;
    color: white;
    background: #dc0000;
    font-size: 20px;
    justify-content: space-between; }
  #pc-wrap .calendar .cale-box {
    padding: 5px; }
  #pc-wrap .calendar .week-box {
    justify-content: space-around;
    padding: 5px;
    display: flex;
    color: #ab0104;
    align-items: center; }
  #pc-wrap .calendar .date-box {
    justify-content: space-around;
    padding: 5px;
    display: flex;
    align-items: center; }
  #pc-wrap .calendar .week {
    text-align: center;
    width: 10%; }
  #pc-wrap .calendar .week-disabled {
    text-align: center;
    width: 10%;
    color: #8d8787; }
  #pc-wrap .calendar a {
    border-radius: 50%;
    background: #ab0104;
    color: white;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-decoration: none;
    padding: 2px;
    line-height: 20px;
    text-align: center; }
  #pc-wrap .calendar-box {
    display: flex;
    padding-bottom: 30px; }
  #pc-wrap .calendar-box .right-list {
    width: 80%;
    height: 290px;
    background: #fff9ef; }
  #pc-wrap .calendar {
    width: 80%; }
  #pc-wrap .calendar-box .right-list .dt-list {
    padding: 3px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  #pc-wrap .calendar-box .right-list .dt-list li {
    list-style: disc;
    color: #e82a16;
    padding: 10px 0; }
  #pc-wrap .calendar-box .right-list .dt-list li a {
    font-size: 18px;
    color: #333; }
  #pc-wrap .calendar-box .right-list .dt-list li a .fr {
    color: #888; }
      #pc-wrap .container-footer li.list-item:nth-child(1) {
	margin-left: 117px !important;
}
#pc-wrap .container-footer .footer-content {
	margin-left: auto;
	margin-right: auto;
}
.container-footer .footer-list li {
	margin-right: 138px !important;
	position: relative;
}
#pc-wrap .container .container-body .container-footer .footer-list .list-item {
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #333333;
}
#pc-wrap .container .container-body .container-footer .footer-content .footer-list .list-item a:hover{
	text-decoration: none;
	outline: none;
	color: #777 !important;
}
#pc-wrap .container-footer a{
    color: #000;
    text-decoration: none;
    outline: none;
}
#pc-wrap .container-footer li.list-item:nth-child(1) {
	margin-left: 117px !important;
}
#pc-wrap .container-footer .footer-content {
	margin-left: auto;
	margin-right: auto;
}
.container-footer .footer-list li {
	margin-right: 138px !important;
	position: relative;
}
#pc-wrap .container .container-body .container-footer .footer-list .list-item {
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #333333;
}
#pc-wrap .container .container-body .container-footer .footer-content .footer-list .list-item a:hover{
	text-decoration: none;
	outline: none;
	color: #777 !important;
}
#pc-wrap .container-footer a{
    color: #000;
    text-decoration: none;
    outline: none;
}
#pc-wrap .container-footer .footer-list2 .list2,#pc-wrap .container-footer .footer-list{
  margin: 0;
}
#pc-wrap .container-footer .footer-list li{
  list-style-type: none;
}
/*# sourcemappingurl=pc-lplh_2022.css.map */
