* {
    padding: 0;
    margin: 0;
    border: 0px;
    list-style: none;
    box-sizing: border-box;
}

.page1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.contain {
    position: absolute;
    top: 0;
    z-index: 1;
}

.contain>img {
    width: 100%;
}

.nav_box {
    position: relative;
    top: 22%;
    left: 0%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0.5rem;
    border-bottom: 0.1rem solid rgb(239, 239, 239);
    background-color: #fff;
}

.content_box {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    padding-top: 9rem;
}

.content_head {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    padding-bottom: 0;
    background-color: #fff;
}

.dt_img {
    width: 4.65rem;
    height: 3.5rem;
}

.c_title {
    font-size: 0.8rem;
    font-weight: bold;
    color: rgb(217, 2, 35);
}

.content_head div {
    font-size: 0.4rem;
}

.content {
    padding: 1rem;
    overflow-y: auto;
    width: 100%;
    height: 85%;
    padding-top: 0%;
    /* background-color: skyblue; */
}

.con_details>h3 {
    font-size: 0.6rem;
    color: #000;
}

.con_details>p {
    font-size: 0.5rem;
    color: #000;
}

.content_item {
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(148, 146, 145);
}

.con_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1rem;
    width: 10rem;
}

.time_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.time {
    font-weight: bold;
    font-size: 0.4rem;
}

.details {
    font-size: 0.4rem;
}


.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.15rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid rgb(148, 146, 145);
}

.footer::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 33.3%;
    height: 1.5rem;
    border-right: 1px solid black;
}

.footer::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 33.3%;
    height: 1.5rem;
    border-right: 1px solid black;
}

.footer a{
    height: 100%;
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.m_page1,
.m_page2,
.m_page3 {
    height: 1.5rem;
}

.footer span {
    height: 80%;
    width: 1px;
}

.l {
    background-color: #000;
}

.content_xzx {
    width: 100%;
    height: 100%;
}

.xzx_nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(246, 126, 59);
    width: 100%;
    height: 1.75rem;
    border-bottom: 0.5rem solid rgb(241, 241, 241);
    z-index: 1;
}

.xzx_nav_item {
    color: #fff;
    font-size: 0.6rem;
    position: relative;
}

.xzx_nav_active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 1rem;
    height: 2px;
    background-color: #fff;
}

.xzx_content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 2.15rem;
}

.v_box {
    margin-bottom: .5rem;
}

.v_1 {
    width: 100%;
    height: 100%;
}

.v1_box {
    position: relative;
    height: 8.3rem;
}

.v_box p {
    font-size: 0.5rem;
    color: #000;
}

/*.v_box::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 16rem;*/
/*    height: 0.2rem;*/
/*    background-color: rgb(241, 241, 241);*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translate(-50%);*/
/*    bottom: 0;*/
/*}*/

.live {
    /*height: 9.5rem;*/
    position: relative;
    /* height: 8.3rem; */
    /*width: 14.75rem;*/
    /* background-color: rgb(170, 170, 170); */
    width: 100%;
}

.v_box h4 {
    font-size: 0.6rem;
    color: #000;
    margin-top: 1rem;
}

.v_box h4::before {
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 4px;
    background-color: #f40;
    position: relative;
    top: .08rem;
}

.d_box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.d_box_item {
    position: relative;
    width: 48%;
}

.d_video {
    width: 100%;
}

.d_box_item p {
    position: absolute;
    bottom: -0.6rem;
}

.page1_a {
    position: relative;
    width: 100%;
    height: 100%;
}

.err {
    font-size: .5rem;
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    color: #f40;
}
.errzhuce{
    font-size: .5rem;
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    color: #f40;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:visited,
a:link,
a:active {
    color: #000;
    /* // 设置使所有a标签的四种状态都和本身颜色保持一致，样式代码自己写 */
}