/*img{filter: blur(7px);-webkit-filter: blur(7px);}
.logo img,.adver img,.swiper-container img{filter: none;-webkit-filter: none;}*/
a {
        text-decoration: none;
        color: #2e2e2e;
        outline: none;
}

a:focus{
        outline: none;
}

img {
        border: none;
}

body {
        font-size: 12px;
}

input {
        outline: none;
        border: none;
}

ul,
ol,
li {
        list-style: none;
}

* {
        margin: 0;
        padding: 0;
}
.disp_flex{ display: flex; flex-wrap: wrap;}
.clam { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;  white-space: normal; -webkit-box-orient: vertical;}
.clam1 { -webkit-line-clamp: 1;}
.clam2 { -webkit-line-clamp: 2;}
.clam3 { -webkit-line-clamp: 3;}
.but_ask {text-align: center !important;}
.but_ask a{border-radius: 20px;display:inline-block;width: 40%;height: 2.5em;font-size: .95em;color: #666;text-align: center;line-height: 2.5em;border: 1px solid #d6d6d6;}
.but_ask a:first-child{text-indent: 0;color: #fff;background-color: #ff6699;width: 40%;height: 2.5em;border: none;margin: 15px 20px 15px 0;}
.tuijian {padding: 1em;margin-top: 1em;border: 1px solid #f1f1f1; width: 380px; box-sizing: border-box;}
.tuijian ul {overflow: hidden;border-top: 1px solid #f1f1f1;padding-top: 1em;margin-top: 1em;}
.tuijian li{overflow: hidden;}
.tuijian li:not(:last-child){border-bottom: 1px solid #f1f1f1;margin-bottom: 1em;padding-bottom: 1em;}
.tuijian li i {width: 70px;height: 70px;margin-right: 1em;overflow: hidden;display: block;float: left;}
.tuijian li i img {height: 70px;object-fit: cover;max-width: 100%;min-width: 100%;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;transition: all 0.5s;}
.tuijian li h2{font-size: 1.3em;font-weight:normal;margin-bottom:.5em;}
.tuijian li p {line-height: 20px;max-height: 40px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;font-size: 1.2em;color: #727272;}
.tuijian li:hover { background: #f6f6f6; }
.tuijian li:hover img { transform: scale(1.1); }

.my_wrap {
        width: 1200px;
        margin: 0 auto;
}

.clear {
        clear: both;
}

.ft {
        float: left;
}

.rt {
        float: right;
}
.disp_flex{ display: flex; }
.clam { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;  white-space: normal; -webkit-box-orient: vertical;}
.clam1 { -webkit-line-clamp: 1;}
.clam2 { -webkit-line-clamp: 2;}
.clam3 { -webkit-line-clamp: 3;}
.co_pink {
        color: #ff6a90;
}

.co_gray {
        color: #8f8f8f;
}

.co_gray2 {
        color: #2e2e2e;
}

fieldset,
img {
        border: 0;
}

.more {
        color: #ff6a90;
        font-size: 14px;
}
.more a{
        color: #ff6a90;
}

.more .play {
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left: 6px solid #ff6a90;
        position: relative;
        top: -1px;
}

/*header*/

.header {
        width: 1200px;
        margin: 0 auto;
        font-family: "Microsoft Yahei";
        position: relative;
        margin-bottom: 15px;
}

.header .logo {
        float: left;
        height: 86px;
        margin-top: 25px;
        margin-right: 55px;
}

.header .logo img {
        height: 100%;
        float: left;
}

.header .logo .txt {
        margin-left: 25px;
        float: left;
        padding-top: 22px;
}

.header .logo .txt .t1 {
        font-size: 14px;
        color: #ff6a90;
}

.header .logo .txt .t2 {
        font-size: 12px;
        color: #8b8b8b;
        margin-top: 5px;
        word-spacing: 6px;
        text-align: center;
}

.header .xm_search {
        position: relative;
        float: left;
        margin-top: 50px;
        width: 480px;
        height: 36px;
        z-index: 9;
        margin-left: -3px;
}

.header .xm_search .search_box {
        height: 41px;
        position: relative;
}

.xm_search .search_box .search {
        display: block;
        float: left;
        width: 398px;
        font-size: 12px;
        font-family: "microsoft yahei";
        padding: 8px;
        padding: 10px 8px 4px \9;
        color: #2e2e2e;
        border: 2px solid #97a1ff;
        border-radius: 2px 0 0 2px;
        height: 36px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

.xm_search .search_btn {
        display: block;
        float: left;
        width: 61px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background: #97a1ff;
        border-radius: 0 2px 2px 0;
}

.app {
        float: right;
        height: 66px;
        margin-top: 45px;
}

.app .tel_bg {
        width: 42px;
        height: 42px;
        background: url('../images/tel_bg.png') no-repeat center center;
        background-size: contain;
        margin-right: 5px;
}

.app .pink {
        font-size: 30px;
        color: #ff6a90;
        margin-left: 10px;
}

.app .hot {
        font-size: 16px;
        color: #2e2e2e;
        text-align: center;
}

.app .hot .pur {
        color: #97a1ff;
}

.app .itc {
        font-size: 14px;
        font-style: italic;
        text-align: center;
        margin-top: 3px;
        color: #8f8f8f;
        letter-spacing: 5px;
}

/*footer*/

.xm_footer {
        width: 100%;
        font-family: "Microsoft Yahei";
        background: #626262;
        padding: 25px 0 40px;
        color: #fff;
}

.xm_foot_up {
        overflow: hidden;
        margin-bottom: 40px;
}

.foot_wrap {
        width: 1200px;
        margin: 0 auto;
}

.xm_logo {
        width: 270px;
        float: left;
}

.xm_logo p {
        color: #999;
        padding-top: 22px;
        font-weight: normal;
        padding-bottom: 35px;
}

.xm_logo p span {
        font-size: 14px;
        display: block;
}

.xm_logo p .tel_foot {
        font-size: 28px;
        font-family: Arial;
}

.xm_about dl {
        float: left;
        width: 115px;
}

.xm_about dl dt {
        font-size: 22px;
        padding-bottom: 10px;
}

.xm_about dl dd,
.xm_about dl dd a {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
}

.xm_about dl dd,
.xm_about dl dd a {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
}

.xm_foot_down {
        overflow: hidden;
}

.xm_foot_down .logo {
        float: left;
        margin-top: 15px;
}

.xm_foot_down .logo .logo_img {
        width: 90px;
        height: 90px;
        float: left;
}

.xm_foot_down .logo .txt {
        padding: 0 30px 3px;
        text-align: center;
        font-size: 14px;
        float: left;
        margin-top: 24px;
        border-right: 1px solid #fff;
}

.xm_foot_down .logo .txt .s {
        font-size: 12px;
        margin-top: 3px;
        word-spacing: 4px;
}

.xm_foot_down .foot_center {
        float: left;
        margin-left: 60px;
        margin-top: 6px;
        width: 268px;
}

.xm_foot_down .foot_center p {
        margin: 10px 0;
        font-size: 16px;
}

.xm_foot_down .foot_right {
        width: 620px;
        float: left;
        font-size: 14px;
        line-height: 30px;
}

.xm_foot_down .foot_right a {
        color: #fff;
        display: inline-block;
        margin-right: 10px;
}

/* å¯¼èˆª */

.main_nav {
        position: relative;
        z-index: 3;
        border-bottom: 2px solid #97a1ff;
}

.main_nav .wrap {
        width: 1200px;
        margin: 0 auto;
        font-family: "Microsoft Yahei";
}

.main_nav .pos_rel {
        position: relative;
}

.main_nav .nav_cont {
        padding-left: 228px;
        height: 40px;
}

.main_nav .n {
        float: left;
        line-height: 41px;
        margin-right: 35px;
        color: #2e2e2e;
        font-size: 18px;
        position: relative;
}

.main_nav .now,
.main_nav .n:hover {
        color: #ff6a90;
}

/*é¢åŒ…å±‘å¯¼èˆª*/

.bread_nav {
        height: 36px;
        line-height: 36px;
        background-color: #f8f8f8;
}

.bread_nav a {
        font-size: 14px;
        color: #8f8f8f;
}

/* ä¾§è¾¹æ åˆ†ç±» */

.btnList-all {
        width: 190px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        top: 4px;
        bottom: 0;
        z-index: 10;
        background-color: #fff;
}

.btnList-all .list-tit {
        width: 175px;
        line-height: 38px;
        padding-left: 15px;
        font-size: 18px;
        color: #fff;
        background: #97a1ff;
}

.btnCont {
        height: 418px;
        width: 189px;
        background: #fff;
        border-right: 1px solid #fff;
        padding-top: 10px;
        transition: all 0.5s linear;
}

.btnItem1 {
        position: relative;
        z-index: 10;
}

.btnItem1 .mt {
        line-height: 36px;
        background-color: #fff;
        width: 190px;
        transition: all 0.1s linear;
}

.btnItem1 .mt .nt {
        background-color: #fff;
        position: relative;
        z-index: 1;
}

.btnItem1 .mt.current .nt,
.btnItem1 .mt:hover .nt {
        box-shadow: 0 0 1px 1px #e0e0e0;
        z-index: 3;
}

.btnItem1 .mt .star {
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 22px;
        margin-right: 8px;
        background: url("../images/icon.png") no-repeat;
        position: relative;
        top: -3px;
}

.btnItem1 .mt:nth-child(1) .star {
        background-position: 5px -30px;
}

.btnItem1 .mt:nth-child(2) .star {
        background-position: 5px -71px;
}

.btnItem1 .mt:nth-child(3) .star {
        background-position: 5px -107px;
}

.btnItem1 .mt:nth-child(4) .star {
        background-position: 5px -146px;
}

.btnItem1 .mt:nth-child(5) .star {
        background-position: 5px -186px;
}

.btnItem1 .mt:nth-child(6) .star {
        background-position: 5px -226px;
}

.btnItem1 .mt:nth-child(7) .star {
        background-position: 5px -263px;
}

.btnItem1 .mt:nth-child(8) .star {
        background-position: 5px -303px;
}

.btnItem1 .mt:nth-child(9) .star {
        background-position: 5px -380px;
}

.btnItem1 .mt:nth-child(10) .star {
        background-position: 5px -421px;
}

.btnItem1 .mt .rit {
        display: inline-block;
        width: 140px;
        font-size: 13px;
        background: url("../images/icon.png") no-repeat 135px -459px;
        margin-right: 6px;
}

.btnItem1 .mt .a {
        display: block;
        left: -44px;
        padding-left: 44px;
        position: relative;
        z-index: 50;
        width: 140px;
}

.btnItem1 .mt .a,
.btnItem1 .mt .a:hover {
        color: #2e2e2e;
        text-decoration: none;
}

.btnItem2 {
        display: none;
        position: absolute;
        left: 175px;
        top: -9px;
        background: #fff;
        min-height: 428px;
        z-index: 1;
        max-width: 952px;
        border: 1px solid #e8e8e8;
        border-top: none;
}

.btnItem2 .jingxuan {
        padding: 0 15px;
        width: 94px;
}

.btnItem2 .jingxuan a {
        color: #666;
        display: block;
        line-height: 37px;
        border-bottom: 1px solid #f5f5f5;
        white-space: nowrap;
        text-align: center;
}

.otherPart {
        line-height: 28px;
        width: 788px;
}

.linkConts {
        width: 732px;
        float: left;
        padding: 25px 0 40px;
}

.linkItem {
        overflow: hidden;
}

.otherPart .item1 {
        margin-right: 30px;
        padding-right: 18px;
        width: 96px;
        text-align: right;
        font-weight: bold;
        background-position: 109px -461px;
}

.otherPart .item1 a {
        color: #333;
        line-height: 28px;
}

.otherPart .item2 {
        width: 490px;
        margin-right: 15px;
}

.otherPart .item2 a {
        display: block;
        white-space: nowrap;
        float: left;
        margin-right: 10px;
        margin-bottom: 17px;
        border: 1px solid #efefef;
        padding: 0 10px;
        border-radius: 19px;
        height: 26px;
        line-height: 26px;
        color: #666;
}

.otherPart .item3 {
        color: #ababab;
}

/* æ›´å¤š */

.r_title {
        border-left: 3px solid #ff6a90;
        height: 34px;
        line-height: 32px;
        padding-left: 15px;
}

.r_title .b_tit {
        font-size: 20px;
        color: #ff6a90;
}

.r_title .en {
        font-size: 12px;
        color: #8f8f8f;
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: -2px;
}

.xm_foot_down .foot_right {
    width: 610px;
}

/**å’¨è¯¢æ¡†*/
#MessageMeiErBeiCenter{
	display:none !important;
}


/**è¯¦æƒ…é¡µè¡¨æ ¼æ ·å¼*/
.content table {
	width:auto !important;
	margin:10px auto 15px;
	padding:9px 0;
	border:none;
}

.content table tr {
    color: #97a1ff;
    font-size: 16px;
    font-weight: normal;
}

.content table tr:first-child {
    background-color: #97a1ff;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.content table tr:first-child td {
    height: 48px;
    text-align: center;
}

.content table tr td {
	border-color: currentcolor currentcolor #97a1ff #97a1ff;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
	
}
.content table tr td:last-child {
	border-right:solid 1px #97a1ff;
}

/**è¯¦æƒ…é¡µé¢H1æ ‡ç­¾æ ·å¼*/

.recommend.fouth .info h1.part_tit {
	font-weight: normal  !important;
	font-size:22px;
}

.doc_info_box h1.mtil_name {
	font-size:34px;	
}
.diary_info h1 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 400;
}

table{width:80%;margin:.5em auto;border: 1px solid #ccc;border-collapse: collapse;table-layout: fixed;text-align:center;}
table tr td{line-height:2.5em;}
table tr td,.content table tr td span{ font-size:1em !important;}
table tr:nth-child(odd) { background: #f5f5f5;}
.art_onclick {
    text-align: center!important;
    border: 1px #ccc dashed;
    padding: .5em;
    line-height: 1.6em;
    color: #545454;
    font-size: 1.2em;
    margin-top: .5em;
}


/****detail p img***/
.cont p img,.cont img,.mli_content img,.mli_content p img,.content img,.content p img {
    display: block;
    margin: 10px auto;
	max-width: 100%;
}

.editor{color: #C0C4CC;padding: .5rem 0 1.5rem 0;font-size: .9rem;border-bottom: 1px solid #f0f0f0;margin: .7rem 0 1rem 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.editor .user-name{text-align: left;}
.editor .user-other span{ padding-right: .5rem;}
.editor p a{color: #555ba6;}
.shenming{border: 1px solid #eee;padding: 10px;box-sizing: border-box;color: #7d7d7d; margin-top:1rem;}
.shenming div{text-align: center !important;margin-bottom:.3rem;line-height: 1.5rem;font-size: 1rem;}
.shenming span{ font-size:.9rem}
@media(max-width: 480px) {
	.editor p{ width:100%;}
	.editor .user-name{ margin-bottom:.5rem;}
}