body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none;
}

* {
    font-family: 'Microsoft YaHei';
}

ul,
li {
    list-style: none;
}

img {

    border: none;
}

input,
button {
    -webkit-appearance: none;
    border: 0;
}

/*鏍峰瓙*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.bgf {
    background: #fff;
}

.bgh {
    background: #f7f7f7;
}

.oh {
    overflow: hidden;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.pt40 {
    padding-top: 40px;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.flex_03 {
    flex: 33.333%;
    -webkit-flex: 33.333%;
    -ms-flex: 33.333%;
}

.pb50 {
    padding-bottom: 50px;
}

.bb1 {
    border-bottom: 1px solid #eee;
}

.bt1 {
    border-top: 1px solid #eee;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb20 {
    padding-bottom: 20px;
}

.bgf4 {
    background: #f5f5f5;
}

.pt75 {
    padding-top: 75px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.p0_3 {
    padding: 0 3%;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.lh40 {
    line-height: 40px;
}

.lh30 {
    line-height: 30px;
}

.lh20 {
    line-height: 20px;
}

.pt30 {
    padding-top: 30px;
}

.p10_3 {
    padding: 10px 3%;
}

.trans {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.logo {
    /*width: 91px;*/
    width: 550px;
    height: 97px;
    margin: 4px auto; /*nxl*/
    position: relative;
    top: -25px;
    margin-left: 0px;
}

.logo img {
    display: block;
    max-width: 100%;
    height: 100%;
}

a:hover {
    color: #333;
    text-decoration: none;
}


*{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dis_flex {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.dis_flex_c {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    flex-direction: column;
}
.fww{
    flex-wrap: wrap;
}
.flex_w {
    flex-wrap: wrap;
}

.ju_c {
    justify-content: center;
}

.ju_b {
    justify-content: space-between;
}

.ju_a {
    justify-content: space-around;
}

.aic {
    align-items: center;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.oh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.oh2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.oh3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.oh4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.div_img,
.div_img1 {
    overflow: hidden;
}

.div_img>div,
.div_img1>div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.div_img:hover>div {
    transform: scale(1.2);
    -ms-transformtransform: scale(1.2);
    -webkit-transformtransform: scale(1.2);
}


/* 佛教 */
section.head {
    margin: 0 auto;
    width: 100%;
    height: 176px;
    background: url(../images/head.jpg) no-repeat top center;

}
@media screen and (min-width: 1920px) {

    section.head{
        background-size: cover;
    }
}
.swiper-img-h-4 {
    height: 86px;
}
.swiper-img-h-5 {
    height: 250px;
}
section.head .content {
    margin: 0 auto;
    padding-top: 50px;
    /* width: 980px; */
    width: 1200px;
    max-width: 100%;
    /* height: 97px; */
}

section.head .content .right li.right-icon {
    text-align: right;
    height: 20px;
}

section.head .content .right li.right-date {
    height: 27px;
    line-height: 27px;
}

section.head .content .right li.right-date h4 {
    font-size: 13px;
    /* text-align: right; */
    text-align: center;
    color: #fff;
    font-weight: bold;
}

section.head .content .right li.right-search {
    height: 22px;
    background-color: #fff;
}

section.head .content .right li.right-search input {
    float: left;
    width: 211px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    border: none;
    text-indent: 2px;
    background-color: transparent;
}

section.head .content .right li.right-search input {
    float: left;
    width: 211px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    border: none;
    text-indent: 2px;
    background-color: transparent;
}
.right-search input::-webkit-input-placeholder{
    color: #d1d1d1;
}
.right-search input::-moz-placeholder{
    color: #d1d1d1;
}
.right-search input:-moz-placeholder{
    color: #d1d1d1;
}
.right-search input:-ms-input-placeholder{
    color: #d1d1d1;
}

/* naV */
section.nav {
    margin: 0 auto;
    width: 100%;
    height: 64px;
    background: #108FD0;
    /* box-shadow: 0 0 3px #333; */
    overflow: hidden;
}

.content {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    height: 100%;
}

.nav .clearit {

    height: 64px;
}

.nav .clearit li {
    flex: 1;
    position: relative;
}

@media screen and (min-width: 768px) {
    .nav .clearit li+li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 24px;
        background: #FFFFFF;
        opacity: 0.5;
        border-radius: 1px;
        margin-top: -12px;
    }
}

.nav .content ul li a {
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.nav .content ul li a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.jjlh_box {
    padding-top: 40px;
}

.jjlh_l {
    max-width: 100%;
    width: 998px;
}

.jjlh_l p img {
    width: 100%;
    height: auto;
}

.jjlh_l ul {
    height: 30px;
}

.jjlh_l ul li.tag {
    color: #035b8d;
    flex: 1;
    padding: 0 10px;
    border-right: 2px solid #035b8d;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    font-size: 14px;
}
.jjlh_l ul li.tag:hover{
    text-decoration: underline;
}
.jjlh_l ul li:last-child {
    border-right: none;
}

.jjlh_r {
    width: 163px;
    height: 120px;
}

.hot_box {
    padding-top: 30px;
}

.hot {

    width: 791px;
    /* height: 532px; */
    height: 511px;
    max-width: 100%;
    margin: 0;
}

.listbg-huiwuzixun {
    width: 378px;
    height: 511px;
    /* height: 532px; */
    /* border: 1px solid #3C6798; */
    background-image: url(../images/listbg-huiwuzixun.png);

}

.ilist {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
/* .listbg-huiwuzixun .ilist{
	padding-top: 30px;
} */
.ilist .more {
    width: 40px;
    height: 20px;
    font-size: 11px;
    color: #59b7ec;
    line-height: 20px;
    position: absolute;
    top: 23px;
    right: 10px;
    cursor: pointer;
}
.ilist .more:hover{
    text-decoration: underline;
}
.ilist ul.menu {
    padding: 10px 30px;
}

.ilist ul.menu li {
    color: #373737;
    color: #656161;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 1.5em;
    border-bottom: 1px dotted;
    border-bottom-color: #7f7f7f;
    background: url(../images/icon-wan.jpg) no-repeat 3px center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;/*nxl*/
}

.swiper-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border: none;
}

.swiper-1 .swiper-slide .msg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-indent: 1.5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-1 .swiper-pagination {
    bottom: 10px;
    right: 0;
    text-align: right;
}

.swiper-1 .swiper-button-prev,
.swiper-1 .swiper-button-next {
    width: 48px;
    height: 81px;
    background-size: 48px 81px;
}

.swiper-1 .swiper-button-prev {
    background-image: url(../images/btn-left.png);
    opacity: .5;
}

.swiper-1 .swiper-button-next {
    background-image: url(../images/btn-right.png);
    opacity: .5;
}
.swiper-4 .swiper-slide img {
    width: 100%;
    height: 100%;
    border: none;
}

.swiper-4 .swiper-slide .msg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-indent: 1.5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.swiper-4 .swiper-button-prev,
.swiper-4 .swiper-button-next {
    width: 15px;
    height: 45px;
    background-size: 15px 23px;
}

.swiper-4 .swiper-button-prev {
    background-image: url(../images/btn-left.png);
    opacity: .5;
}

.swiper-4 .swiper-button-next {
    background-image: url(../images/btn-right.png);
    opacity: .5;
}
.swiper-4 .swiper-pagination {
    bottom: 10px;
    right: 0;
    text-align: right;
}
.swiper-button-prev-3,
.swiper-button-next-3 {
    top: 30%;
    width: 13px;
    height: 72px;
    background-size: 13px 72px;
}


.ibox3 {
    margin-top: 30px;
}

.listbg-hotsub {
    background-image: url(../images/listbg-hotsub.png);
    width: 378px;
    height: 481px;
    padding-top: 50px;
}

.listbg-hotsub>img {
    width: 324px;
    height: 210px;
    display: block;
    margin: 0 auto 10px;
}

.listbg-gedifoxun {
    background-image: url(../images/listbg-gedifoxun.png);
    width: 378px;
    height: 481px;
}

.image-text {
    padding: 15px 30px 4px;
}

.ilist ul.image-text li {
    margin: 0;
    width: 50%;
    height: 95px;
    color: #373737;
    color: #656161;
}
.ilist ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}
.ilist ul.image-text li img {
    margin: 2px;
    width: 91%;
    max-height: 100%;
    border: none;
    object-fit: cover;
    /* box-shadow: -3px 3px 3px #888; */
}

.ilist ul.image-text li p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 22px;
}

.ilist ul.image-text li h3 {
    font-size: 15px;
    font-weight: bold;
    /* text-align: center; */
    line-height: 29px;
}

.listbg-gedifoxun {
    max-width: 100%;
    background-image: url(../images/listbg-gedifoxun.png);
    width: 378px;
    height: 481px;
}

.listbg-sharesay {
    max-width: 100%;
    background-image: url(../images/listbg-sharesay.png);
    width: 378px;
    height: 481px;
}

.banner_ad {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.listbg-search {
    background-image: url(../images/listbg-search.png);
    width: 378px;
    max-width: 100%;
    height: 539px;
    padding: 70px 18px 10px;
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
}

.listbg-search .btn {
    width: 342px;
    height: 439px;
    background-image: url(../images/bg-search.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.listbg-search .btn img {
    width: 184px;
    border: none;
}
.listbg-search img.btn1 {
    cursor: pointer;
    margin-top: 34px;
}
.listbg-search img.btn2 {
    cursor: pointer;
    margin-top: 22px;
}
.listbg-search img.btn3 {
    /* margin: 88px 0 0 158px; */
    margin: 157px 0 0 158px;
}
.listbg-search img.btn4 {
    margin: 23px 0 0 158px;
}
.ibox4 .right {
    width: 788px;
    max-width: 100%;
}

.listbg-benhuiqikan {
    width: 100%;
    height: 287px;
    background-image: url(../images/listbg-benhuiqikan.png);
    background-size: 100% 287px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.listbg-benhuiqikan ul {
    padding: 70px 20px;
    width: 100%;
    height: 163px;
}
.listbg-benhuiqikan ul li {

    width: 133px;
    height: 180px;
}
.listbg-benhuiqikan ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.listbg-friendlink {
    width: 100%;
    height: 209px;
    background-image: url(../images/listbg-friendlink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 70px;
    margin-top: 42px;
}
.listbg-friendlink .more{
    position: absolute;top: 23px;
    right: 13px;
}
.listbg-friendlink .left{
    /* width: 500px; */
    padding-left: 30px;
}
.down .yqlj_box {
    float: left;
    margin-left: 22px;
    width: 280px;
    height: 72px;
}
.down .yqlj_box ul li {
    float: left;
    width: 100%;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    color: #3f4040;
    letter-spacing: 3px;
}
.down .yqlj_box ul li a {
    color: #3f4040;
}
.down .yqlj_box ul li a:hover{
    text-decoration: underline;
}
.swiper-2 .swiper-slide {
    /* padding: 0 5px; */
    padding: 0 15px;
}
.swiper-2 .swiper-slide img, .swiper-2 .swiper-slide-active img {
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    width: 100%;
    /* height: 108px; */
    height: auto;
    border: none;
}
.swiper-2{
    width: 500px;
    max-width: 100%;
    padding: 0 10px;
}
.swiper-button-prev-3 {
    width: 20px;
    height: 108px;
    left: -1px;
    top: 50%;
    margin-top: -55px;
    background-image: url(../images/btn-sleft.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next-3 {
    right: -1px;
    width: 20px;
    height: 108px;
    top: 50%;
    margin-top: -55px;
    background-image: url(../images/btn-sright.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.msg-small {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    height: 17px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    color: #fff;
    background:rgba(0,0,0,.5);
    letter-spacing: 2px;
}

.m768_box {
    display: none;
}
section.footer {
    margin: 62px auto 0;
    width: 100%;
    min-height: 144px;
    background: url(../images/footerbg.png) repeat-x;
    /* background-size: cover; */
}
section.footer .foot {
    margin: 20px auto 0;
    width: 425px;
    max-width: 100%;
    min-height: 85px;
    text-align: center;
    padding-top: 2px;
}
section.footer .foot p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #125199;
}
.footer .foot a:hover{
    text-decoration: underline;
}

/* 专题 */
.imgslist{
    width: 100%;
    /* padding: 22px 0; */
    padding: 22px 0;
}
section>.imgslist{
    padding-top: 40px;
}
.imgslist .imglist{
    width: 100%;
    margin-top: 27px;
}
.imgslist .imglist ul li{
    width: 300px;
    height: 206px;
    border-radius: 4px;
    padding: 12px;
}
.imgslist .imglist ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.imgslist .imglist ul li a img{
    width: 100%;
    height: 100%;
    border: 1px solid #8ec6e6;
}
.subnav{
    height: 35px;
    background: url(../images/icon-subnav.jpg) no-repeat 0px center;
}
.subnav ul li h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0272b0;
    padding-left: 30px;
    line-height: 35px;
}
.sorter {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #656161;
}
.sorter a{
    text-align: center;
    font-size: 14px;
    color: #656161;
}
/* 本会期刊 */
.qk_box{
    padding-top: 40px;
}
.qk_box_l{
    width: 860px;
    max-width: 100%;
}
.booklist2{
    margin-top: 30px;
}
.booklist2 li{
    padding: 20px 0;
}
.booklist2 ul li .image {
    width: 208px;
    height: 290px;
    border-radius: 4px;
}
.booklist2 ul li .image img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.booklist2 li .title{
    padding-left: 40px;
    flex: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}
.qk_box_r{
    width: 324px;
    max-width: 100%;
}
.qk_box_r img.banner {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.qk_box_r .ilist{
    padding-top: 0;
}
.qk_box_r .ilist ul.menu{
    padding: 0 0 10px;
}
.qk_box_r  .image-text{
    padding: 10px 0;
}
/* 列表 */
.mainlist{
    width: 100%;
    margin-top: 30px;
    padding-right: 56px;
}
.mainlist ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #656565;
    border-bottom: 1px dotted #7f7f7f;
    background: url(../images/icon-wan.jpg) no-repeat 2px center;
    cursor: pointer;
    padding-left: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
}
.mainlist ul li h4:hover {
    cursor: pointer;
    text-decoration: underline;
}
.mainlist ul li label{
    font-size: 14px;
}
.qk_box_l .sorter a {
    /* color: #0272B0; */
}

/* 详情 */
.qk_box_l{
    width: 800px;
    max-width: 100%;
}
    .xq_tit{
    margin-top: 40px;
    margin-bottom: 30px;
    argin-top: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: #000;
}
.xq_msg{
    margin: 20px 0;
    /* height: 24px; */
    /* line-height: 24px; */
    font-size: 11px;
    color: #707070;
    border-bottom: 1px dotted #90acc2;
}
.xq_messages li{
    margin-right: 30px;
    line-height: 30px;
}
.subnav li h3 {
    font-size: 16px;
    color: #292929;
    font-weight: inherit;
    margin-left: 40px;
}
.subnav li h3 a {
    font-size: 16px;
    color: #292929;
    font-weight: inherit;
    padding: 2px 10px;
}
.myjs_tit{
    margin-bottom: 30px;
}
.xq_content{
    width: 100%;
    line-height: 25px;
    font-size: 12px;
    /*text-align: justify;*/
}
.xq_content p{
    line-height: 30px;
    margin-top: 15px;
    font-size: medium;
    color: #656161;
}
.jgzs_list  ul li .image {
    width: 268px;
    height: auto;
    border-radius: 4px;
}
.myimglist{
    width: 100%;
    margin-top: 30px;
}
.myimglist li{
    margin: 10px 0;
}
.myimglist li img{
    width: 100%;
    height: auto;
}
#search {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    height: 41px;
    border-radius: 8px;
    background: #eee;
    padding: 0 10px;
}
.search_js2{
    width: 100%;
}
.search_l_li1{
    width: 100%;
    padding: 0 10px;
}
.search_l_li1 a,.search_l_li1 a:visited {
    text-decoration: none;
    color: #575757;
    font-size: 12px;
}
.search_r_l label input{
    height: 22px;
}
.search_r {
    /* width: 340px; */
}
.search_r select{
    list-style: none;
    border: 0;
    /* margin: 0 5px; */
    /* margin-right: 5px; */
    width: 85px;
    height: 22px;
}
.search_r_r{
    margin-left: 15px;
}
#main1 {
    MARGIN: 0px auto;
    WIDTH: 100%;
    HEIGHT: auto;
    OVERFLOW: hidden;
}
#side_x {
    width: 100%;
    border: 1px #ACD5E8 solid;
    padding: 10px 0 0;
    margin-top: 10px;
}
.side_xt{
    width: 100%;
    padding: 0 15px;
}
.side_hl {
    width: 100%;
    height: 30px;
    background-image: url(../images/1f_491.gif);
    background-size: 100% 100%;
    margin: 0px auto;
    overflow: hidden;
    /* border-left: 1px #ACD5E8 solid;
    border-right: 1px #ACD5E8 solid;
    border-top: 1px #ACD5E8 solid; */
    border: 1px #ACD5E8 solid;
    padding-left: 50px;
    margin-bottom: 10px;
}
.side_hl .more{
    color: #5C7E9E;
    font-size: 12px;
    line-height: 28px;
}
.side_x1{
    width: 100%;
    padding: 10px 20px;
}
.side_x_ul {
    border-bottom: 1px #ACD5E8 solid;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.side_wh_r {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #44698D;
    font-weight: bold;
}
.side_wh_r a,.side_wh_r a:link {
    /* color: #5C7E9E; */
    color: #44698d;
    font-size: 13px;
    text-decoration: none;
}
.side_content {
    color: #808080;
    font-size: 12px;
    line-height: 23px;
    width: 100%;
}
.side_content .more{
    color: #5C7E9E;
}
.side_content a,.side_content a:link {
    color: #808080;
    font-size: 12px;
    text-decoration: none;
}
.page_p {
    width: 100%;
    text-align: center;
    color: #152D44;
    font-size: 12px;
    line-height: 25px;
    background-image: url(../images/n_20.jpg);
    height: 48px;
    padding-top: 15px;
}
.page_p a,.page_p a:link {
    color: #152D44;
    text-decoration: none;
}
.page_p a:hover {
    text-decoration: none;
    color: #C03916;
}
.lxwm_box{
    max-width: 785px;
}
.lxwm{
    padding-bottom: 50px;
}
.lxwm_l{
    width: 400px;
    max-width: 100%;
    color: #656161;
    font-size: medium;
    padding-left: 30px;
}
.lx_map{
    width: 385px;
    max-width: 100%;
}
.lx_map img{
    width: 100%;
    height: auto;
}
.listbg-friendlink .more {
    width: 40px;
    height: 20px;
    font-size: 11px;
    color: #59b7ec;
    line-height: 20px;
    position: absolute;
    top: 23px;
    right: 10px;
    cursor: pointer;
}
.listbg-friendlink .more:hover{
    text-decoration: underline;
}
.title_rd_t {
    color: #656161;
}
.friendb_k{
    margin-top: 10px;
}
.friendb_k li a:link {
    /* text-decoration: none; */
}
.friendb_k li a{
    color: #656161;
}
.friendb_k li a:hover{
    text-decoration: underline;
}
.friendb_k li {
    padding: 5px 0px 5px 9px;
    /* float: left; */
    width: 30%;
}
@media screen and (max-width: 768px) {
    .swiper-img-h-4 {
        height: 37px;
    }
    .swiper-img-h-5 {
        height: 81.5px;
    }
    .hide768 {
        display: none;
    }

    .m768_box {
        display: flex;
    }

    .w1200 {
        width: 100%;
    }

    .sj_btn {
        display: block;
        position: absolute;
        top: 50%;
        right: 2%;
        width: 30px;
        margin-top: -12px;
    }

    .sj_btn p {
        width: 100%;
        height: 5px;
        margin-bottom: 5px;
        background: #fff;
    }

    section.head .content {
        padding-top: 80px;
        flex-direction: column;
    }

    .logo {
        width: 200px;
        height: 64px;
        margin-bottom: 10px;
        position: fixed;
        z-index: 901;
        left: 2%;
        top: 0;
        margin: 0;
        align-items: center;
    }

    .logo img {
        width: 200px;
        height: auto;
    }

    .nav {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 900;
    }

    .nav_box {
        position: fixed;
        top: 63px;
        z-index: 900;
        background: #108FD0;
        height: auto;
        width: 100%;
        left: 0;
    }

    .nav_box {
        display: none;
    }

    .nav .clearit {
        flex-direction: column;
        height: auto;
    }

    .nav .clearit li {
        width: 96%;
        line-height: 40px;
    }

    .nav .clearit li+li {
        border-top: 1px solid #fff;
    }

    .nav .clearit li br {
        display: none;
    }

    /* /.jjlh_box */
    .jjlh_box {
        padding-top: 0;
        flex-direction: column;
    }
    .jjlh_l ul{
        height: auto;
        flex-direction: column;
        padding-top: 10px;
    }
    .jjlh_l ul li.tag{
        width: 100%;
        text-align-last: left;
        padding: 0 2%;
        line-height: 24px;
        border-right: none;
    }
    .jjlh_r{
        display: none;
    }
    .hot_box {
        padding-top: 15px;
        flex-direction: column;
    }
    .hot{
        height: 300px;
    }
    .ibox3 {

        flex-direction: column;
    }
    .ibox4 {
        flex-direction: column;
    }
    .swiper-2{
        width: 100%;
    }
    .ilist{
        margin: 10px auto;
    }
    .image-text{
        padding: 10px;
    }
    .ilist ul.menu{
        padding: 10px;
    }
    .listbg-search{
        margin: 10px auto;
    }
    .listbg-benhuiqikan{
        margin-top: 10px;
        height: auto;
        flex-direction: column;
        background-size: 788px auto;
        background-position: top left;
        background-image: url(../images/bqhk_bg.png);

    }
    .listbg-benhuiqikan ul{
        height: auto;
        flex-wrap: wrap;
        padding:50px 10px 10px;
    }
    .listbg-benhuiqikan ul li{
        width: 50%;
        padding: 15px;
        height: 220px;
        min-height: 220px;
        height: auto;
    }
    .listbg-friendlink{
        height: auto;
        flex-direction: column;
        background-size: 788px auto;
        background-position: top left;
        background-image: url(../images/yqlj_bg.png);
    }
    .listbg-friendlink .left{
        /* padding-left: 2%; */
        padding-left: 0;
    }
    .down .yqlj_box{
        width: 100%;
        padding-left: 2%;
        margin-left: 0;
    }
    .down .yqlj_box ul{
        float: inherit;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    .down .yqlj_box ul li{
        width:auto;
    }

    /* 专题 */
    .imgslist {
        padding: 20px 2%;
    }
    .imgslist .imglist{
        margin-top: 10px;
        padding: 0;
    }
    .imgslist .imglist ul li{
        width: 50%;
        padding: 5px;
        height: 150px;
    }
    /* qk_box */
    .qk_box{
        padding: 10px 2%;
    }
    .booklist2{
        margin-top: 5px;
    }
    .qk_box{
        flex-direction: column;
    }
    .booklist2 li{
        flex-direction: column;
        align-items: center;
    }
    .booklist2 li .title{
        padding-left: 0;
    }
    .booklist2 li .title p{
        margin-top: 20px!important;
    }
    .qk_box_r{
        width: 100%;
    }

    /* 列表 */
    .mainlist{
        width: 100%;
        margin-top: 20px;
        padding-right: 0px;
    }
    .myimglist{
        margin-top: 0;
    }
    #search {
        width: 96%;
        height: auto;
        padding: 10px;
        margin: 10px auto;
    }
    .search_js2{

        flex-direction: column;
    }
    #side_x{
        width: 96%;
        margin: 0 auto;
        padding: 5px;
    }
    .side_x1{
        padding: 5px 10px;
    }
    .lxwm{
        flex-direction: column;
    }
    .lxwm_l{
        width: 100%;
    }
    .lx_map{
        margin-top: 10px;
    }
    .subnav li h3{
        margin-left: 0px;
    }
    .subnav li h3 a{
        padding: 4px 2px;
    }
    .myjs_tit ul {
        flex-direction: column;
    }
    .myjs_tit ul li{
        width: 100%;
    }
    .listbg-friendlink .more{
        top: 20px;
    }
    .friendb_k li {
        padding: 5px 0px 5px 9px;
        /* float: left; */
        /* width: 30%; */
        width: 50%;
    }
    .search_r_r{
        margin-left: 5px;
    }
    .listbg-search .btn{
        max-width: 100%;
        position: relative;
    }
    .listbg-search img.btn3{
        position: absolute;
        top: 300px;
        right: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .listbg-search img.btn4{
        position: absolute;
        top: 340px;
        right: 0;
        margin-left: 0;
    }
    section.footer .foot p{
        line-height: 20px;
    }
}
.title-txt h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title-txt p {
    text-align: justify;
}