@charset"utf-8";

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    font-family: sans-serif
}
body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    -webkit-overflow-scrolling:touch;
    overflow-scrolling:touch;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent;
    cursor:pointer;
    text-decoration:none;
}
a:active, a:hover {
    outline: 0;
    color: inherit;
    text-decoration:none;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal;
    appearance:none;
    -webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    appearance:none;
    -webkit-appearance: none
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
a, button, input, select, textarea {
    outline: 0;
    appearance:none;
    -webkit-appearance:none;
}
p {
    margin: 1em 0
}
h1, h2, h3, h4, h5, h6, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
select::-ms-expand { display: none;}

.friendlinks-box{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 0 15px;
    position: relative;
    z-index: 10;
}
/*
    统一内容样式
 */
.news-show .news-title{
    font-size: 24px;
}
.news-content,.news-content p,.news-content span{
    font-family: Arial,Helvetica,sans-serif!important;
    font-size: 16px!important;
    line-height: 200% !important;
	text-align: justify;
    font-weight: normal;
    color: #000;
}
.news-show .news-content img{
    max-width: 750px;
}

/*
   统一内容样式
 */
.topic,.recent-list{

    margin-top:20px;

}

.topic .titles a,.recent-list .titles a{
    font-size: 12px;
    font-weight: normal;
    color: #4174cc;
    padding: 4px 0;
    display: block;
    width: 50%;
    text-align: right;
}
.topic ul{
    /*padding: 20px 0;*/
    background: #f3f3f3;
    margin-top:20px ;
    padding-bottom: 20px;
}
/* 左侧最新资讯 */
.news-box .list-left{
    padding: 0 10px;
}
.recent-list ul{
    padding: 25px 25px;
    background: #f3f3f3;
}
.recent-list ul li{
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    background: url(../images/point.png) center left no-repeat;
    background-size: 4px auto;
    padding: 5px 0 5px 10px;
    border-bottom: 1px dashed #ebeff7;
    margin-bottom: 10px;
}
.recent-list ul li:hover a{
    color: #4174cc;
}
.topic ul li{
    text-align: center;
    margin: 10px 20px;
   /* height: 120px;*/
    overflow: hidden;
}
.topic ul li img{
    width: 85%;
    width: 100%;
    display: block;
    text-align: center;
   /* filter:Alpha(Opacity=60);*/
   /* opacity:0.5;*/
    transition: all 0.2s;
}
.topic ul li img:hover{
    /*opacity:1;*/
    transform: scale(1.055);
}
.topic .titles{
    padding: 5px 20px 0;
}
/*
    导航栏固定样式
 */
.nav-area-fix
{
    position: fixed!important;
    top: 0;
}


.mp3div{
    position: relative;
    background: #f6f6f6;
    /*padding: 0 0 4px 0;*/
    text-align: center;
    min-height: 30px;
}
.mp3div audio{
    vertical-align: middle;
    height: 30px;
}
.mp3div span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 27px;
    /*margin-top: 3px;*/
    /*float: right;*/
    margin-right: 3%;
    background: #76bde0;
    padding: 0 20px;
    border-radius: 10px;
    display: block;
}
.head-logo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 30px 15px;
}
.head-logo form{
    display: flex;
}
.head-logo .button-submit{
    height: 38px;
    margin-top: 8px;
    width: 60px;
    border: none;
    border-radius: 10px;
    margin-left: 2px;
    background: #0069c5;
    font-size: 16px;
    color: #fff;
}
.head-logo .search-input {
    width: 300px;
    margin-top: 8px;
    height: 38px;
    /*border: 1px solid #cecece;*/
    border-radius: 24px;
    position: relative;
}

.head-logo .search-input input {
    border: 0;
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f9f9f9;
}

.search-icon {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 8px;
    right: 14px;
    background: url(../images/search-icon.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.qrcode_box{
    position: relative;
}
.qrcode_img{
    position: absolute;
    display: none;
    right: -180px;
    width: 140px;
    top: 110px;
}