﻿@charset "utf-8";
/* CSS Document */

/*专题正文样式*/
.domPC {
    display: block;
}

.domMobile {
    display: none;
}



a {
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: #ff9724 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}




.tprk {
    position: absolute;
    width: 223px;
    height: 81px;
    left: 50%;
    top: 520px;
    margin-left: -140px;
	
	display:none;
}

.lmt {
    width: 1100px;
    position: relative;
    height: 40px;
    padding: 0 0 0 20px;
    font-size: 26px;
    color: #753709;
    font-weight: bold;
    line-height: 40px;
    margin: 40px auto 10px;
    text-align: left;
    border-bottom: 2px solid #67310b;
}
.lmt:before{
	content: '';
    overflow: hidden;
    width: 5px;
    height: 24px;
	background:#ea9e2c;
    font-size: 0px;
    display: block;
	position:absolute;
	left:0;
	top:8px;
	}

.footer {
    margin-top: 20px;
    height: 100px;
    width: 100%;
    font-size: 14px;
    line-height: 180%;
    color: #fff;
    text-align: center;
    padding-top: 40px;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6a95b+14,d57d15+100 */
background: linear-gradient(to right,  #e6a95b 14%,#d57d15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.backtotop {
    position: absolute;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10;
    width: 50px;
    height: 40px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.wz_list {
    width: 1180px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 20px;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 8px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #7b4610;
}

.xpage-content-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 30px 30px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.xpage-content-list li {
    position: relative;
    padding: 15px 0 17px 0;
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.xpage-content-list li:before {
    content: "";
    position: absolute;
    display: block;
    top: 32px;
    left: -16px;
    width: 5px;
    height: 5px;
    background-color: #305798;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -2px;
}

.xpage-content-list li a {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    color: #333;
}

.xpage-content-list li h3 {
    float: left;
}

.xpage-content-list li span {
    float: right;
    display: block;
    line-height: 36px;
}

.xpage-more-btn {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}

.xpage-more-btn:hover {
    background: #ddd;
}

.xpage-more-btn:active {
    background: #ccc;
}

@media screen and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    body {
        background: none;
    }

  

    .lmt {
        width: auto;
        margin: 30px auto 10px;
    }

    .wz_list {
        width: 96%;
        margin: 0 auto;
    }

    .xpage-content-list {
        padding: 0;
    }

    .xpage-content-list li {
        padding: 15px 0 8px 0;
    }

    .xpage-content-list li span {
        display: none;
    }

    .xpage-content-list li h3 {
        padding: 0 10px;
    }

    .xpage-content-list li a {
        font-size: 18px;
    }

    .xpage-more-btn {
        margin-top: 20px;
    }

    .backtotop {
        bottom: 35px;
    }
}