﻿/* 公共 */
*{
margin: 0;padding: 0;
box-sizing: border-box;
list-style: none;
}
img{border-style:none;}
.box{
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
a{text-decoration: none !important;/* font-size: 12px; */color: currentcolor;}
.inlineBlock{
display: inline-block;
}
.clear{
clear: both;
}
.fadeContent{
display: none;
}
.threeDots{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 首页 */
/* 轮播图 */
.slide .carouse{width:100%;overflow:hidden;position:relative}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
width:100%;
position:absolute;
}
.slide .dotList{
width: 100%;
text-align: center;
position: absolute;
bottom: 1%;
}
.slide .dotList ul li{
display: inline-block;
width: 10px;
height: 10px;
background-image: url(../img/mobile/slide1.png);
background-position:-12px 0px;
margin-left: 10px;
cursor:pointer;
}
.slide .dotList ul li.active{
 background-position:0px 0px;
}
.slide .slidedetail{display:none;}
/* 头部样式 */
.phone_header{
    width: 100%;
    height: 52px;
}
.phone_logo{
    margin-left: 5%;
    width: 180px;
    vertical-align: middle;
    margin-top: 12px;
}
.phone_open{
    width: 20%;
    float: right;
    text-align: center;
    margin-top: 12px;
}
.open{
    width: 24px;
    vertical-align: middle;
}
.phone_tabs{
    background-color:rgba(11, 11, 11, 0.71);
    z-index: 100000;
    position: absolute;
    top: 52px;
    width: 100%;
}
.phone_tabs_left{
    width:80%;
    height: 100%;
    background-color: #ffffff;
}
.tabs_title{
    height: 60px;
    line-height: 60px;
    background-color: #F0F0F0;
    padding-left: 11%;
    color: #1C1C1C;
}
.tabs_title_red{
    color:#B52416;
}
.tabs_title img{
    width: 18px;height: 12px;
    float: right;
    margin-top: 25px;
    margin-right: 16%;
}
.phone_tabs_left ul li:nth-child(2n) .tabs_title{
    background-color: #F8F8F8;
}
.tabs_content{
    background-color: #ffffff;
    padding-left: 11%;
    padding-right: 11%;
    font-size: 14px;
}
.tabs_content a{
    color: #4A4A4A;
}
.tabs_content div{
    border-bottom: 1px solid #8A8A8A;
    height: 47px;line-height: 47px;
}
.tabs_content a:last-child div{
    border: none;;
}
.phone_tabs_right{
    width: 20%;
    float: right;
}
.close{
    width: 100%;
    height: 60px;
    background-color: #6C6C6C;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}
/* 底部样式 */
.phone_footer{
    background-color: #F4F4F4;
    padding:0px 5% 23px;
    font-size: 12px;
    color: #1E1E1E;
}
.phone_footer_first{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #5C5C5C;
}
.phone_footer_first div:first-child{
    width:68%;
}
.phone_footer_first div:last-child{
    width: 30%;
}
.phone_footer_second{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #5C5C5C;
}
.phone_footer_img{
    float:right;
    width: 74px;height: 74px;
    margin-top: 3px;
}
/* 首页 滑动块 */
.phone_slider_box{
    position: relative;
}
.phone_slider{
    background-color: #F2F2F2;
    margin-top: 10px;
    font-size: 12px;
}
.phone_slider_block{
    width: 16.6%;
    height: 100%;
    text-align: center;
    float: left;
    padding: 8px 0px;
    border-right: 1px solid #fff;
}
.phone_slider_block:last-child{
    border-right:none;
}
.phone_slider_img{
    height: 26px;
}
.phone_slider_block img{
    vertical-align: middle;
    height: 23px;
}
.bg_slider{
    background-color: #B52416;
    color: #ffffff;
}
.slider_hide{
    position: absolute;
   background-color: #DBDBDB;
    width: 100%;
    top:60px;
    left:0px;
}
.slider_hide_block{
    padding:8px 18px ;
}
.slider_hide a{
    float:left;
    width: 50%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color:#4A4A4A;
    font-size: 12px;
}
/* 首页新闻 */
.phone_index_news{
    padding: 0px 5%;
    font-size: 13px;
}
.phone_index_news > a.news-item{
    display: block;
    border-bottom: 1px solid #D8D8D8;
}
.index_news_title{
    height: 48px;
    line-height:58px;
    font-size: 16px;
    color: #0B0B0B;
    font-weight: bolder;
    border-bottom: 1px solid #2D2D2D;
}

.index_news_block{
    width: 97%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}
.index_news_line{
    height: 1px;
    background-color: #D8D8D8;
}
.index_news_content{
    width: 97%;
    line-height: 18px;
    color: #444444;
    margin-top: -4px;
    margin-bottom: 8px;
}
.index_news_more{
    display: block;
    height: 42px;
    line-height: 42px;
    background-color: #FFFFFF;
    color: #B52416;
    font-size: 14px;
    text-align: center;
    border:1px solid #A03434;
    margin-bottom: 17px;
}
/* 分页面公共样式*/
.reback{
    text-align: center;
    margin-top: 20px;
}
.reback a{
    font-size: 13px;
    color: #4a4a4a;

}

.page_content{
    padding:0px 5%;
}
.page_banner img,.page_bgImg img{
    width:100%;
}
.page_bgImg{
    width:100%;
    position: relative;
    bottom: 0%;
    left:0%;
}
.page_title{
    font-size: 17px;
    font-weight: bolder;
    color: #000;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #9D9D9D;
}
.page_line{
    float: left;
    background-color: #B52416;
    margin-top: 12px;
    height: 16px;
    width: 3px;
}
.page_title p{
    padding-left: 8px;
}
/* 云顶游戏会员中心新闻 */
.news_xw li{
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #525252;
}
.mobile-content .xw_date{
    font-weight: bold;
    color: #1C1C1C;
    font-size: 16px;
    height: 27px;
    line-height: 30px;
    float: none;
    width: auto;
    text-align: inherit;
}
.xw_content{
    font-size: 14px;
    color: #525252;
    line-height: 20px;
}
/* 党建文化 */
.news_dj, .phone_company{
    padding-top: 10px;
}
.news_dj img, .phone_company img{
    max-width: 100%;
    height: auto !important;
}
.phone_news_dj{
    margin-top: 20px;
    margin-bottom: 5px;
    border-top: 1px solid #D8D8D8;
}
.phone_news_dj li{
    padding: 15px 0px 10px;
    border-bottom: 1px solid #D8D8D8;
}
.news_dj_img{
    width: 44%;
    float: left;
}
.news_dj_img img{
    width: 100%;
}
.news_dj_content{
    width:54%;
    float: right;
    font-size: 14px;
    padding: 10px;
    color: #4A4A4A;
}
.news_dj_title{
    font-weight: bold;
}
/* 公司介绍 */
.phone_year{
    padding: 10px 0px;
}
.phone_year a{
    float: left;
    width:28%;
    height:40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 10px;
    background-color: #F3F3F3;
}
/* 成员单位服务 */
.phone_cydw_title{
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #595757;
}
.phone_cydw_title > span:before{
    display: inline-block;
    content: '';
    background: url(../img/mobile/red.png) no-repeat;
    width: 6px;
    height: 6px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.phone_cydw_block a{
    float: left;
    width:47%;
    height: 50px;
    line-height: 50px;
    background-color: #F8F8F8;
    border-radius: 8px;
    font-size: 15px;
    margin-right: 5%;
    margin-bottom: 16px;
    color: #4A4A4A;
    font-size: 13px;
}
.phone_cydw_block a:nth-child(2n){
    margin-right: 0%;
}
.phone_cydw_block a img{
    margin-left: 13%;
    width: 28px;
    vertical-align: middle;
    margin-right: 15px;
}
/* 云顶游戏会员中心财票业务 */
.phone_sgcp,.phone_jgqd{
    margin-bottom: 16px;
}
.phone_sgcp_title{
    float: left;
    width:100%;
    height: 120px;
    border-bottom: 1px solid #D8D8D8;
}
.phone_sgcp_title img{
    width:44% ;
    max-width: 162px;
    float: left;
    margin-top: 15px;
}
.phone_sgcp_title span{
    font-size: 14px;
    color: #525252;
    float: left;
    width:56%;
    padding-left: 10px;
    height: 120px;
    line-height: 120px;
}
.phone_jgqd a{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 4px;
    float: left;
    margin-top: 20px;
}
.phone_jgqd_pjtx{
    width:100%;height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.phone_jgqd_pjtx img{
    width:100%;
    /* height: 100%; */
    position: absolute;
    top:0px;left:0px;
    z-index: -1;
}
.phone_jgqd_pjtx p{
    float: left;
    width:100%;
    height: 100%;
    overflow: hidden;
}

.phone_khfw{
    padding-top: 16px;
    font-size: 14px;
}
.phone_khfw p{
    line-height: 23px;
}
.telephone{
    margin-top: 15px;
}
.phone_more{
    display:block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #C0483C;
    border-radius: 8px;
    margin-top: 16px;
    text-align: center;
    color:#FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
/* 政策法规 */
.phone_zcfg_article{
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9f9f9f;
}
.phone_zcfg_title{
    font-weight: bold;
    line-height: 28px;
    color:#1C1C1C;
    font-size: 15px;
}
.phone_zcfg_content{
    line-height: 20px;
    color: #525252;
    font-size: 13px;
    overflow: hidden;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;  
}
/* 岗位招聘 */
.phone_gwzp_block{
    width: 100%;
    padding: 18px 0px 16px;
    font-size: 13px;
    border-bottom: 1px solid #9f9f9f;
}
.phone_gwzp_title{
    height:25px;
    font-size:15px;
    font-weight:bold;
    color:#1C1C1C;
    line-height:21px;
}
.phone_gwzp_more{
    float: right;
    width:70px;
    height:20px;
    line-height: 20px;
    text-align: center;
    background:#FEF4F4;
    color: #C42525;
    font-size: 12px;
}
.phone_gwzp_details{
    height: 30px;
    line-height: 30px;
}
.phone_gwzp_line{
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0px 5px -1px;
    background-color: #595757;
}
/* 联系我们 */
#dituContent{
    margin:20px 0px 20px;
}
.phone_address{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    color: #595757;;
}
.phone_address span:first-child{
    display: inline-block;
    width:58px;
    font-weight: bold;
}
.content_title{
    text-align: center;
    font-size: 20px;
    margin: 16px 0;
}
.phone_company p{
    text-align: justify;
}
.news_dj p{
    text-align: justify;
}
