@charset "UTF-8";

#appcon {
	display: none;
}

#container {
	width: 100%;
	overflow: hidden;
}


.text-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block; /* 如果是 span 或 a 标签，确保其生效 */
}

@media all and (max-width: 768px) {
	#container {
		display: none;
	}

	#appcon {
		display: block;
		background-color: #edeaea;
	}

	.yd {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		font-size: 1rem;
	}


	/* 导航 */
	.apphead {
		height: 1rem;
		width: 100%;
	}

	.appheader {
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}

	.apphead .applogo {
		float: left;
		margin-top: .5rem;
	}

	.apphead .applogo img {
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.apphead .appnav {
		float: right;
	}


	#nav {
		display: block;
		width: 4rem;
		height: 4rem;
		border-radius: 0.5rem;
		background: #18388b;
		color: #fff;
		text-align: center;
		line-height: 3rem;
		font-size: .24rem;
		margin-top: -4.5rem;
		position: relative;
		z-index: 999;
		padding-top: 0.5rem;
	}


	.iconfont img {
		height: 3rem;
		width: 3rem;
	}

	.header_nav {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		background: rgba(46, 46, 46, 0.8);
	}

	.header_nav a {
		display: block;
		color: #fff;
		font-weight: bold;
		height: 2rem;
		font-size: 1.5rem;
		text-align: center;
		line-height: 2rem;
	}

	.header_nav a:hover {
		margin: 0 auto;
		overflow: hidden;
		border-radius: 5px;
		width: 30%;
		display: block;
		height: 2rem;
		color: #fff;
		font-size: 1.5rem;
		background: #18388b;
		text-align: center;
		line-height: 2rem;
	}

	.appsy {
		margin: 0 auto;
		overflow: hidden;
		border-radius: 5px;
		width: 30%;
		display: block;
		height: 2rem;
		color: #fff;
		font-size: 1.5rem;
		background: #18388b;
		text-align: center;
		line-height: 2rem;
	}

	.header_nav li {
		margin: 1rem;
	}

	.ejcd {
		padding-left: 5rem;
		font-weight: normal;
		color: #ccc;
	}

	.ejcd a {
		font-weight: normal;
		color: #ccc;
	}

	.appbanner {
		width: 100%;
		height: 3.54rem;
		overflow: hidden;
	}

	.appbanner img {
		width: 100%;
		height: 100%;
	}

	/* 轮播 */
	.appNewsG {
		width: 100%;
		height: 388px;
		margin: 5.5rem 0 -17.1rem 0;
	}

	.ydsyss {
		width: 100%;
		height: 100%;
	}

	.ydsyss img {
		width: 100%;
		height: 100%;
	}

	/* 中间新闻部分 */
	.appindex {
		background-color: #FFF;
		overflow: hidden;
		padding: 1rem;
	}

	/* 滚动新闻 */
	.appSYR {
		padding: 2rem;
		background-color: #FFF;
	}
	
	.appSYR img{
		position: absolute;
		top: -20px;
		left: 255px;
		z-index: 1;
	
	}

	.appSYRlist {
		padding-left: 1rem;
		background-color: #FFF;
		margin-top: 5.5rem;
		overflow: hidden;
	}

	.appNewsGT {
		width: 100%;
		padding-top: 1rem;
	}

	.appNews-box-gxfc {
		width: 100%;
		padding: 5px;
		overflow: hidden;
	}

	.appNews-box-gxfc ul {
		margin: 3rem 1rem 1rem 1rem;
		padding-left: 0.5rem;
		overflow: hidden;

	}

	.appNews-box-gxfc li {
        height: 90px;
        list-style-type: none;
	}

	.appNews-box-gxfc li a {
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		float: right;
		text-overflow: ellipsis;
	}

	.appNews-box-gxfc li span {
		font-size: 12px;
		color: #7a7a7a;
		float: right;
		width: 58%;
		line-height: 25px;
		text-overflow: ellipsis;
	}

	.appNews-box-gxfc li img {
		float: left;
		width: 38%;
	}



	.appNews-box-jxyy {
		width: 100%;
		padding: 5px;
		overflow: hidden;
	}

	.appNews-box-jxyy ul {
		margin: 3rem 1rem 3rem 1rem;
		border-radius: 1rem;
		border: 1rem solid #eff2f8;
		padding-left: 0.5rem;
		overflow: hidden;

	}

	.appNews-box-jxyy li {
		list-style-type: none;
		float: left;
		width: 33%;
		padding: 1rem;
	}

	.appNews-box-jxyy li a {
		font-size: 14px;
		color: #7a7a7a;
		line-height: 10px;
	}

	.appNews-box-jxyy li img {
		margin-bottom: 1rem;
		text-align: center;
		width: 100%;
		height: 6.75rem;
	}

	.appNews-box-spzl {
		width: 100%;
		overflow: hidden;
	}

	.appNews-box-spzl ul {
		margin: 3rem 1rem 3rem 1rem;
		border-radius: 1rem;
		border: 1rem solid #eff2f8;
		padding-left: 0.5rem;
		overflow: hidden;

	}

	.appNews-box-spzl li {
		list-style-type: none;


	}

	.appNews-box-spzl li img {
		width: 100%;
		height: 100%;
	}

	/*底部*/
	.appfooter {
		width: 100%;
		flex: 0 0 auto;
		background-color: #18388b;
	}

	.appfootop {
		padding: 30px 0;
		width: 100%;
		margin: 0 auto;
	}

	.appfootleft {
		float: left;
		width: 30%;
		margin-left: 3%;
		margin-top: 15px;
	}

	.appfootleft p {
		line-height: 15px;
		font-size: 12px;
		color: #FFFFFF;
	}

	.appfootcent {
		width: 66%;
		float: right;
		margin-top: 15px;
	}

	.appfootcent p {
		line-height: 15px;
		font-size: 12px;
		color: #FFFFFF;
	}

	.appfootcent p .yb {
		float: right;
	}

	.appfootright {
		width: 100%;
		float: right;
	}

	.appfootright .appciaps {
		width: 33.3%;
		float: left;
		text-align: center;
	}

	.appfootright .appciaps p {
		font-size: 12px;
		color: #fff;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.appfootright .appciaps img {
		width: 60%;
		background-color: #fff;
		border-radius: 1rem;
	}

	.appfoobot {
		width: 100%;
		background-color: #edeaea;
	}

	.appfoobot p {
		text-align: center;
		margin-top: 10px;
		font-size: 8px;
		color: #7a7a7a;
		line-height: 30px;
	}

	.appfoobot p a {
		font-size: 8px;
		color: #7a7a7a;
		display: inline-block;
	}


	.appdetail {
		background-color: #fff;
	}

	.appdetaila {
		font-size: 16px;
		margin-top: 40px;
		padding: 0px 20px 0 20px;
	}

	.appdetabt {
		text-align: center;
		margin: 60px 0 10px 0;
		padding-top: 1rem;
	}

	.appdetabt a {
		width: 49%;
		font-size: 12px;
		margin: 0 2px 0 2px;
		font-family: 'Courier New', Courier, monospace;
		color: #7a7a7a;
	}

	.appdetabt p {
		width: 49%;
		float: right;
		font-family: 'Courier New', Courier, monospace;
		text-align: right;
		font-size: 12px;
	}

	.appdetabt h1 {
		margin-bottom: 40px;
		font-size: 18px;
	}
	
	.appdetabt h3 {
		margin-bottom: 40px;
		font-size: 12px;
	}

	.appdetabt span {
		float: left;
		font-family: 'Courier New', Courier, monospace;
		text-align: left;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.appdetabt img {
		width: 8%;
	}

	.appdetanr {
		font-size: 12px;
		line-height: 35px;
		text-align: left;
		text-indent: 2em;
		margin-top: 100px;
		min-height: 500px;
		padding-bottom: 10px;
	}
	.appdetanr p{
		margin: 0;
	}
	.jxyyuan {
		width: 100%;
		padding: 25px;
		float: left;
	}

	.am-viewport ul {
		padding: 0px;
	}
	
	


	/* ================================== */


}