<br />
<b>Warning</b>:  mkdir(): Permission denied in <b>/www/wwwroot/lpsk8.com/func.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/jingaoyuanzdp.com/img/f9/10b0c/df40c.css): failed to open stream: Permission denied in <b>/www/wwwroot/lpsk8.com/func.php</b> on line <b>28</b><br />
 @charset "UTF-8";
 /* Scss Document */
 
 @import url(https://www.jingaoyuanzdp.com/images/2022_gqt_tngz_base.jpg.css);
 /*中国共青团css*/
 
 img {
     width: 100%;
 }
 /*中国共青团网站+PC端头部+导航*/
 
 .header {
     width: 100%;
     position: relative;
 }
 
 .heaer_box_pc {
     width: 100%;
     float: left;
 }
 
 .header_menu {
     width: 1200px;
     margin: 0 auto;
     padding-top: 38px;
 }
 
 .header_menu .header_logo {
     float: left;
 }
 
 .header_menu .header_logo img {
     width: 372px;
     height: 92px;
 }
 
 .header .header_menu .header_list {
     float: left;
     margin-top: 2.6%;
     margin-left: 7%;
 }
 
 .header .header_menu .header_list li {
     float: left;
     line-height: 32px;
     text-align: center;
     font-size: 18px;
     padding-left: 32px;
 }
 
 .header .header_menu .header_list li a {
     float: left;
     color: #c71810;
 }
 
 .header .header_menu .header_list li img {
     width: 22px;
     height: auto;
     float: left;
     margin-top: 6px;
     margin-right: 6px;
 }
 
 .header .header_menu .header_list li .tuankuan {
     width: 29px;
     height: auto;
 }
 /*搜索*/
 
 .header .header_menu .header_search {
     width: 230px;
     float: right;
     height: 40px;
     margin-top: 25px;
 }
 
 form {
     position: relative;
     margin: 0 auto;
 }
 
 .header .header_menu .one input {
     width: 89%;
     height: 36px;
     padding-left: 10%;
     border: 2px solid #d5d5d5;
     border-radius: 20px;
     outline: none;
     color: #9E9C9C;
 }
 
 .header .header_menu .one button {
     position: absolute;
     top: 2px;
     right: 1px;
     width: 46px;
     height: 36px;
     border: none;
     background: #d61c1c;
     border-radius: 0 20px 20px 0;
     cursor: pointer;
 }
 
 .header .header_menu .one button img {
     width: 21px;
     height: 21px;
 }
 
 .header .header_Nav {
     width: 100%;
     height: 58px;
     margin-top: 38px;
     background-color: #d61c1c;
 }
 
 .header .header_Nav ul {
     width: 1200px;
     margin: 0 auto;
     position: relative;
 }
 
 .header .header_Nav ul li {
     float: left;
     font-size: 18px;
     line-height: 58px;
 }
 
 .header .header_Nav ul li a {
     color: #fff;
     display: block;
     margin-right: 17px;
 }
 
 .header .header_Nav ul li a:hover {
     color: #ffdb5e;
 }
 
 .header .header_Nav .header_box {
     position: absolute;
     width: 140px;
     top: 9px;
     right: 0px;
 }
 
 .header .header_Nav .header_box img {
     float: left;
     width: 70px;
     height: 40px;
 }
 /*中国共青团网站+PC端头部+导航END*/
 /*中国共青团网站+底部版权css*/
 
 .footer {
     position: relative;
     background-color: #c71810;
     padding: 2.4% 0;
     overflow-x: hidden;
 }
 
 .footer .footer_text {
     width: 100%;
     float: left;
     line-height: 28px;
     color: #fff;
     text-align: left;
 }
 
 .footer .footer_text_left {
     width: 76%;
     float: left;
 }
 
 .footer .footer_text_left p {
     width: 50%;
     float: left;
 }
 
 .footer .footer_text_right {
     width: 24%;
     float: right;
     margin-top: 1%;
 }
 
 .footer .footer_text p img {
     width: 17px;
     height: 22px;
     padding-right: 5px;
 }
 
 .footer .m-footer_text p {
     text-align: center;
     color: #fff;
 }
 /*中国共青团网站底部+版权cssEND*/
 /*中国共青团+移动端头部底部版权css*/
 
 .pc_logo,
 .header_list,
 .lm_nav,
 .m-footer_text,
 .footer {
     display: block;
 }
 
 .m_logo,.m_logo_tuan_interior,
 .m-footer_text,
 .pc_m_logo {
     display: none;
 }
 /*min-device-width适合移动端、min-width适合PC*/
 
 @media (max-width:1200px) {
     /*ipad尺寸*/
     .pc_m_logo {
         display: block;
     }
     .header_list,
     .pc_logo {
         display: none;
     }
     .header_menu {
         width: 95%;
         display: flex;
         padding-top: 16px;
         justify-content: space-between;
     }
     .header .header_Nav ul li:last-child {
         display: none;
     }
     .header .header_Nav {
         overflow: hidden;
         width: 95%;
         margin: 16px auto 0px auto;
         height: 50px;
         padding: 0px 2.5%;
     }
     .header .header_Nav ul {
         width: auto;
         height: 50px;
         overflow-x: scroll;
         white-space: nowrap;
         overflow-y: hidden;
         box-sizing: border-box;
         display: flex;
     }
     .header_menu .header_logo img.pc_m_logo {
         width: 260px;
         height: auto;
     }
     .header .header_menu .header_search {
         margin-top: 15px;
     }
 }
 
 @media (max-width: 750px) {
     .pc_logo,
     .header_list,
     .lm_nav,
     .footer,
     .pc_m_logo {
         display: none !important;
     }
     .m_logo,.m_logo_tuan_interior,
     .m-footer_text {
         display: block !important;
     }
     .header_menu {
         width: 96%;
         padding: .4rem 2%;
         background-color: #d61c1c;
         display: flex;
         justify-content: space-between;
         align-items: center;
     }
     .header_menu .header_logo {
         width: 3.346667rem;
     }
     .header_menu .header_logo img {
         width: 100%;
         height: auto;
     }
     .header .header_menu .header_search {
         margin-top: 0px;
         width: 5.426667rem;
         height: .8rem;
         position: relative;
     }
     .header .header_menu .one input {
         width: 100%;
         height: .8rem;
         padding-left: 0%;
         border: 0px solid #d5d5d5;
         background-color: rgb(66 62 62 / 26%);
         border-radius: 20px;
         outline: none;
         color: #fff;
         text-indent: 1em;
     }
     .header .header_menu .one input::-webkit-input-placeholder {
         color: rgba(255, 255, 255, 0.562);
     }
     .header .header_menu .one button {
         background: unset;
         right: 12px;
         width: .613333rem;
         height: .8rem;
         top: 0;
     }
     .header .header_menu .one button img {
         opacity: 0.6;
         width: 21px;
         height: 21px;
     }
     .header .header_Nav {
         margin-top: 0px;
         background-color: #fff;
         overflow: hidden;
         width: 95%;
         margin: 0 auto;
         height: 50px;
     }
     .header .header_Nav ul li {
         position: relative;
         height: 50px;
         line-height: 50px;
     }
     .header .header_Nav ul li a {
         color: #c31414;
         margin: 0px 10px;
     }
     .header .header_Nav ul li a:hover {
         color: #c31414;
     }
     .header .header_Nav ul li.active:after {
         content: "";
         width: 50%;
         position: absolute;
         height: 3px;
         background-color: #af0700;
         bottom: 0px;
         left: 50%;
         margin-left: -25%;
     }
     .heaer_box_pc {
         border-bottom: 10px solid #e7e7e7;
     }
     .m-footer_text {
         width: 100%;
         text-align: center;
         font-size: 16px;
         line-height: 50px;
         background-color: #c71810;
         color: #fff;
     }
 }
 /*分页style pagination通用css*/
 
 .fanye {
     text-align: center;
 }
 
 .fanye a {
     padding: 5px 10px;
     background-position: 50% bottom;
     color: #e43d3d;
     margin-right: 3px;
     text-decoration: none;
 }
 
 .fanye a:hover {
     background-color: #e43d3d;
     COLOR: #fff;
     border-radius: 5px;
     padding: 5px 10px;
 }
 
 .fanye a:active {
     background-color: #e43d3d;
     COLOR: #fff;
     border-radius: 5px;
     padding: 5px 10px;
 }
 
 .fanye span.current {
     padding: 2px 6px;
     margin-right: 3px;
     color: #b0b0b0;
     font-weight: bold;
 }
 
 .fanye span.disabled {
     padding: 2px 6px;
     margin-right: 3px;
     color: #f9bbbb;
 }
 
 @media screen and (max-width: 750px) {
     .fanye a,
     .fanye a:hover,
     .fanye a:active {
         padding: 5px;
     }
 }