*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family:Arial,Verdana,Helvetica,PingFangSC, PingFang SC sans-serif;color: #333;background-color: #fff;}
li{list-style-type:none;}
img{vertical-align:middle;border:0;}
ol,ul{list-style:none;margin-bottom: 0;}
dl{margin-bottom: 0;}
input{outline: none;border: none;}
h1,h2,h3,h4,h5,h6,p{margin: 0;font-weight: normal;}
i{font-style: normal;}
a{text-decoration: none;color: #333;}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreEll{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*锚点链接平滑过渡效果*/
html {
    scroll-behavior: smooth;
}

.w1200px{
    width: 1200px;
    margin: 0 auto;
}



.logo{
    height: 115px;
    padding-top: 10px;
}
.logo h1{
    margin-top: 15px;
}
.logo h1 a{
    padding-top: 70px;
}
.logo span{
    line-height: 100px;
}
.topBoxCon{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.nav{
    width: 100%;
    line-height: 46px;
}
.nav li{
    padding: 0;
    margin-right: 20px;
}
.nav li a{
    padding: 0 30px;
    font-weight: normal;
}
.nav li a:hover,
.nav li a.on{
    background-color: #00a67c;
    border-bottom: unset;
}
.nav ul{
    display: flex;
    align-items: center;
}



.wrap{
    margin-top: 50px;
}


.weekInfoCon{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #D3D3D3;
    padding: 30px 50px 30px 20px;
}
.eveIntro{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.coverImage{
    width: 247px;
    height: 347px;
}
.coverImage img{
    width: 100%;
}
.eveIntCon{
    width: 830px;
}
.eveIntCon h1{
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #008C7A;
}
.eveIntCon h3{
    width: 100%;
    margin-top: 20px;
    display: flex;
}
.eveIntCon h3 i{
    padding: 3px 5px 2px 5px;
    font-weight: 300;
    font-size: 15px;
    color: #020202;
    margin-right: 6px;
    border-radius: 5px;
}
.eveIntCon h3 i.currPer{
    background-color: rgba(0, 140, 122, 0.4);
}
.eveIntCon h3 i.allPer{
    background-color: rgba(238, 119, 49, 0.4);
}
.detInfo{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.detInfo ul{
    width: 650px;
}
.detInfo ul p{
    width: 100%;
    display: flex;
    /*align-items: center;*/
    font-weight: 100;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
}
.detInfo ul p span{
    display: inline-block;
    width: 80px;
}
.detInfo ul p:last-child span{
    letter-spacing: 1px;
}
.detInfo li{
    width: 120px;
}
.detInfo li img{
    width: 100%;
}
.detInfo li p{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
}

.eveIntCon ol{
    width: 100%;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveIntCon ol span{
    display: flex;
}
.eveIntCon ol span a{
    padding: 5px 12px;
    background-color: #EE7731;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.eveIntCon ol span a:hover{
    background-color: transparent;
    color: #EE7731;
    border: 1px solid #EE7731;
}
.eveIntCon ol p{
    display: flex;
    align-items: center;
}
.eveIntCon ol p a{
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
    margin-left: 40px;
}
.eveIntCon ol p a img{
    height: 14px;
    margin-right: 5px;
}


.mainConBox{
    width: 100%;
    margin: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
}
.mainCon_l{
    width: 800px;
    border: 1px solid #D3D3D3;
    padding: 30px 28px;
}
.conTit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.conTit span,
.conTit i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #008C7A;
    border-radius: 50%;
    margin: 0 10px;
}
.conTit i{
    width: 10px;
    height: 10px;
}
.conTit h3{
    font-size: 20px;
    color: #008C7A;
    font-weight: bold;
    margin: 0 10px;
}
.mainLeftCon{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.mainLeftCon p{
    width: 100%;
    font-weight: 100;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-indent: 30px;
}
.mainLeftCon span,
.mainLeftCon p span{
    font-weight: 100;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-indent: 30px;
}
.mainLeftCon img,
.mainLeftCon p img{
    width: 100%;
    margin-left: -30px;
}

.copyNoticeBox{
    width: 100%;
    margin-top: 50px;
}
.copyNoticeBox .conTit{
    margin-bottom: 20px;
}
.copyNoticeBox p{
    font-weight: 100;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-indent: 30px;
}


.mainCon_r{
    width: 380px;
    border: 1px solid #D3D3D3;
    padding: 15px 12px 10px 12px;
}
.mainCon_r h1{
    width: 100%;
}
.mainCon_r h1 span{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 3px solid #EE7A37;
}
.mainRightCon{
    width: 100%;
    margin-top: 10px;
}
.rightIntro{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 140, 122, 0.08);
    display: flex;
    justify-content: space-between;
}
.rightIntro:last-child{
    border-bottom: none;
}
.eveImage{
    width: 110px;
    height: 154px;
}
.eveImage img{
    width: 100%;
}
.eveMainCon{
    width: 230px;
    position: relative;
}
.eveMainCon h3{
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}
.eveMainCon a:hover h3{
    color: #008C7A;
}
.eveMainCon ul{
    width: 100%;
    margin-top: 12px;
    display: flex;
}
.eveMainCon ul i{
    padding: 3px 5px 2px 5px;
    font-weight: 300;
    font-size: 12px;
    color: #020202;
    margin-right: 6px;
    border-radius: 5px;
}
.eveMainCon ul i.currPer{
    background-color: rgba(0, 140, 122, 0.4);
}
.eveMainCon ul i.allPer{
    background-color: rgba(238, 119, 49, 0.4);
}
.eveMainCon li{
    width: 100%;
    margin-top: 15px;
    font-weight: 300;
    font-size: 13px;
    color: #000000;
    display: flex;
    align-items: flex-start;
}
.eveMainCon li span{
    display: inline-block;
    width: 52px;
}
.eveMainCon li p{
    width: 178px;
}
.eveMainCon ol{
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    color: #474747;
    position: absolute;
    bottom: 0;
    left: 0;
}