body{
    min-width: 1200px;
    background: #F4F4F9;
}
.shux {
    display: inline-block;
    width: 1px;
    height: 38px;
    background: #DFDFDFa8 !important;
    margin: 0 12px 0 6px;
}
.contentstyle {
    width: 1070px;
    margin: 0 auto;
}
.content {
    margin-top: 16px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
.zxhimg{
    width: 100%;
    display: block;
    margin-top: 80px;
}
.contentleft {
    width: 774px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 20px 40px 30px;
    background-color: #fff;
    margin-right: 12px;
    margin-bottom: 70px;
}
.head_more {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 15px;
}
.head_p {
    font-size: 16px;
    color: #999;
}
.head_p:hover{
    font-weight: bold;
    color: #FF6D0D;
}
.psel{
    font-weight: bold;
    color: #FF6D0D;
}
.itemA{
    margin-right: 44px;
    position: relative;
    cursor: pointer;
}
.head_underline {
    width: 36px;
    height: 2px;
    background: #FF6D0D;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.labelA{
    display: inline-block;
    width: 52px;
    height: 26px;
    color: #666666;
    border-radius: 4px;
    margin-right: 5px;   
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
}
.xzlabel{
    color: #FF6D0D;
    background: #FF6D0D33;
}
.backA:hover{
    background: #ecececb3;
}
.contentright {
    width: 282px;
}
.lxstyle{
    background-color: #101010;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 2px;
    font-size: 12px;
}

.labelS{
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #797979;
    box-sizing: border-box;
    padding: 0 2px;
    font-size: 12px;
    margin-right: 5px;
}
.fbtime{
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
}
.widnav{
    width: 72%;
    z-index: 5;
}
.itemzx{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 25px 10px;
}
.itemzx:hover{
    box-shadow: 0 3px 19px 0 #e1eeff;
    border: 1px solid #3d91ff;
    border-radius: 6px;
}
.zxdetail{
    box-shadow: rgba(28, 31, 35, 0.08) 0px 6px 32px 4px;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
    height: 217px;
    box-sizing: border-box;
    padding: 33px 20px 0 20px;
    /* background-color: #fff; */
    margin-bottom: 10px;
    background: url(../../img/information/bj.png) no-repeat center;
    background-size: cover;
}
.uimg{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    margin-right: 8px;
}
.namep{
    display: flex;
    align-items: center;
}
.uname{
    font-size: 14px;
    color: #282828;
    font-weight: bold;
}
.utime{
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
}
.pldflex{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.smtext{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.bjwidth{
    width: 25%;
    display: block;
}
.bjwidth img{
    margin: 0 auto;
    display: block;
}
.bjwidth:hover .smtext{
    color: #101010;
    font-weight: bold;
}
.zxhover{
    position: relative;
}
.sjewm{
    position: absolute;
    right: -170px;
    top: 0;
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}
.sjewm p{
    font-size: 14px;
    color: #034B9E;
    text-align: center;
}
.ewmimg{
    display: block;
    width: 107px;
    height: 106px;
}
.sjewm::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    left: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}
.itemnews{
    box-sizing: border-box;
    padding: 30px 10px 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F6F6F6;
    position: relative;
    transition: transform 0.5s ease;
}
.zxtitle{
    display:block;
    font-size:16px;
    color:#202020;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    margin-bottom:15px;
    font-weight:bold;
}
.zxcont{
    line-height: 23px;
    font-size: 14px;
    color: #666666;
    margin-top: 13px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.manyflex{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
}
.column{
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
}
.labelzx{
    color: #aaaaaa;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 2px 4px;
    margin-right: 5px;
    background: #FF812E1f;
    color: #FF812E;
    font-size: 12px;
    border-radius: 4px;
}
.imgI{
    display: block;
    margin: 0 4px 0 10px;
}
.zindex {
    z-index: 5;
}
.zximg{
    width: 170px;
    height: 128px;
    display: block;
    transition: 0.6s;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #e7e8ec;
}
.itemnews:hover .zximg{   
    transform: scale(1.1); 
}
.itemnews::after {
    content: '';
    width: 80%;
    height: calc(100%);
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
    display: none;
    z-index: 1;
}
.itemnews:last-child{
    border-bottom: 1px solid transparent !important;
}
.itemnews:hover:after {
    display: inline-block;
}
.itemnews:hover .zxtitle{
    color: #ff6d0d;
    cursor: pointer;
}
.itemnews:hover .zximg{   
    transform: scale(1.1); 
}
.borb{
    border-bottom: 1px solid transparent;
}
.hdhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
}
.hdcont{
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.hdtitle{
    font-weight: bold;
    font-size: 15px;
    color: #282828;
}
.hdmoreA{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #FF6D0D;
}
.hdmoreI{
    display: block;
    margin: 0 auto;
    transition: all .3s ease-out 0s;
    opacity: 0;
}
.hdimg{
    display: block;
    margin: 0 auto;
}
.hdmoreA:hover .hdmoreI {
    margin-left: 3px;
    padding-right: 5px;
    box-sizing: border-box;
    opacity: 1;
}
.rxA{
    display: block;
    width: 100%;
    margin-top: 10px;
}
/* 日历 */
.calendar{
    width: 100%;
}
.rlhead{
    background: #F9F0D0;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    width: 100%;
    box-sizing: border-box;
    padding:10px 15px 10px 0;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #FFBD51;
}
.months{
    display: inline-block;
    width: 57px;
    height: 29px;
    background: #E7A538;
    border-radius: 0px 14px 14px 0px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    margin-right: 15px;
}
.lunar{
    font-weight: bold;
    font-size: 18px;
    color: #F9650E;
}
.jtimg{
    position: absolute;
    bottom: 0;
    left: 20px;
}
.xwimg{
    position: absolute;
    bottom: 0;
    right: 12px;
}
.week{
    font-size: 12px;
    color: #E7A538;
    margin-top: 5px;
}
.years{
    font-size: 90px;
    /* -webkit-text-stroke: 1px #F9650E1c; */
    color: rgba(249, 101, 14, 0.09);
    pointer-events: none;
    font-style: italic;
    letter-spacing: 6px;
    font-family: fantasy;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
}
.adcol{
    background: #F9650E !important;
    color: #fff !important;
}

.weekdays {
    margin: 0;
    padding: 10px 0 10px 15px;
    background-color: #fff;
}

.weekdays li {
    display: inline-block;
    width: 12%;
    height: 23px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    background: #E7A538;
}

.days {
    padding: 10px 0 10px 15px;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 12%;
    text-align: center;
    margin-bottom: 8px;
}

.days li .active {
    padding: 5px;
    background: #F9650Ecc;
    color: white !important;
}
.top{
    font-size:13px;
    color: #666;
    font-weight:bold;
}
.below{
    font-size: 12px;
    transform: scale(0.83,0.83) ;
    color:#B4B4B4;
    width: 113%;
    margin-left:-1px;
}      
.zhoulr{
    color: #FF6D0D;
}
.today{
    width: 20px;
    height: 20px;
    background: #F9650Ecc;
    border-radius: 20%;
    color: #fff;
    margin: 0 auto;
    line-height: 20px;
}
.pageBottom {
    width: 100%;
    text-align: center;
}
.pageBottomA {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #E5E5E5;
}

.ypageC {
    background-color: #FD8222;
    color: #FFFFFF;
}
.pageDefault {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 38px;
    margin-left: 10px;
}
.npageC:hover{
    background: #ececec;
}
.path_select {
    position: relative;
}
.seltitle{
    width: 90px;
    height: 34px;
    background: #F5F5F5;
    border-radius: 6px;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.seltitle p{
    margin-right: 6px;
}
.fsellist{
    width:110px;
    position: absolute;
    top:34px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.sellist{
    float: left;
    width: 110px;
    background: #FFFFFF;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 0;
    border: 1px solid #00000008;
    margin-top: 5px;
}
.itemsel{
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    display: block;
}
.selA:hover{
    background: #FFE2CF66;
    color: #FF6D0D;
}
.selB{
    background: #FFE2CF66;
    color: #FF6D0D;
}
.trans{
    transform: rotate(180deg);
}
.selimg{
    transition:all 0.4s ease-out;
}

/* 心理援助热线弹框 */
.hotline_popupmeng {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.6);
    display: none;
}
.bodyover {
    width: 100%;
    height: 100vh;
    overflow:hidden;
}
.hotline_popup{
    width: 761px;
    height: 608px;
    background: url(../../img/information/hotbj.png);
    margin: 8% auto 0 auto;
    position: relative;
}
.hotline_head{
    position: absolute;
    top: 59px;
    left: 140px;
    display: flex;
    align-items: center;
}
.pop_name{
    margin: 0 63px;
    width:204px ;
}
.leftimg{
    width: 80px;
}
.rightimg{
    width: 80px;
}
.hotline_time{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    left: 308px;
    position: absolute;
    top: 110px;
}
.hotline_content{
    position: absolute;
    top: 170px;
    left: 53px;
    display: flex;
    justify-content: space-between;
    width: 640px;
}
.location{
    font-size: 18px;
    font-weight: bold;
    color: #1156C0;
    line-height: 40px;
}
.phoneimg{
    width: 27px;
    height: 20px;
    vertical-align:text-top;
}
.hot_phone{
    font-size: 16px;
    font-weight: bold;
    color: #3F4041;
    line-height: 36px;
    vertical-align: middle;
}
.showk{
    z-index: -1;
    width: 150px;
    height: 10px;
    background: #FED21D;
    opacity: 0.68;
    position: absolute;
    left: -35px;
    top: 18px;
}

.dark_spot{
    display: block;
    width: 8px;
    height: 8px;
    background: #3F4041;
    border-radius: 50%;
    margin-right: 10px;
}
.phone_number{
    font-size: 18px;
    color: #333333;
}
.hotlinestyle{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-left: 20px;
    margin-bottom: 21px;
}
.number{
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-bottom: 18px;
    line-height: 16px;
}
.mtop30{
    margin-top: 30px;
}
.mleft20{
    margin-left: 20px;
}
.rightnav_up{
    width: 378px;
    height: 168px;
    background: #ECF3FF;
    border-radius: 10px;
    display: flex;
    align-items: baseline;
    box-sizing: border-box;
    padding: 13px 20px;
}
.marbottom{
    margin-bottom: 15px;
}
.closeimg{
    width: 28px;
    position: absolute;
    right: -89px;
    top: 30px;
    cursor: pointer;
}
.linkxian{
    width: 61px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    right: -61px;
    top: 45px;
}
.navup_one{
    text-align: center;
    margin-right: 25px;
}
.ewml{
    width: 109px;
}
.ewmr{
    width: 105px;
}
.ewmel{
    width: 105px;
}
.navup_p{
    font-size: 12px;
    color: #333333;
    line-height: 36px;
}
.detailzx:hover{   
    background-color: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 9%);
}
.detailzx:hover .detail_leftimg{   
   transform: scale(1.1);
   
}
.detail_leftimg{
    transition: 0.6s;
}
.dytitle:hover .dytext{
    font-weight: bold;
}
.nodt{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nodt p{
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}
.qhsc{
    color: #ccc;
}
.qhs6{
    color: #FF6D0D6f;
}