

* {
	margin: 0;
	padding: 0;
}
.aa3{
	color: #A9A9A9;
}
.aa2{
	color: #333333;
}
#tab {
	margin-top: 0px;
	text-align: center;
	display: flex;
	border-bottom: 1px solid orange;
	font-family: "微软雅黑";
}
#tab ul {
	/*width: 1200px;*/
	overflow: hidden;
	margin: 0 auto
}
.tu1 {
	margin-right: 20px;
	border: none;
}
#tab ul li {
	display: inline-block;
	padding: 20px 10px;
	margin-left: 45px;
}
.top-xz:hover{
	color: black;
	font-weight: bolder;
	border-bottom: 3px solid orange;
}
.sy {
	color: black;
	font-weight: bolder;
	border-bottom: 3px solid orange;
}
.banner {
	padding-bottom: 8px;
	background-image: url(bj.png);
	background-size: 100% 220px;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .title {
	width: 980px;
	margin: 0 auto;
	margin-top: 40px;
}
.banner .search ul {
	width: 600px;
	/*display: flex;*/
	/*margin-left: 350px;*/
	margin: 0 auto;
	margin-top: 0px;
	margin-left:0;
}
.banner .search ul li {
	padding: 8px 15px;
	list-style: none;
	display: inline-block;
}
.banner .search ul li:hover {
	background: gainsboro;
	font-weight: bold;
	cursor: pointer;
}
.banner .search #search {
	width: 600px;
	margin: 0 auto;
	margin-left:0;
	border: 1px solid orange;
	background: white;
	padding: 5px 0px;
	position: relative;
}
#search input{
	display: inline-block;
	vertical-align: middle;
	line-height:30px;
}
#search img{
	display: inline-block;
	vertical-align: middle;
	width:25px;
	cursor: pointer;
}
.banner .search #search input {
	width: 500px;
	border: none;
	outline: none;
	padding-left: 20px;
}
.banner3{
	width: 350px;
	overflow: hidden;
	height: 226px;
	position: relative;
}
.lun{
	width: 400%;
	/*overflow: hidden;*/
	height: 226px;
}
.lun li img{
	width: 350px;
	height: 226px;
}
.bar{
	position: absolute;
	bottom: 10px;
	right: 80px;
} 
.bar span{
	width: 10px;
	height: 10px;
	display: inline-block;
	-webkit-border-radius: 50%;
	background: red;
	margin-right: 10px;
	
}
.meng p{
	width: 350px;
	/*margin: 0 auto;*/
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.article-all {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.article-all .news {
	/*display: flex;*/
	margin-bottom: 35px;
	display: inline-block;
}

.article-all .news .news-l {
	/*display: flex;*/
	display: inline-block;
	margin-top: 25px;
	display: inline-block;
}

.article-all .news .news-l .news-l-l {
	width: 350px;
	margin-right: 10px;
	display:inline-block;
	vertical-align:top
}

.article-all .news .news-l .news-l-r {
	width: 360px;
	display: inline-block;
	padding-left: 10px;
	height: 226px;
	overflow: hidden
}

.article-all .news .news-l .news-l-r p {
	line-height: 27px;
	font-size: 14px;
	
}
.news-l-r p:hover{
	cursor: pointer;
}
.article-all .news .news-l .news-l-r #p1 {
	font-weight: bolder;
	width:360px ;;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-all .news .news-l .news-l-r #p2 {
	color: #A9A9A9;
	width: 350px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

}
#p2{
	position: relative;
	line-height:23px ;
	height: 69px;
	overflow: hidden;
}
#p2:after{
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 1px 100px;
	
}
.article-all .news .news-l .news-l-r .p3 {
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 350px;
}

.article-all .news .news-l .news-l-r .arrow {
	margin-right: 10px;
}

.article-all .news .news-r {
	width: 250px;
	display: inline-block;
	vertical-align: top;
}

.article-all .news .news-r div {
	width: 250px;
}

.article-all .news .news-r .in {
	border: 1px solid #DCDCDC;
	padding: 2px;
	margin-bottom: 5px;
	position: relative;
}

.article-all .news .news-r .in img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.article-all .news .news-r .in input {
	border: none;
	outline: none;
	color: #A9A9A9;
	height: 30px;line-height:30px;
}

.article-all .news .news-r .login {
	width: 257px;
	padding: 3px 0;
	text-align: center;
	background: #DCDCDC;
	color: white;
	margin-bottom: 5px;
}

.article-all .news .news-r .login button {
	width: 250px;
	border: none;
	line-height:30px;
	background: none;
	cursor: pointer;
}

.article-all .news .news-r .forget {
	width: 250px;
	/*display: flex;*/
	display: inline-block;
	margin-top:10px;
	margin-bottom: 15px;
	/*margin-left: 20px;*/
	text-align: center;
}

.article-all .news .news-r .forget span {
	display: inline-block;
	padding: 0 20px;
	color: #A9A9A9;
}

.article-all .news .news-r .orange {
	border: 1px solid #DCDCDC;
	margin-bottom: 5px;
	color: orange;
	width: 250px;
	padding: 2px 0;
}

.article-all .news .news-r .orange img {
	margin-left: 50px;
	width:17px;
	vertical-align: middle
}

.article-all .news .news-r .orange span {
	margin-left: 3px;
	vertical-align: middle
}

#new {
	font-weight: bolder;
	padding: 5px;
	display: block;
	width: 80px;
	text-align: center;
	border-bottom: 4px solid orange;
}

#line {
	width: 73%;
	height: 1px;
	background-color: darkgray;
}

.banner2 {
	width: 100%;
    background-color: #ccc;
    margin-top: 16px;
    height: 160px;
    margin-bottom: 15px;
}
#sy-input{
	position: relative;
}
#sy-lable{
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 99;
	font-size: 12px;
	color: gray;
}
.banner2 img {
	padding-top: 18px;
}

.change {
	width: 100%;
	display: inline-block;
	/*display: flex;*/
}

.change .change-one {
	width: 48%;
	display: inline-block;
	float: left;
}
.change .change-two {
	width: 48%;
	display: inline-block;
	float: right;
}
.change .change-one .content {
	width: 100%;
}

.change .change-one .content .content1 {
	width: 200%;
	/*display: flex;*/
	/*overflow: hidden;*/
}

.change .change-one .content .content1 .row {
	width: 48%;
}

.change .change-one .content .content1 .row .line {
	/*display: flex;*/
	/*justify-content: space-between;*/
	margin-bottom: 10px;
}
.line:hover{
	color: blue;
}
.line:hover .line-l a{
	color: blue;
}
.line-l{
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.change .change-one .content .content1 .row .line .line-l img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.change .change-one .content .content1 .row .line .line-l span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.change .change-two .content3 {
	width: 100%;
}

.change .change-two .content3 .content13 {
	width: 200%;
	/*display: flex;*/
	/*overflow: hidden;*/
}

.change .change-two .content3 .content13 .row3 {
	width: 48%;
}

.change .change-two .content3 .content13 .row3 .line {
	/*display: flex;*/
	/*justify-content: space-between;*/
	margin-bottom: 10px;
}

.change .change-two .content3 .content13 .row3 .line .line-l img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.change .change-two .content3 .content13 .row3 .line .line-l span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.change .change-one ul {
	/*display: flex;*/
	margin-bottom: 20px;
	/*display: inline-block;*/
	
}

.change .change-one ul li {
	padding: 5px;
	list-style: none;
	display: inline-block;
	cursor: pointer;
}


.line-r{
	display: inline-block;
	float: right;
	margin-top: -20px;
	
}
.change .change-two ul {
	/*display: flex;*/
	margin-bottom: 20px;
}

.change .change-two ul li {
	padding: 5px;
	list-style: none;
	/*margin-right: 20px;*/
	display: inline-block;
	cursor: pointer;
}

.ss {
	border-bottom: 4px solid black;
	font-weight: bold;
}

.ss2 {
	border-bottom: 4px solid orangered;
	font-weight: bold;
}

.more {
	/*margin-left: 200px;*/
	margin-top: -48px;
	color: #A9A9A9;
	font-size: 10px;
	position: absolute;
	margin-left: 400px;
	z-index: 999;
}

.more2 {
	color: #A9A9A9;
	font-size: 10px;
	margin-left: 400px;
	margin-top: -50px;
	position: absolute;
}
.menu {
	width: 100%;
	/*display: flex;*/
	display: inline-block;
}

.menu .menu-l {
	width: 48%;
	/*margin-right: 10px;*/
	display: inline-block;
	vertical-align: top;
	float: right;
}
.details li:hover a{
	color: blue;
}
.menu .menu-m {
	width: 48%;
	/*margin-right: 10px;*/
	display: inline-block;
	vertical-align: top;
	float: right;
}

.menu .menu-r {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.title {
	/** display: flex;**/
	justify-content: space-between;
}

.title .big {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big1 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big2 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big3 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big4 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big5 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big6 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big7 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.title .big8 {
	font-weight: bolder;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 4px solid orangered;
}
.details {
	margin-top: 25px;
	width: 96%;
}

.details li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	cursor: pointer;
}
.details li span{
	float:right;
}

.honor {
	margin-top: 10px;
}

.honor .honor-title {
	padding: 0 10px;
	font-weight: bolder;
	border-bottom: 4px solid orangered;
	display: inline-block;
}

.honor .hide {
	margin-top: 25px;
	margin-bottom: 30px;
	color: #C2C2C2;
	cursor: pointer;
}

.honor .hide img {
	margin-left: 10px;
	cursor: pointer;
}

.honor .honor-list {
	justify-content: space-between;
	/*display: flex;*/
	margin-bottom: 20px;
	width: 100%;
}
.honor .honor-list ul{
	display: inline-block;
	width:16% ;
	margin-top: 25px;
}
.honor .honor-list ul li {
	list-style: none;
	margin-bottom: 10px;
	/*display: inline-block;*/
	cursor: pointer;
}
.honor-list ul li:hover a{
	color:blue ;
}

.underline {
	width: 100%;
	height: 1px;
	background: orange;
	margin-bottom: 60px;
}

.foot {
	left: 0;
	padding-bottom: 30px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	background-color:#e60002;
	position: absolute;
	width: 100%;
}
.foot .foot-one {
    margin-bottom: 10px;
    padding-top: 15px;
}
.foot span {
	margin-left: 20px;
	color: white;
}

.banner .lun {
	width: 400%;
	display: flex;
	position: relative;
	left: 0;
}

.banner .lun li {
	list-style: none;
	width: 100%;
}

.banner .lun li img {
	width: 100%;
}

.banner .bar {
	position: absolute;
	width: 25%;
	right: 5%;
	bottom: 10px;
	display: flex;
	justify-content: space-around;
	z-index: 999;
}

.banner .bar span {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.banner .bar span .on {
	background: white;
}

.banner .meng {
	position: absolute;
	width: 100%;
	bottom: 54;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
}
.login-success{
	padding: 30px 0px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
.login-success .success-user{
	width: 80px;
	margin: 0 auto;
}
.login-success-btn{
	margin-top: 20px;
}
.login-success-btn p{
	width: 100px;
	text-align: center;
	background: orange;
	color:white;
	padding: 5px 0px;
	display: inline-block;
	cursor: pointer;
}
#sy-lable22{
	position: absolute;
	left: 35px;
	top: 9px;
	color: gray;
	font-size: 12px;
}
#sy-lable33{
	position: absolute;
	left: 35px;
	top: 9px;
	color: gray;
	font-size: 12px;
}
.sy-title{
	font-size: 16px;
}
.than{
	color: #A9A9A9;
}
.type{
	background: #DCDCDC;
	font-weight: bold;
}
.personalCenter{
	position: relative;
}
#personalCenter{
	position: absolute;
	top: 20px;
	left: 79px;
	font-size: 12px;
}
a{
	text-decoration: none;
	color: black;
	
}
/*# sourceMappingURL=index.css.map */


/*# sourceMappingURL=index2.css.map */