/* rest style */
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, img, p, ol, form, input, dl, dt, dd, thead, tbody, tr, td, th {
    padding: 0;
    margin: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none;
}

select, input {
    vertical-align: middle;
    outline: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-size: 16px;
    font-family: '微软雅黑',Arial,Helvetica,sans-serif,Times,"Times New  Roman",serif;
    width: 100%;   
    color: #111;
}

em {
    font-style: normal
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

b, i {
    font-style: normal;
    font-weight: normal;
}

/* public style */
.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.layout {
    width: 1230px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.ml10 {
    margin-left: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.ml30 {
    margin-left: 30px;
}

.ml120 {
    margin-left: 208px;
}



/*header*/
.header {
    background: #fff;
}
.header .top {   
    height: 130px;
    margin:0 auto;
    border-bottom:1px solid #ededed;
   
}
.header .top .layout {
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .top .mbtn {
    display:none;
}
.searchbox input {
    width: 240px;
    height: 38px;
    border: 1px solid #007b3d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding:0 5px;
    float:left;
}
.searchbox .btn {
    width: 60px;
    height: 40px;
    background: url(/Resource/Images/icon5.png) no-repeat center #288E5E;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .nav {
    height: 50px;
    box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.nav > ul{
    display:flex;
    justify-content:space-between;
}
.nav > ul > li > a {
    display: block;
    line-height: 50px;
}

.header .nav .haschild{
    position:relative;
}
.header .nav .haschild div {
    position: absolute;
    z-index: 999;
    font-size: 14px;
    width: 130px;
    text-align:center;
    left:50%;
    transform:translateX(-50%);
    background:rgba(255,255,255,.9);
    box-shadow:0 -2px 10px rgba(0,0,0,.1);
    padding:8px 0;
    display:none;
}
.header .nav .haschild div:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
    left: 50%;
    top: -8px;
    transform:translateX(-50%);
}
.header .nav .haschild div a {
    display: block;
    padding: 5px 0;
}

.header .nav ul div a:hover {
    color: #288E5E;
}


/*内容-sub*/
.subbaner {
    height: 275px;
    background: url(/Resource/Images/subbanner.jpg) no-repeat center;
    position:relative;
}
.subnav{
    position:absolute;
    bottom:0;
    width:100%;
    background:rgba(0,123,61,.6);
    height:42px;
    line-height:42px;
}
.subnav a{
    color:#fff;
    padding-right:50px;
}
.subnav a.current{
    font-weight:bold;
}
.editbox {
    padding-top: 30px !important;
}
.editbox .title{
    font-size:24px;
    font-weight:bold;
    text-align:center;
}
.editbox .info{
    border-bottom:1px solid #ddd;
    font-size:12px;
    color:#888;
    text-align:center;
    line-height:2;
    padding:5px 0;
}
.edit {
    margin-top: 30px;
    line-height: 1.6;
    min-height: 200px;
}
.edit p{
    padding-bottom:3px;
}
.edit img{
    display:block;
    margin:5px auto;
}
/*二级简单文字列表-彩票下注APP,360体育资讯,体育应用,威廉体育平台登录文化*/
ul.line-list {
    margin-top: 20px;
}
ul.line-list li{
    height:48px;
    border-bottom:1px dashed #ddd;
    line-height:48px;
    padding-left:5px;
}
ul.line-list li i {
    padding-right: 5px;
    color: #007b3d;
    font-weight:bold;
    float:left;
}
ul.line-list li a{
    display:inline-block;
    width:90%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
ul.line-list li a:hover {
    color: #007b3d;
}
/*二级文字列表*/
.textlist {
    margin-top:30px;
}
.textlist li {
    display: flex;   
    align-items: center;
    background: #f5faf7;
    padding: 30px 50px;
    margin:20px 0;
}
.textlist.yq li {
    background: #fff3f4;
}
.textlist li:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.textlist li:hover a{
    color:#007b3d;
}
.textlist.yq li:hover a {
    color: #D02732;
}
.textlist .time {
    width: 80px;
    text-align: center;
    color: #007b3d;
    flex-shrink: 0;
    margin-right: 50px;
}
.textlist.yq .time {
    color: #D02732;
}

.textlist .time h3 {
    font-size: 36px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.textlist .time p {
    font-size: 18px;
}
.textlist .textbox a {
    font-size: 18px;
    color: #111;
}
.textlist .textbox .text {
    font-size: 16px;
    line-height:1.6;
    color: #666;
    padding-top:5px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}
.page{
    margin-top:20px;
}
.page.yq {
    margin-bottom: 30px;
}
/*党的建设*/
.third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.third li {
    width: 320px;
    text-align: center;
    background: #ddd;
    margin: 5px 0;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.third li a {
    display: block;
}
.third li a.current {
    color: #007b3d;
}
.third li a:hover {
    color: #007b3d;
}
/*footer*/
.footer {
    background: url(/Resource/Images/footerbg.jpg);
    margin-top: 80px;
    font-size: 14px;
    color: #fff;
}
.cfooter {
    background: url(/Resource/Images/cfooterbg.jpg);
    margin-top: 0;
}
.footer a {
    color: #fff;
}
.footer .link {
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 20px 0;
}
.footer .link span{
    font-weight:bold;
}
.footer .link a{    
    font-size:14px;
    padding-right:15px;
}
.footer .leftbar {
    line-height: 30px;
    float: left;
    padding:30px 0;
}
.footer .rightbar {
    float: right;
    padding: 30px 0;
}
.footer .rightbar div{
    text-align:center;
    margin-left:15px;
}
.footer .info {
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 15px 0;
    line-height:20px;
}
.footer .info span, .footer .info a {
    padding-right: 8px;
}
.footer .info img{
    height:16px;
}

/*-----------------屏幕适配-------------------*/
/*最大宽度1200px，即小于1200px的屏幕*/
@media only screen and (max-width: 1200px) {
    .searchbox, .nav {
        display: none;
    }
    .layout{
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }
    .header .top{
        height:60px;
        position:relative;
        z-index:10;
        background:#fff;
    }
    .header .logo{
        height:80%;
    }
    .header .top .mbtn {
        display: block;
    }
    .mbtn i {
        background: url(/Resource/Images/icon6.png) no-repeat ;
        display: block;
        height: 2.5vw;
        width: 2.5vw;
        background-size:contain;
    }
    .mbtn.on i {
        background: url(/Resource/Images/icon7.png) no-repeat;
        background-size: contain;
    }
    .header .nav {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        display: block;
        overflow-y: auto;
        padding-top: 65px;
        z-index: 9;
        right: -100%;
        transition: all 1s;
    }
    .header .nav.on {
        right: 0;
    }
    .nav > ul {
        display: block;
    }
    .header .nav .haschild div {
        display: block !important;
        position: static;
        box-shadow: none;
        width: 100%;
        box-sizing: border-box;
        transform: none;
        padding-top:0;
    }
    .header .nav .haschild div:before{
        display:none;
    }
    .header .nav .haschild div a{
        float:left;
        width:50%;
        text-align:left;
        font-size:12px;
    }
    .header .nav li{
        border-bottom:1px solid #eee;
    }
    .nav > ul > li > a{
        line-height:32px;
        font-size:14px;
        font-weight:bold;
    }

    .footer{
        margin-top:30px;
    }

    .subnav{
        font-size:14px;
    }
    .subnav .layout{
        display:flex;
        justify-content:space-around;
        flex-wrap:wrap;
    }
    .subnav a{
        padding:0;
    }
    .edit {
        font-size:14px;
       
    }
    /*二级文字列表*/
    .textlist li{
        padding:25px 35px;
    }
    .textlist .time {
        width: 60px;
        margin-right: 15px;
    }
    .textlist .time h3 {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }
    .textlist .time p{
        font-size:12px;
    }
    .textlist .textbox a{
        font-size:14px;
    }
    .textlist .textbox .text {
        font-size: 12px;
    }
    /*党的建设*/
    .third li{
        width:48%;
        font-size:14px;
    }



}

/*最大宽度960px，即小于960px的屏幕*/
@media only screen and (max-width: 960px) {
    .footer .info .flt, .footer .info .frt {
        float: none;
    }
    .footer .info a, .footer .info span {
        text-align: center;
        display: block;
    }
    ul.line-list li a {
        font-size:14px;
    }
    .editbox .title{
        font-size:18px;
    }
}
/*最大宽度640px，即小于640px的屏幕*/
@media only screen and (max-width: 640px) {
    /*党的建设*/
    .third li {
        width: 100%;
    }
}