@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0
}

table td {
	/*border: 1px solid #e5e5e5*/
}

body {
	line-height: 1.8em;
	font-size: 16px;
	/*font-family: "黑体";*/
	color: #000;
	max-width: 720px; 
	margin: 0px auto !important;
	word-break: break-all;
	background: #ffffff;
	/*background-image: url('../images/jinsebg.png');*/
	
	width: 100%;
    min-height: 100vh;
    font-family: "微软雅黑";
    word-wrap: break-word;
}

html {
	height: 100%;
	color: #333;
	font-size: 1em;
	/*background: #f3f3f3;*/
	/*background-image: url(../images/bgqkbg.jpg);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
	/*box-shadow: 1px 7px 6px 4px #666003;*/
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa
}

input[type=text],
select {
	-webkit-appearance: none
}

/*.clearfix:after {*/
/*	content: ".";*/
/*	display: block;*/
/*	height: 0;*/
/*	clear: both;*/
/*	overflow: hidden;*/
/*	visibility: hidden*/
/*}*/

.box_shadow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px;
            background: url(../images/bgqkbgcd.png) no-repeat center;
            background-size: cover;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 0 10px #000;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 99;
            max-width: 708px;
            height: 120px;
            margin: 0 auto;
            margin-bottom: 3px;
            box-shadow: 1px 3px 3px 2px #605b05;
        }

        .box_shadow span {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
            margin: 0 10px;
        }

        .box_shadow span:nth-child(1) {
            display: flex;
            align-items: center;
        }
        .box_shadow span:nth-child(1) .topname{
            flex: 1;
        }
        
        .box_shadow span:nth-child(3) {
            width: -webkit-fill-available;
            text-align: right;
        }

        .box_shadow .fengche {
            width: 120px;
            height: 120px;
            position: absolute;
            left: 0px;
            right: 0px;
            margin: auto;
            border-radius: 50%;
            background-image: radial-gradient(#ffffff, #7c5c33, #f89e33, #ff6c04);
        }

        
        
        .box_shadow .fengche1 {
            
            background: url(../images/bgqk1.png) no-repeat center;
            background-size: 95%;
            box-shadow: rgb(0 0 0) 0px 0px 20px;
            border-radius: 50%;
            animation: 9s linear 0s infinite normal none running z;
        }

        @keyframes z {
            0% {
                transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
            }

            100% {
                transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
            }
        }

        .box_shadow .fengche2 {
            
            background: url(../images/bgqk2.png) no-repeat center;
            background-size: 95%;
            box-shadow: rgb(0 0 0) 0px 0px 20px;
            border-radius: 50%;
            animation: 10s linear 0s infinite normal none running z;
        }

        @keyframes y {
            0% {
                transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
            }

            100% {
                transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
            }
        }

        .box_shadow .fengche3
        {
            
            background: url(../images/bgqk3.png) no-repeat center;
            background-size: 95%;
            box-shadow: rgb(210 209 209) 0px 0px 20px;
            border-radius: 50%;
            animation: 6s linear 0s infinite normal none running y;
        }

        .box_shadow .fengche4
        {
            
            background: url(../images/bgqk4.png) no-repeat center;
            background-size: 95%;
            box-shadow: rgb(210 209 209) 0px 0px 20px;
            border-radius: 50%;
            animation: 5s linear 0s infinite normal none running y;
        }
        @media screen and (max-width: 450px){
            .box_shadow{
                height: 90px;
            }
            .box_shadow span:nth-child(1) .topname .yuming{
                font-size: 14px;
                margin: 0 !important;
            }
            .box_shadow .fengche{
                width: 90px;
                height: 90px;
                background-size: 100%;
            }
            
        }


.clearfix {
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    height: 36px;
    align-items: center;
}

/*.clearfix .qi{*/
/*    color: #ed143d;*/
/*}*/

.clearfix .ti{
    color: #999;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	overflow: hidden
}

.cgi-fl {
	float: left
}

.cgi-fr {
	float: right
}

html,
body,
div,
span,
header,
nav,
a,
ul,
li {
	margin: auto;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

/*----------------------------*/
.cgi-body {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.cgi-wrap {
	padding: 0 10px;
}

.white-box {
    background-size: cover;
    border-left: 2px double #ff0a00;
    border-right: 2px double #ff0a00;
    /*border-radius: 5px;*/
    box-shadow: 1px 3px 3px 2px #605b05;
    font-weight: 600;
    /*padding: 5px;*/
}

.cgi-head-home{
    background: url(../images/lhttlogo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
    position: relative;
}
@media screen and (max-width:500px){
    .cgi-head-home{
        height: 220px;
    }
}
@media screen and (max-width:400px){
    .cgi-head-home{
        height: 160px;
    }
}

.liuyan {
	display: block;
	width: 50px;
	height: 50px;
	background: #3f51b5;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:220px;
	right: 2%;
	z-index: 99;
}
.touzhu {
	display: block;
	width: 50px;
	height: 50px;
	background: #337ab7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:165px;
	right: 2%;
	z-index: 99;
}
.reload {
	display: block;
	width: 50px;
	height: 50px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:110px;
	right: 2%;
	z-index: 99;
}
@media screen and (max-width:800px) {
    .liuyan {
    	display: block;
		width: 40px;
		height: 40px;
		background: #3f51b5;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337;
		position: fixed;
		bottom:225px;
		right: 2%;
		font-weight: bold;
    }
	.touzhu {
		display: block;
		width: 40px;
		height: 40px;
		background: #005F3C;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:180px;
		right: 2%;
	}
	.reload {
		display: block;
		width: 40px;
		height: 40px;
		background: #f00;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:135px;
		right: 2%;
		font-weight: bold;
	}
	
	.download66{
	    height: 0px;
	}
}

.tk-c {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 718px;
    background: linear-gradient(to top, #eee, #5cb85c);
    position: fixed;
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cstk {
    width: calc(25% - 20px);
    text-align: center;
}
.imgsize {
    width: 40px;
    margin: 0 auto;
    margin-top: 5px;
}
.tk-c img {
    display: block;
}
.icon-txt{
    font-size: 15px;
    text-shadow: 1px 1px #555;
    color: #FF9800;
}
.tongZhi img {
	max-width: 300px;
	margin-top: 10px;
}

.tongZhi img {
	max-width: 300px;
	margin-top: 10px;
}

.dianPianTop {
	height: 27px;
}

.tongZhi {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.tongZhi img {
	max-width: 300px;
	margin-top: 10px;
}

.addInfo {
	background-color: #0B6C51;
	width: 100%;
	display: block;
	font-size: 22px;
}

.tongZhi2 {
	border: solid 8px #056142;
	margin: 0 auto;
	letter-spacing: 1px;
}

.wxss {
	background-color: yellow;
	display: inline-block;
	width: 100%;
	line-height: 40px;
}

.cgi-content {
	line-height: 40px;
	font-weight: bold;
	background: #eee;
    border-radius: 5px;
    text-align: center;
}
.cgi-content p{
    margin-bottom: 1px;
    /*background: burlywood;*/
    border-radius: 5px;

}

@media screen and (max-width: 500px){
.down9898 {
     padding: 0 0 !important; 
     margin-bottom: 5px !important; ;
    }
}
.down9898 {
    padding: 0 0 !important; 
    margin-bottom: 5px !important; ;
}

.Menubox ul{
    display: flex;
}

.Menubox ul li{
    width: 20%;
    text-align: center;
    line-height: 40px;
    background: #d8d7d5;
    border-right: 1px #ccc solid;
    font-size: 15px;
}

.Menubox .hover {
    font-weight: bold;
    background: #992020 !important;
    color: white;
}

.Contentbox,.yxym p,.jxzt p,.lxsbm p,.bzyx p,.djyx p{
    line-height: 30px;
    text-align: center;
    /*color: #800000;*/
}

.Contentbox p,.yxym p,.jxzt p,.lxsbm p,.djyx p{
        /*border: 1px #bd8325 dashed;*/
    border-bottom: 2px #ffc016 solid;
    /*background:#fff;*/
    font-size: 13pt;
    font-weight: bold;
}

.Contentbox p:last-child,.zlzq li:last-child,.yxym p:last-child,.jxzt p:last-child,.lxsbm p:last-child{
    border-bottom: 1px #5cb85c dashed ;
}

.zlzq{
}

.zlzq li{
    border: 1px #ff9900 groove;
    border-bottom: none;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.sxb p{
    text-align: center;
    font-weight: 900;
        border-bottom: 1px solid black;
}
.sxb p .sm_yc{
        background: #cfcfce;
}

.yxym .n,.sxb .jxyc .n,.jxsem .jxsm_yc .n,.jxcont .jxsm_yc .n{
    display: none;
}

.jxsem p{
    display: flex;
    border-bottom: solid 1px yellowgreen;
}
.jxsem .jxsm_yc{
    flex: 2;
    text-align: center;
    background: black;
    color: red;
}
.jxsem .jxsm_qi,.jxsem .jxsm_kai{
    flex: 1;
    text-align: center;
    border-left: solid 1px yellowgreen;
    border-right: solid 1px yellowgreen;
}

.yxym p{
    /*display: flow;*/
    font-weight: 900;
    /*font-size: 20px;*/
}

.yxym p span{
    padding: 0 0px;
}

.yxym p span:nth-child(2){
    flex: 2;
    word-break: break-word;
    color: #1800be;
    font-size: 14pt;
    
}

.yxym .sm_qi{
    color: #2602fe;
}

.yxym .sm_yc{
    color: #2602fe;
}

.bzsm p{
    text-align: center;
    background: white;
    border-bottom: 1px orange solid;
}

.bzsm p .n{
    display: none;
}

.jxzt p{
    text-align: center;
    display: flex;
    background: white;
    border-bottom: 2px #888785 solid;
}
.bzsm p .am_qi,.jxzt p .am_qi{
    flex: 1;
}
.bzsm p .am_yc,.jxzt p .am_yc{
    flex: 2;
    /*color: blue;*/
    border-left: 2px #85837f solid;
    border-right: 2px #85837f solid;
}
.bzsm p .am_kai,.jxzt p .am_kai{
    flex: 1;
}
.bzsm p span{
    font-size: 15pt;
}
.bzsm p span i{
    /*display: block;*/
}

.jxqi,.jxkai{
    /*color: #ff9700;*/
}

.tz_logo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.tz_box {
    width: calc(20% - 10px);
    text-align: center;
    margin: 5px;

}

.tz_inner {
    display: block;
    margin: 0 auto;
}

.tz_inner img {
    width: 50px;
    vertical-align: middle;
}

.tz_inner p {
    font-size: 0.75rem;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: black;
    font-weight: bold;
    word-break: keep-all;
}

.sx {
	background: #e5e5e5;
	margin-bottom: 75px;
}

.sx table {
	margin-top: 5px;
}

.sx th {
	height: 30px;
	border: solid 1px #ccc;
	background: #f1f1f1;
}

.sx td {
	padding: 5px 0;
	text-align: center;
	border: solid 1px #d8ccb4;
	word-wrap: break-word;
	background: #fff;
}

.sx td.a-left {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.sx span {
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 0 2px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 9px;
	display: inline-block;
	background: #f00;
}

.sx span.green {
	background: #009933;
}

.sx span.blue {
	background: #3366ff;
}


ul.sx1 li {
	float: left;
	width: 33.33%;
	padding: 5px 0;
}

ul.sx1 li dl dt img {
	width: 40px;
	height: auto;
}

.am_yc,.num{
    /*background: #992020;*/
    color: #2a9900;
    letter-spacing: 0.5px;
    word-break: break-word;
}
.jxzt .am_yc .n{
    display: none;
}

.jsxl ul li{
    background: #3f51b5 !important;
}

.Contentbox .name{
    color: #3f51b5;
}

.jsxl_in .name{
    display: inline-block;
    width: auto;
    height: 22px;
    line-height: 22px;
    color: #fdfdfd !important;
    background: #090;
    border-radius: 5px;
    font-size: 12px;
}

.jsxl_in .am_yc .n,.jsxl_in .num .n{
    color: #888 !important;
}


.lxsbm .name{
    color: #00f;
}

.lxsbm .num .n{
    color: #888;
}

.hsds .name{
    color: #00f !important;
}

.hsds .num,.hsds .kai .wen,.lxsbm .kai .wen{
    color: #f00;
}
.hsds .num .n{
    color: #888;
}

.lxsbm .sm_kai{
    color: #f00;
}

.lxsbm .sm_yc{
    /*color: #4caf50;*/
    font-weight: bold;
}


.pmjx p .n{
    display: none;
}
.pmjx{
    text-align: center;
}

.pmjx p{
    line-height: 40px;
    font-size: 16pt;
    text-align: center;
    font-family: initial;
    background: white;
    margin-bottom: 1px;
    display: flex;
    border-bottom: 2px solid darkgrey;
}
.ptyxx p .name{
    color: blue;
}
.pmjx p .am_yc{
    flex: 2;
    display: flex;
}
.pmjx p .dssx_qi,.pmjx p .dssx_kai{
    flex: 1;
}
.pmjx p .am_yc1,.pmjx p .am_yc2,.pmjx p .am_qi,.pmjx p .am_kai{
    flex: 1;
}
.pmjx p .am_yc1,.pmjx p .am_yc2,.pmjx p .dssx_qi{
    border-right: 1px ridge darkgoldenrod;
}

@media screen and (max-width:550px){
    .pmjx p {
        line-height: 35px;
        font-size: 14pt;
    }
    
}

.pmjx .n,.lxsbm .sm_yc .n{
    display: none;
}

.ptyxx p{
    line-height: 30px;
    font-size: 14pt;
    text-align: center;
    font-family: initial;
    background: white;
    margin-bottom: 1px;
}

.jxyc{
    text-align: center;
    background-color: white;
    color: #0411e3;
    font-weight: bold;
}


.jrxq p font:nth-child(1){
    font-size: 14pt;
}
.jrxq p font:nth-child(2){
    font-size: 23px;
    font-weight: 500;
    /*color: #ff1f1f;*/
}

.jrxq p font:nth-child(6){
    font-size: 18pt;
    font-weight: bold;
    /*color: #2cff01;*/
}

.qwzt p{
    text-align: center;
    display: grid;
}
.qwzt p .jxsm_qi{
    color: blue;
}
.qwzt p .jxsm_yc{
    color: black !important;
}

.amw .n,.qwzt .jxsm_kai{
    display: none;
}

.amw .num{
    word-break: break-word;
    background-color: black;
}

.amw .kai{
    color: red;
}

.amw .am_title{
    color: #727255;
}

.amw .qi{
    color: blue;
}

.jsxl_in .am_qi,.jsxl_in .qi,.jsxl_in .am_kai,.jsxl_in .kai{
    /*color: #f00;*/
}

.jxzt .am_qi,.djyx .am_qi{
    /*color: #337ab7;*/
}

.jxzt .am_kai .am_wen{
    color: red;
}

.wbz .am_qi{
    color: #f00;
}
.wbz b p{
    display: flex;
}
.wbz b p .am_yc{
    flex: 2;
}

.stzt{
    text-align: center;
    font-size: 14pt;
}
.stzt p{
    background: white;
    margin-bottom: 2px;
}
.stzt p .bjy_yc,.stzt p .lgdd_yc{
    color: red;
}
.stzt p .bjy_name,.stzt p .lgdd_name{
    color: blue;
}
.stzt .kai,.stzt .zhun{
    color: black!important;
}

.hsds .qi,.hsds .kai{
    /*color: #d90f7f!important;*/
}

.tmsx .am_qi{
    /*color: #0000cd;*/
}

.lbzt .qi,.lbzt .kai{
    color: #3c763d!important;
}

.am_yc2{
    /*color: blue;*/
}

.sjg .name{
    color: #03a9f4!important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner_swiper .swiper-slide img{
    height: 355px;
}
.mnbm .swiper-slide img{
    height: 500px;
}
@media screen and (min-width:450px){
    .mnbm .swiper-slide img{
        height: 550px;
    width: 65%;
    }
}

.cytz li{
    text-align: center;
    background: #0cc92a;
    border: 1px #424842 dashed;
}

.cytz .qi{
    color: #3f51b5;
}

.cgi-foot{
    text-align: center;
}

.cgi-tit{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: red;
    background: #afaeaf;
    border-radius: 5px;
}

.tit-date{
    text-align: center;
    font-size: 18px;
    color: blueviolet;
}

.am_tit{
    color: #00f;
}

.cgi-content .am_kai{
    display: inline-block;
    color: #f00;
}
@media screen and (max-width:550px){
    .cgi-content {
        line-height: 33px;
        
    }
    
    .cgi-content p .n{
        display: none;
    }
    
    .cgi-content .am_kai{
        display: block;
        color: #800000;
        font-size: 19px;
    }
    
}

.fcsjx p{
    background: antiquewhite;
}
.fcsjx p b font:nth-child(1){
    font-size: 20px;
}
.fcsjx p b font:nth-child(2){
    color: #40aa40;
    font-size: 20px;
}
.fcsjx p b font:nth-child(3){
    font-size: 15pt;
    font-family: emoji;
    font-style: italic;
}
.fcsjx p b font:nth-child(5){
    color: #12c8fd;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width:550px){
    .fcsjx p b font:nth-child(1) {
        font-size: 16px;
        
    }
    .fcsjx p b font:nth-child(2){
        color: #40aa40;
        font-size: 16px;
    }
    .fcsjx p b font:nth-child(3){
        font-size: 17px;
        font-weight: 600;
        font-family: cursive;
        font-style: italic;
        
    }
    .fcsjx p b font:nth-child(5){
        font-size: 18px;
        
    }
    
}



#nav1{
    /*position: sticky;*/
    /*top: 1px;*/
    /*z-index: 2;*/
}
#nav1 body #app .nav{
                border: 1px solid #b23a35;
            }
            #nav1 body #app .nav ul{
                font-size: 1.1rem !important;
                line-height: 1.3rem !important;
            }
            #nav1 body #app .nav ul .active{
                background: #b23a35 !important;
                border-color: #a21919 !important;
                color: #fcfafa !important;
            }
            #nav1 body #app .nav ul li{
                border-bottom: #ff6c02 !important;
                color: #8f0202 !important;
                font-weight: 700;
            }
            #nav1 body #app .list{
                border: 3px solid #b23a35 !important;
                border-radius: 0px 0px 10px 10px;
            }


.xjjm p font:nth-child(1){
    font-size: 18px;
}
.xjjm p font:nth-child(6){
    color: blue;
    font-size: 18pt;
    font-style: italic;
    font-family: cursive;
}
.xjjm p font:nth-child(8){
    color: red;
    font-size: 16pt;
    font-family: serif;
}
.xjjm p{
    background: white;
    border-bottom: 2px #fcaf17 solid !important;
}
@media screen and (max-width:551px){
    .xjjm p b font:nth-child(1) {
        font-size: 16px;
        font-weight: 600;
        
    }
    .xjjm p b font:nth-child(3) {
        font-size: 14pt;
        font-weight: 800;
        
    }
    .xjjm p b font:nth-child(5) {
        font-size: 13pt;
        font-family: serif;
        font-weight: 600;
        
    }
} 



.bzyx p{
    display: inline-flex;
    font-size: 14pt;
    font-weight: bold;
}
@media screen and (min-width:400px){
    .bzyx p{
        display: block;
    }
}
.bzyx p span{
    padding: 0 0px;
}
.bzyx .jxqi,.bzyx .jxkai{
    background: #f5ebce;
    color: #060606;
}
.bzyx .jxqi{
    border-radius: 5px 0 0 5px;
}
.bzyx .jxkai{
    border-radius: 0 5px 5px 0;
}
.bzyx p span:nth-child(2){
    /*flex: 2;*/
    word-break: break-word;
    color: blue;
}


.lxbm p{
    background: white;
    margin-bottom: 2px;
    font-weight: bold;
}
.lxbm .qi{
    color: #ff00ff;
}
.lxbm .name{
    color: blue!important;
}
.lxbm .yc,.lxbm .wen{
    color: red;
}
@media screen and (max-width:540px){
    .lxbm .num{
        display: inline-block;
    }
    
    .jrxq p font:nth-child(6) {
        font-size: 13pt;
        
    }
}


.sanheyi{
    background: white;
}

#tabzzhl a{
    background: aliceblue;
    box-shadow: 1px 7px 6px 4px #dc7676;
}


.lmkz p{
    font-size: 14pt;
    background: antiquewhite;
}
.lmkz p font:nth-child(1){
        color: seagreen;
}
.lmkz p font:nth-child(3){
        color: darkgoldenrod;
}


.lxem p .yxym_tit{
    display: block;
    /*background: #f3f3f3;*/
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    border: 1px solid #f86a01;
    height: 40px;
    align-content: center;
}
.lxem .jxyc{
    /*background-color: #3e7700;*/
    /*color: #ffb70c;*/
    background-color: #2f6c64;
    color: #fdffff;
    font-weight: bold;
    word-break: break-word;
}
.lxem .jxkai,.lxem .n,.lxem p .yxym_qi{
    display: none;
}



.foot-img{
    background: #e7e6e6;
    font-size: 15px;
}
.foot-img p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    color: black;
}


.wxsx{
    margin-bottom: 5px;
    padding: 5px;
    border: solid 2px #494949;
    border-radius: 5px;
}

.pad{
    background: #b23a35;
    margin-bottom: 5px;
    padding: 5px;
    border: solid 2px #494949;
    border-radius: 5px;
}

.scroll-web-txt ul li a {
        background: linear-gradient(to right, #ffc016, #d93131, #fcaf17) !important;
}
