@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .3rem;
    color: #333333;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}



/*头部*/

.headtop{
    height: 35vw;
    background: #d2503f;
}
.headtop .logo {
    width: 65%;
    margin: 0px auto;
    padding-top: 0.55rem;
}
.headtop .logo img {
    width: 100%;
}
.headtop .search{
    width: 50%;
    height: .6rem;
    line-height: .6rem;
    margin: 0 auto;
    padding-top: .3rem;
    border-radius: 0.2rem;
}
.headtop .search form {
    background: #ee857c;
    height: .6rem;
    border-radius: 1rem;
}
.headtop .search form input {
    height: 100%;
    width: 80%;
    line-height: .6rem;
    display: block;
    text-indent: 0.2rem;
    font-size: .32rem;
    color: none;
    outline: none;
    border: none;
    background: none;
}
.headtop .search form input::-webkit-input-placeholder{
    color:#ffffff;
}
.headtop .search form input::-moz-placeholder{ 
    color:#ffffff;
}
.headtop .search form input:-moz-placeholder{ 
     color:#ffffff;
}
.headtop .search form input:-ms-input-placeholder{
    color:#ffffff;
}
.headtop .search form button {
    line-height: .6rem;
    width: 20%;
    border: none;
    cursor: pointer;
    background: #ee857c;
    border-radius: 1rem;
}
.headtop  .search form button img {
    width: 0.4rem;
}






/*新闻大图*/
.xwdt {
    position: relative;
    width: 100%;
    height: 67vw;
    margin: 0 auto;
}
.xwdt .arrow-left {
    background: url("../images/pre_m.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 2;
    width: .9rem;
    height: 1.2rem;
}
.xwdt .arrow-right {
    background: url("../images/next_m.png") no-repeat  center;
    position: absolute;
    right: 0px;
    top: 25%;
    z-index: 2;
    width: .9rem;
    height: 1.2rem;
}
.xwdt .swiper-xwdt {
    height: 67vw;
    width: 100%;
    margin: 0 auto;
}
.xwdt .swiper-xwdt img {
    width: 100%;
    height:67vw;
}
.xwdt .swiper-xwdt .section {
    position: relative;
}
.xwdt .swiper-xwdt .section p {
    position: absolute;
    width: 100%;
    height: .8rem;
    box-sizing: border-box;
    padding-right: 1.5rem;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0.2rem;
    line-height: .8rem;
    color: #ffffff;
}
.xwdt .pagination {
    position: absolute;
    right: .1rem;
    text-align: right;
    bottom: 11px;
    z-index: 9;
    width: 16%;
}
.xwdt .swiper-pagination-switch {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border-radius: 4px;
    background: #adadad;
    margin: 0 .1rem;
    cursor: pointer;
}
.xwdt .swiper-active-switch {
    background: #ffffff;
}
.con{
    width: 96%;
    margin: .5rem auto;
}
.con .yyxstj{
    width: 100%;
    height: 1.45rem;
}
.con .yyxstj img{
    width: 100%;
    height: 100%;
}
/*权威发布*/
.con .qwfb{
    width: 100%;
    margin-top: .5rem;
    background: #ffffff;
    box-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
}
.con .qwfb .tit{
    width: 95%;
    margin: 0 auto;
    padding-top: .3rem;
    border-bottom: 1px solid #ccc;
}
.con .qwfb .tit h4{
    color:#d2503f;
    font-size: .45rem;
    font-weight: bold;
    display: inline-block;
    padding-bottom: .2rem;
    border-bottom: 3px solid #d2503f;
}
.con .qwfb .tit .more{
    color:#d2503f;
    margin-top: .25rem;
}
.con .qwfb .newlist{
    width: 95%;
    margin: .2rem auto .3rem;
    padding-bottom: .2rem;
}
.con .qwfb .newlist  li {
    line-height: .8rem;
    height: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con .qwfb  .newlist li span {
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background: #d2503f;
    margin-right: .2rem;
    vertical-align: .05rem;
}
/*切换*/
.con .rmsy {
    width: 95%;
    margin: 0 auto;
}
.con .rmsy .rmsyList .rmsyNav {
    margin-bottom: .15rem;
    line-height: .9rem;
    border-bottom: 1px solid #cccccc;
}

.con .rmsy .rmsyList .rmsyNav li {
    float: left;
    font-size: .35rem;
    width: 25%;
    position: relative;
    text-align: center;
}
.con .rmsy .rmsyList .rmsyNav li.active {
    color: #cb1528;
    font-weight: bold;
}

.con .rmsy .rmsyList .rmsyNav li.active::after {
    content: '';
    position: absolute;
    width: 40%;
    display: block;
    height: 3px;
    bottom: -2px;
    left: 0;
    margin-left: 0.5rem;
    background: #cb1528;
}
.con .rmsy  .section .gj{
    border-bottom: 1px solid #ccc;
    padding: .3rem 0;
}
.con .rmsy  .section .gj img {
    height: auto;
    width: 2rem;
}

.con .rmsy  .section .gj .describe {
    width: 65%;
}

.con .rmsy  .section .gj .describe p {
    font-size:.3rem;
    padding-top: .2rem;
}

.con .rmsy  .section .gj .describe a {
    font-size: .35rem;
}
.con .rmsy  .section .gj .describe p span {
    margin-right: .3rem;
    color: #909090;
}
.more1 {
    width: 100%;
    display: block;
    height: 0.8rem;
    line-height: .8rem;
    text-align: center;
    margin: 0.4rem 0 0 0;
    background-color: #f2f2f2;
    font-size: .38rem;
    color:#d2503f;
    clear: both;
}

