/* index1.html  开始*/
* {
    padding: 0;
    margin: 0;
}

body {
    /*max-width: 768px;*/
    margin: 0 auto;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;

}

.Entire-box {
    padding: 0 0 5px 0;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.Entire-box .tit {
    padding-bottom: 10px;
    text-align: center;
}

.tit>span {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #f00;
    position: relative;
}

.tit>span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-top: 40px solid #f00;
    position: absolute;
    left: -40px;
}

.tit>span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-top: 40px solid #f00;
    position: absolute;
    right: -40px;
}

.content>ul>li {
    float: left;
    width: 25%;
    text-align: center;
}

.content>ul>li a {
    height: 35px;
    line-height: 35px;
    margin: 5px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #FF00FF;
    display: block;
}
.ffott{     
    color: #000;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #eee;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    text-align: center;           
    height: 40px;
    line-height: 40px;
    margin: 5px;
}
/* index1.html  结束*/

/* index2.html  开始*/
* {
    margin: 0;
    padding: 0;
}

body {
    /*max-width: 768px;*/
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.kuangkuang {
    background: #fff;
    text-align: center;
    font-size: 10pt;
    color: white;
}

.kuangkuang table tr td {
    padding: 0.3em 0;
    border: solid 1px #fff;
    width: 20%;
}
/* index2.html  结束*/

/* index3.html  开始*/
* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    /*max-width: 768px;*/
    margin: 0 auto;
}
.tutu{
    background-color: white;
}
.tutu>table tr td a img {
    width: 36px;
    height: 36px;
    text-align: center;
}

.tutu>table td {
    width: 25%;
    padding: 10px 0;
    text-align: center;
}
.tutu>table a{
    font-size: 15px;
}
/* index3.html  结束*/

/* index4.html  开始*/
.tupianqu {
    text-align: center;
    padding-top: 10px;

}

.tupianqu>span>span {
    float: left;
    width: 50%;
    /* display: block; */
}

.tupianqu>span>span>img {
    width: 90%;
    height: 200px;
    margin: 0 auto;
}
.tupianqu>span>p>img{
    width: 99%;
    height: auto;
}

.tupianqu>span>span p{
 font-family:"微软雅黑";
 height: 40px;
line-height: 40px;
padding-bottom: 3px;
}
@media (max-width:768px) {
    .tupianqu>span>span>img {       
        height: 140px;      
    }	
}
/* index4.html  结束*/

/* index5.html  开始*/
.neirong>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.neirong>ul li {
    margin-bottom: 10px;
    width: calc(50% - 4px);
}

.neirong>ul>li a {
    display: block;
    padding: 10px 15px;
    border: solid 1px #aaa;
    border-radius: 8px;
    background: linear-gradient(to top, #e6e6e6, #fff);
    color: #444;
}

.neirong>ul>li>a .tietie1 {
    display: flex;
    margin-bottom: 5px;
}
.neirong>ul>li>a .tietie1 em{
    display: inline-block;
    width: 54px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    background: url(../images/gsb-ico1.png);
    margin-left: -16px;
 }
.neirong>ul>li>a .tietie1 span{
    font-size: 24px;
}
.neirong>ul>li>a .tietie2{
    font-size: 16px;
  color: #626262;
}
.neirong>ul>li>a .tietie2 span{
    color: #aaa;
}
.neirong>ul>li>a .tietie1 em.minj{
    background:url(../images/gsb-ico2.png);
}

element.style {
}
@media screen and (max-width:768px){
    .neirong>ul>li>a>p>span{
        font-size: 18px !important;
    }
    .neirong>ul>li>a>.tietie2{
        font-size: 14px;
        /* padding-left: 50px; */
        float:right;
        line-height:24px ;
    }
    .neirong>ul>li>a> .tietie2>span{
        display:none;
    }
    .neirong>ul>li>a>p{
        display: inline !important;
    }
    .neirong>ul>li {
        margin-bottom: 5px;
        width: 100%;
       
    }
    .neirong ul li a {
        padding: 8px 10px;
        border-radius: 5px;
    }
    .tietie1 em {
    width: 45px  !important;
    height: 20px  !important;
    line-height: 20px  !important;    
    margin-right: 2px !important;
    font-size: 12px  !important;
    margin-left:1px  !important;
    border-radius: 3px  !important;
    }
 
}
/* index5.html  结束*/


/* index6.html  开始*/
.xgam {
    font-family: '微软雅黑';
    font-size: 15pt;
    text-align: center;
    background-color: #FFFFFF;
    color: #000;
    text-align: center;
}

.xgam>table {
    border-collapse: collapse;
}

.xgam img {
    vertical-align: middle;
}

.xgam>table tr td {
    padding: 5px 0;           
    border: solid 1px #c0c0c0;
    cursor: pointer;
    word-break: break-all;
   
}

.xgam-1 {
    padding: 7px 0 3px 0;
    height: 30px;
    line-height: 30px;
    font-size: 14pt;
    font-weight: 700;
}

.xgam-1 img {
    width: 30px;
    height: 30px;
}

.xgam-2{          
    padding: 2px 0 7px 0;
    height: 30px;
    line-height: 30px;
    font-size: 18pt;
    font-weight: 700;            
}
.xgam-3{
    color:#fff;
    font-size: 13pt;
    height: 28px;
    line-height: 28px;
    
}
/* index6.html  结束*/