/**栏目页面共用css**//**页面中的banner**/#content .pagebanner{width:100%;height:250px;text-align:center;overflow:hidden;background-color:#E2E2E2;background-position:center;background-repeat: no-repeat;background-size:100%100%;}#content .breadcrumbs{width:100%;height:40px;background-color:#F7F7F7;overflow:hidden;}#content .breadcrumbs .bcrumbs_c{height:40px;margin:0 auto;line-height:40px;color:#2F2F2F;font-size: 12px;}#content .breadcrumbs .bcrumbs_c a{color:#2F2F2F;}#content .breadcrumbs .bcrumbs_c a:hover{text-decoration:underline;}/* 2023-2-13 新增看直播权限按钮的样式 */.juris{    float: right;    margin-top: 20px;}.juri{    margin-top: 10px;}.juris button,.juri button{    width: 100px;    height: 30px;    line-height: 30px;    border: none;    background: #0193DC;    color: white;    cursor: pointer;}.verCode,.lookCode{    width: 90px;    line-height: 30px;    border: none;    background: #0193DC;    color: white;    cursor: pointer;    border-radius: 2px;}.newForm .error{    font-size: 13px!important;}.lookCode,.verCode{    position: absolute;    right: 0;}/*弹出框样式*/.verifica,.pouBig{    display: none;}.pointout,.pointoutTwo{    color: red;    font-size: 13px;    margin-bottom: 20px;}.pointoutTwo{    display: none;}.showMessage {padding: 10px 20px;border-radius: 5px;position: fixed;top: 15%;left: 50%;color: #ffffff;z-index: 10000;transform: translate(-50%, 0);}.showMessageSuccess {background-color: #f0f9eb;border: 1px solid #E1F3D8;color: #67c23a;}.showMessageError {background-color: #fef0f0;border: 1px solid #fde2e2;color: #F76C6C;}.popup{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 9998;display: flex;justify-content: center;align-items: center;}.frame{width: 300px;background: white;padding: 20px;text-align: center;}.fraTop{background: #e3e3e3;display: flex;justify-content: space-between;padding: 5px;font-size: 14px;align-items: center;height: 25px;}.titFra{font-weight: bold;}.titRow,.verRow{font-size: 26px;cursor: pointer;}.newForm{display: flex;flex-direction: column;}.newForm input,.newForm textarea{width:  200px;border: 1px solid #dcdfe6;outline: none;padding-left: 5px;}.newForm input{height: 30px;}.newForm input::-webkit-input-placeholder,.newForm textarea::-webkit-input-placeholder{color: #dcdfe6;}.newForm div{margin-bottom: 5px;height: 49px;}.newForm div span{width: 80px;display: inline-block;}/**内容页面高度**/#content .content_1{height:auto;margin:0 auto;}/**子页面内容左边**/#content .content_1 .c1_left{width:180px;height:100%;float:left;}#content .content_1 .c1_left .c1_l_t{width:100%;height:60px;line-height:60px;}/* #content .content_1 .c1_left .c1_l_t h1{font-size:25px;color:#2E2E2E;font-weight:normal;} */#content .content_1 .c1_left .c1_l_t h1{font-size:16px;color:#2E2E2E;font-weight:normal;}/* #content .content_1 .c1_left .c1_l_list{}#content .content_1 .c1_left .c1_l_list ul {width:100%;}#content .content_1 .c1_left .c1_l_list ul li{width:92%;line-height:35px;float:right;}#content .content_1 .c1_left .c1_l_list ul li a{font-size:14px;color:#000;}#content .content_1 .c1_left .c1_l_list ul li a:hover{color:#00A7F5;text-decoration:underline;}#content .content_1 .c1_left .get_btn{width:180px;height:30px;background:url(../../images/png_ico.png) no-repeat -5px -35px;cursor:pointer;margin-top:25px;}#content .content_1 .c1_left .get_btn:hover{width:180px;height:30px;background:url(../../images/png_ico.png) no-repeat -5px -71px;cursor:pointer;}*//**子页面内容右边**/#content .content_1 .c1_right{width:750px;height:100%;float:right;overflow-wrap: break-word;}/*子页面内容右边标题*/#content .content_1 .c1_right .c1_r_c{width:750px;height:auto;margin-top:15px;margin-bottom: 40px;}#content .content_1 .c1_right .c1_r_t{width:100%;height:46px;line-height:46px;border-bottom:1px solid #0095DC;font-size: 12px;}#content .content_1 .c1_right .c1_r_t h2{width:130px;font-size:20px;color:#000;/* border-bottom:1px solid #0095DC; */display:block;font-weight:normal;text-indent:4px;}/*二级页面底部*//*#footer{margin-top:0px;}*//*2023-2-16 底部样式*/#footer{    position: fixed;    bottom: 0;    z-index: 9999;}.covOne{    margin-bottom: 30px;    margin-top: 20px;    display: none;}