@charset "gb2312";

html, body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, p, input, article {
    padding: 0;
    margin: 0
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-style: normal
}

ul, li, dl, dt, dd {
    list-style: none
}

aside, footer, header, nav, section {
    display: block
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;

}

a:active {
    outline: none;
    color: #fff;
}

* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

img {
    vertical-align: middle
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none
    }
}

.newslist {
    background: #f1f1f1;
    padding: 20px 15px
}

.newslist > ul {
    width: 100%;
    height: auto
}

.newslist > ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.newslist > ul li p {
    text-indent: 2px;
    margin: 10px 0;
}
.newslist > ul li p a{
    color: #4D4D4D; 
    line-height: 30px;  
    font-size: 20px; 

}

.newslist > ul li img {
    vertical-align: middle;
    width:20px;
    height:20px;
    margin: -4px 5px 0 0;
}

.fenye {
    display: flex;
    height: 60px;
    line-height: 40px;
    background: #FF3239;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.fenye ul {
    float: left;
    width: 100%
}

.fenye ul li {
    float: left;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    width: 33%;
    text-align: center;
    margin:10px 0;
}

.fenye ul li span.backpage {
    background: #FF3239 url(../images/icon_back.png) no-repeat center left;
    background-size: 10px;
    padding: 0 10px;
}

.fenye ul li span.downpage {
    background: #FF3239 url(../images/icon_downpage.png) no-repeat center right;
    background-size: 10px;
    padding: 0 20px;
}

.fenye ul li a {
    color: #fff
}
.fenye ul li a:hover{
    color: #fff
}

.fenye ul li.xifenye {
    width: 33%;
    text-align: center;
    float: left;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin:10px 0;
}


.morepage {
    background: #333;
    float: left;
    position: absolute;
    border: 1px solid #333;
    line-height: 30px;
    height: 400px;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    top: -410px;
    color: #FFF;
    text-align: center;
    display: inline;
    left: -1px;
    width: 100%;
    z-index: 22;
    border-radius: 5px;
    display:none;
}

.morepage:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 45%;
    bottom: -16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #333;
}

.xab {

}

.xab > ul {
    margin-left: 0;
    padding-bottom: 0
}

.xab > ul li {
    line-height: 30px;
    color: #FFF;
    width: 100%;
    background-color: #333333;
}
.xab > ul li:hover{
    color: #FF3239;
}

/*ÐÂÎÅÏêÇé*/
.shownews{
    padding:10px;
}
.newtit{
    border-bottom:dashed 1px #d4d4d4;
    padding:10px 0;
}
.newtit h1{
    font-size: 20px;
    margin-bottom: 4px;
}
.newtit p{
    color:#4D4D4D;
    font-size: 14px;
}
.newbody{
    padding:10px;
}