/* 0 通用 */
a,
a:link {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: rgb(78, 81, 123);
}

ul,
li {
	list-style-type: none;
}

html,
body,
span,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
image,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tf,
tr,
th {
	padding: 0;
	border: 0;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
	*vertical-align: top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.img-general {
	max-height: 100%;
	max-width: 100%;
	/* height: 100%; */
}

.img-height {
	max-height: 100%;
	/* max-width: 100%; */
	width: 100%;
	height: 100%;
}

/* 下划线 */
.bb1 {
	border-bottom: 1px solid #e6e6e6;
}

.bb2 {
	border-bottom: 2px solid #e6e6e6;
}

/* 0====================== */
/* 1====================== */
/* 横幅与导航栏 */
.navbar-tyxy {
	/* height: 153px; */
	background: url(../images/logo_bg.png) 63% center no-repeat rgb(61, 60, 100);
	margin-bottom: 0px;
	border: 0;
	border-radius: 0;
}

.tyxy_banner {
	height: 100px;
	/* border-bottom: 1px solid rgb(78, 81, 123); */
}

.tyxy_banner_img {
	height: 100px;
	padding: 16px 0 10px;
	background-color: #3d3c64;
}

.tyxy_banner_searchBox {
	width: 213px;
	height: 34px;
	float: right;
	background: #213349;
	overflow: hidden;
	margin-top: 30px;
}

.tyxy_search_text {
	width: 175px;
	line-height: 18px;
	margin-top: 7px;
	display: block;
	margin-left: 3px;
	float: left;
	padding: 0 3px;
	background: none;
	font-size: 14px;
	color: #696969;
	outline: none;
	-webkit-appearance: none;
	border: 0;
}

.tyxy_search_btn {
	display: block;
	border: medium none;
	width: 18px;
	height: 18px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

/* 1.2 navigation */
.tyxy_navigation {
	min-height: 0px;
}

.navbar-mystyle {
	margin-bottom: 0px;
	/* 改navbar-defult 默认样式 */
	background-color: transparent;
	border: 0;
}

/* 1.2 导航栏样式(静态页面，生成模板后失效，换需要使用其他)*/
.navbar-collapse {
	/* 背景颜色 */
	/* background-color: #ffffff; */
}

.navbar-collapse ul {
	width: 100%;
}

.navbar-collapse .nav li {
	width: calc(100%/10.03);
	text-align: center;
}

.navbar-collapse .nav a:hover {
	/* color: rgb(0, 122, 170); */
	color: rgb(61, 60, 100);
	background-color: #eee;
}

.navbar-collapse .nav a {
	/* 高度 */
	line-height: 50px;
	/* 间距 */
	padding: 0;
	/* 字体大小 */
	font-size: 16px;
	/* 字体颜色 */
	color: white;
	/* 去除a标签原本样式 */
	text-decoration: none;
}

/* 下拉按钮 */
.navbar-toggle-tyxy {
	position: relative;
	float: left;
	margin-left: 12px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle-tyxy .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin-top: 4px;
}

/* 二级导航栏样式-网站群专属 */

/* 2====================== */
/* 2 滚动图片新闻 */
.tyxy_imgNews {
	/* background: url('../images/body_bg.jpg') no-repeat fixed center; */
	/* margin-top: 15px; */
	background-color: #c6d6ff;
	background-image: url(../images/bg_dp.png);
	background-repeat: repeat-x;
}

.tyxy_imgNews .container {
	width: 100%;
	max-width: 100%;
}

.tyxy_imgNews .ty_slide_news_box {
	/* 电脑展示的时候，首页大图会直接显示，而不是闪一下再显示 */
	height: 787.5px;
}

.tyxy_imgNews .down-area {
	bottom: 64px;
	position: relative;
	height: 0;
}

.tyxy_imgNews .btn-down {
	display: block;
	width: 42px;
	height: 60px;
	/* border: 1px solid rgba(255, 255, 255, 1); */
	/* border-radius: 50%; */
	transition: all 0.3s ease 0.6s;
	cursor: pointer;
	position: relative;
	left: 50%;
	margin-left: -21px;
	z-index: 100;
	overflow: hidden;
}

.tyxy_imgNews .btn-down i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/jiantou1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 50%;
		opacity: 0;
	}

	65% {
		top: -50%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.ty_slide_news_box .slide_box {
	height: 100%;
	width: 100%;
	position: relative;
}

.slide_box .img_news {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

.img_news .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000;
	height: 100%;
	overflow: hidden;
}

.fcon a {
	border: 0px;
	text-decoration: none;
	color: #333333;
	transition: 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

/* 不显示了标题 */
.fcon .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
	display: none;
}

.fcon .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

/* 按钮 */
.slide_box .slide_box_btn {
	bottom: 8px;
	right: 20px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}

.slide_box_btn .D1fBt {
	float: right;
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px;
}

.slide_box_btn .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;

}

.slide_box_btn .D1fBt .current,
.slide_box_btn .D1fBt a:hover {
	/* 选中情况 */
	background: #ff7007;
}


.slide_box_btn .D1fBt i {
	display: none;
	font-style: normal;
}

/* 3====================== */
.tyxy_textNews {
	background-color: #c6d6ff;
	/* padding-bottom: 45px; */
	background-image: url(../images/bg_dp.png);
	background-repeat: repeat-x;
}

/* 3.1 tyxy_picNews */
.shiyi_newPanel {
	padding: 6.5px 4.5px;
	margin-top: 17px;
}

.leftImgNews {
	padding-right: 15px;
}

.shiyi_newPanel ul {
	margin: 0;
}

/* 3.2 标题区 */
.shiyi_newPanel .newTitle {
	/* margin-bottom: 10px; */
	padding: 12px 0;
	font-size: 24px;
	color: #3d3c64;
	/* padding-bottom: 10px; */
	/* border-bottom: 1px solid #3B8ED7; */
	border-bottom: 2px solid rgb(78, 81, 123);
	overflow: hidden;
	height: 60px;
	font-weight: bold;
}

.newTitle .titleName {
	/* font-weight: bold; */
	/* border-left: 3px solid #3B8ED7; */
	/* padding-left: 10px; */
}

.right_more {
	float: right;
	font-size: 14px;
	color: #3d3c64;
	font-weight: bold;
}

/* 3.3  列表区 */
.shiyi_newPanel .newList_img {}



.newList_img p {
	font-size: 14px;
	color: rgb(102, 102, 102);
	;
	/* margin-top: 15px; */
	margin-bottom: 0px;
}

.newList_img ul img {
	width: 196px;
	height: 120px;
	float: left;
}

/* .newList_img ul li {
	float: right;
	width: calc(100% - 209px);
	height: 120px;
}

.newList_img ul li a {
	width: 100%;
	height: 80px;
	display: inline-block;
	font-size: 16px;
	color: #000000;
	line-height: 39px;
	overflow-y: hidden;
} */

.newList_img ul .newsInfo {
	float: right;
	width: calc(100% - 209px);
	height: 120px;
	overflow-y: hidden;
}

.newList_img ul .newsInfo a {
	width: 100%;
	/* height: 80px; */
	display: inline-block;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	overflow-y: hidden;
}

.newList_img ul li a:hover {
	color: rgb(78, 81, 123);
}

/* 3.3  列表区 */
.shiyi_newPanel .newList {}

.newList li {
	margin-top: 14px;
	line-height: 30px;
	border-bottom: 1px dashed #DEDEDE;
}

.newList li .dot {
	display: inline-block;
	font-size: 27px;
	margin-right: 5px;
}

.newList li a {
	display: inline-block;
	color: #333;
	font-size: 17px;
	width: calc(100% - 88px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 21px;
}

.newList li a:hover {
	color: rgb(78, 81, 123);
}

.newList li .new_Time {
	color: #646464;
	float: right;
	/* font-weight: bold; */
}

/* 3.3.3 通知公告新闻页列表区 */
.newList_notice {}

.newList_notice ul {
	width: 100%;
	height: 103px;
	border-bottom: 1px solid #ccc;
}

.newList_notice ul dl {
	width: 70px;
	height: 70px;
	background: rgb(78, 81, 123);
	margin: 20px 0 0 0;
	float: left;
}

.newList_notice ul dl dt {
	/* width: 30px; */
	height: 45px;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 45px;
	/* text-align: center; */
	/* overflow-y: hidden; */
	/* margin: auto; */
	text-align: center;
}

.newList_notice ul dl dt .dayNum {
	/* margin-left: -112px; */
}

.snews_list .date-day .time_day {
	/* width: 22px; */
	/* overflow-x: hidden; */
	/* margin: auto; */
}

.snews_list .date-day .dayNum {
	/* margin-left: -80px; */
}

.snews_list .date-year .time_yearAndMonth {
	width: 47px;
	overflow-x: hidden;
	margin: auto;
}

.snews_list .date-year .yearAndMonth {
	/* 啦啦啦 */
}

.newList_notice ul dl dd {
	/* width: 46px; */
	height: 20px;
	font-size: 13px;
	color: #bfcce8;
	text-align: center;
	/* overflow-x: hidden; */
	margin: auto;
}

.newList_notice ul li {
	width: calc(100% - 82px);
	height: 80px;
	float: right;
	margin-top: 20px;
}

.newList_notice ul li a {
	font-size: 17px;
	color: #000000;
	line-height: 35px;
}

/* 3.3.4 中区新闻区 */
.newsPanel_middleArea {
	margin-top: 20px;
}

.newsTitle_middleArea {
	border-bottom: 3px solid #d66f23;
}

.newsTitle_middleArea .stitle {
	float: left;
	line-height: 48px;
	color: #3d3c64;
	font-size: 24px;
	font-weight: bold;
}



.newsList_middleArea .snews_list {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 18px;
	width: 100%;
	height: 70px;
	/* overflow: hidden; */
	/* 	text-overflow: ellipsis;
	white-space: nowrap; */
}

/* 天佑名师部分 */
.newsList_middleArea .img_label {
	border-bottom: 1px solid #e5e5e5;
	margin: 11px 0;
	padding: 15px 0;
}


/* 天佑名师结束 */

.snews_list .snews_date {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.snews_date .date-day {
	width: 50px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.snews_date .date-year {
	width: 50px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
}

.snews_list .snews_title {
	line-height: 24px;
	font-size: 15px;
	color: #000;
	float: left;
	width: calc(100% - 62px);
	max-height: 50px;
	overflow: hidden;
}


/* 4====================== */
/* 4 页脚 */

.tyxy_foot {
	background: url(../images/bg.png) no-repeat;
	/* background-color: #0067B3; */
	/* background-color: rgba(30, 35, 116, .8); */
	background-color: rgb(110, 114, 170);
	height: 325px;
	background-size: cover;
}

.tyxy_friendLinkBox {
	height: 180px;
	border-bottom: 1px solid rgba(51, 55, 115, 0.8);
	padding: 28px 72px;
}

.tyxy_friendLinkBox ul {
	list-style-type: none;
}

.tyxy_friendLinkBox ul li {
	height: 123px;
	float: left;
	/* margin: 0 59px; */
	display: inline;
	list-style-type: none;
	width: calc(100%/6.03);
}

.tyxy_friendLinkBox .svg_icon {
	width: 100%;
	height: 88px;
	padding: 20px 0;
	text-align: center;
}

.tyxy_friendLinkBox ul li .icoTxt {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	/* overflow-x: hidden; */
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 4.2 copyright */
.copyright {
	margin-top: 30px;
	color: white;
	font-size: 14px;
}

.copyright ul {
	list-style-type: none;
}

.copyright ul li {
	list-style-type: none;
	line-height: 26px;
}

.copyright .qrcode {
	width: 75px;
	height: 75px;
	text-align: center;
	background-image: url(../images/ecjtuqrcode.jpg);
	background-repeat: round;
	margin: auto;
}

.copyright .qrcodename {
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: block;
	margin: auto;
}

/* 模态框 */
.qrcodeboxModel {
	width: 300px;
	margin: auto;
	max-width: 100%;
}

.qrcodeboxModel .panel-title {
	font-size: 19px;
	text-align: center;
}

.qrcodeboxModel .panel-body .discription {
	font-size: 16px;
	margin-top: 5px;
}

/* 5====================== */
/* 6====================== */
/* 包括了所有的！！！！！！ */
@media (max-width: 1200px) {
	.tyxy_imgNews .ty_slide_news_box {
		height: 0px;
	}

	.navbar-collapse .nav a {}
}

@media (max-width: 992px) {
	.navbar-collapse .nav a {
		line-height: 43px;
	}

	.tyxy_friendLinkBox {
		padding: 28px 0px;
	}

	.tyxy_banner_searchBox {
		width: 174px;
		height: 34px;
		margin-top: 39px;
	}

	.tyxy_search_text {
		width: 142px;
		line-height: 18px;
		margin-top: 8px;
		margin-left: 3px;
		padding: 0 3px;
		border: 0;
	}

	.tyxy_search_btn {
		width: 18px;
		height: 18px;
		margin-top: 9px;
		margin-right: 5px;
	}

	.navbar-tyxy {
		background: rgb(61, 60, 100);
	}

	.newsPanel_middleArea {
		padding: 0 4px;
	}
}

@media (min-width: 768px) {
	.news_list_1 {
		padding-right: 9px;
	}

	.news_list_2 {
		padding: 0 9px;
	}

	.news_list_3 {
		padding-left: 9px;
	}
}

@media (min-width: 1200px) {
	.tyxy_textNews .container {
		width: 1400px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.navbar-collapse .nav li {
		width: 100%;
		text-align: left;
	}

	.navbar-collapse .nav a {
		line-height: 41px;
		padding: 0px 37px;
		font-size: 16px;
		color: white;
	}

	.shiyi_newPanel {
		margin-top: 5px;
	}

	.shiyi_newPanel .newTitle {
		font-size: 21px;
	}

	.shiyi_newPanel .newTitle {
		padding: 4px 0;
		height: auto;
	}

	.tyxy_friendLinkBox ul li {
		/* margin: 0 auto; */
	}

	.newsList_middleArea .snews_list {
		margin-top: 11px;
		height: 56px;
	}

	.snews_list .snews_title {
		line-height: 26px;
		font-size: 16px;
	}

	.newsPanel_middleArea {
		margin-top: 14px;
	}

	.newList_notice ul {
		height: 93px;
	}

	.newList_notice ul dl {
		margin: 10px 0 0 0;
	}

	.newList_notice ul li {
		margin-top: 10px;
	}

	.newList li {
		margin-top: 20px;
		line-height: 20px;
	}

	.tyxy_banner_searchBox {
		margin-top: 12px;
	}

	.tyxy_imgNews {
		/* background: url('../images/body_bg.jpg') no-repeat fixed center; */
		margin-top: 0px;
	}

	.tyxy_banner_img {
		padding: 4px 4px 0;
		height: auto;
	}

	.tyxy_banner {
		height: 0px;
	}

	.newList_img ul .newsInfo a {
		line-height: 26px;
	}

	.tyxy_friendLinkBox ul li .icoTxt {
		font-size: 14px;
	}

}


/* 尝试修改 */
/* 2020.05.09 22:26 */

.tyxy_imgNews .container {
	width: 1400px;
	max-width: 100%;
}