@charset "utf-8";

body {
    color: #444444;
    font-size: 16px;
    font-family: Microsoft YaHei, Simsun, SimHei, Arial;
    -webkit-text-size-adjust: none;
    min-width: 320px;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    padding: 0;
    margin: 0;
}

li,
ol,
ul {
    list-style: none;
}

img {
    display: block;
    border: none;
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #444444;
    noline: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
    -moz-outline: none;
}


button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 0.9375em;
}

input:focus,
textarea:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #b1bcc4;
}

#search .search_box::-webkit-input-placeholder {
    color: #d1d1d1;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both;
}

.container {
    width: 1350px;
    margin: 0 auto;
    clear: both;
}

.container:after {
    clear: both;
}

/* .container:after,
.container:before {
    display: table;
    content: "";
} */

.boxsizing_c {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

/*header*/
.header {
    background: #fff;
}

.header .logo {
    padding: 3.25rem 0 ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search {
    width: 25%;
}

.header-search form {
    position: relative;
}

.header .txt {
    width: 100%;
    border: none;
    padding: .625rem 1.563rem;
    background: #EFEFEF;
    border-radius: 1.625rem;
}

#searchsubmit {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
    color: #C09A64;
    background: transparent;
    border: none;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
}

.navBanner {
    background: #C09A64;
}

.navBanner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    height: 3.75rem;
}

.navBanner ul li {
    width: calc(100% / 8);
    height: 100%;
}


.navBanner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 3.75rem;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
}

.navBanner ul li a:hover {
    background: #f4efe9;
    color: #C09A64;
}

.navBanner ul li.on a {
    background: #f4efe9;
    color: #C09A64;
}


/*通用列表*/
.common-list {
    margin-top: 8px;
}

.common-list li {
    position: relative;
    padding-left: 15px;
    padding-right: 60px;
    line-height: 36px;
    overflow: hidden;
    vertical-align: top;
}

.common-list li:after {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 3px;
    height: 3px;
    background: #999999;
}

.common-list li a {
    float: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}

.common-list li a:hover {
    color: #e02841
}

.common-list li .datetime {
    position: absolute;
    right: 0;
    top: 0;
    color: #bdbdbd;
    font-size: 14px;
}

.more {
    float: right;
    line-height: 41px;
    /* margin-right: 10px; */
}

.more a {
    font-size: 14px;
    color: #666666;
}

.more a:hover {
    color: #0671c8;
}

.infoList li {
    line-height: 36px;
    font-size: 1rem;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

.infoList li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333
}

.infoList li:after {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 3px;
    height: 3px;
    background: #999999;
}

.infoList li a:hover {
    color: #e02841
}


/*侧边栏*/
.mainContent {
    margin-top: 30px;
    margin-bottom: 40px
}

.box-Left {
    width: 24.5%;
}

.sidebar {
    padding: 20px;
    background-color: #FFFFFF;
}

.sidebar h3 {
    font-weight: normal;
    background: url(../images/list3.png)no-repeat center;
    text-align: center;
}

.sidebar h3 a {
    display: block;
    font-size: 2rem;
    padding: 27px 0;
    color: #FFFFFF;
}

/*.sidebar ul li a{line-height: 42px;display: block;text-align: center;background: url(../images/list1.png)no-repeat center;background-size: cover;margin-top: 10px;}*/
.sidebar ul li a {
    line-height: 42px;
    display: block;
    text-align: center;
    background: url(../images/list1.png)no-repeat center;
    background-size: 100% 100%;
    margin-top: 10px;
    height: 45px;
}

.sidebar ul li:nth-child(15) a {
    line-height: unset;
    display: block;
    text-align: center;
    background: url(../images/mr.jpg)no-repeat center;
    background-size: 100% 100%;
    margin-top: 10px;
    height: 56px;
    padding: 4px;
    letter-spacing: 1px;
}

.sidebar ul li:nth-child(15).on a,
.sidebar ul li:nth-child(15) a:hover {
    background-image: url(../images/dj.jpg);
    color: #ffffff;
    height: 56px;
    padding: 4px;
    letter-spacing: 1px;
}

.sidebar ul li.on a,
.sidebar ul li a:hover {
    background-image: url(../images/list2.png);
    color: #ffffff;
}

.sidebar ul {
    margin-top: 10px;
}

.lxwm-nav {
    height: 298px;
    background: url(../images/lxwm_nav.png)no-repeat center;
    margin-top: 20px;
    background-color: #FFFFFF;
}

.lxwm-nav ul {
    padding: 70px 30px 20px 50px;
}

.lxwm-nav span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.mainContent-pad {
    padding: 30px 3.5%;
}

.box {
    margin-top: 30px;
}

.mainContent-box {
    width: 73.4%;
    background-color: #FFFFFF;
}

/* 分页样式 */
.pagediv {
    clear: both;
    padding: 2.125rem 0;
    text-align: center;
    color: #666666;
}

.pagediv a,
.pagediv button {
    display: inline-block;
    padding: 0 14px;
    margin: 0 4px 8px;
    font-size: 1rem;
    line-height: 2em;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #333;
}

.pagediv .pageNo {
    color: #BEBEBE;
    background: #fff;

}



.pagediv a.current,
.pagediv a:hover,
.pagediv button:hover {
    border-color: #C09A64;
    color: #fff;
    background-color: #C09A64;
}

.pagediv .prev,
.pagediv .next {
    background-color: #FFFFFF;
}



.pagediv input {
    width: 3.5rem;
    font-size: 1.125rem;
    line-height: 2em;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
}

.pagediv button {
    cursor: pointer;
}

.content-article-page {
    background-color: #fafafa;
    padding: 10px 4.5%;
}

.content-article-page p,
.content-article-page a {
    line-height: 30px;
    color: #afafaf
}

.content-article-page a:hover {
    color: #CBB07B
}

/*底部*/
.footer {
    margin-top: 4.375rem;
    padding: 2.25rem 0 2rem;
    background: #222;
    color: #EAEAEA;
    text-align: center;
    font-size: 1rem;
    line-height: 1.875rem;
}
.footer a{
    color: #EAEAEA;
}