﻿
/*=============== Login =================*/
.login-header {
  height: 38px;
  width: 100%;
  background: #292929;
  /* background-size: 100% 100%; */
  font-size: 13px;
  color: #fff;
}
.login-header> div {
  height: 100%;
}
.login-header-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-header a {
  color: #fff;
}
.login-main .pop-title {
	font-size: 24px;
	font-weight: bold;
	color: #7e7e7e;
	text-align: center;
	margin: 30px 0 10px 0;
}
.login-main .pop-title-en {
	font-size: 24px;
	color: #7e7e7e;
	text-align: center;
  font-weight: normal;
}

.login-main {
  width: 100%;
  max-width: 1920px;
  height: 900px;
  background: url('../images/bg/login_bg.jpg') center no-repeat;
  background-size: 100% 100%;
}
.vertify-change {
  color: var(--main-color);
  font-size: 14px;
  flex: 1;
  display: inline-block;
  line-height: 40px;
  margin-left: 10px;
}
.login-wrapper {
	width: 550px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 45px;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 3px 4px 15px #000;
}
.login-main .login-wrapper {
	width: 400px; 
	padding: 15px 25px; 
	position: absolute; 
	top: 160px; 
	right: 0px;
}
.form {
	display: flex;
	margin-top: 25px;
	flex-direction: column;
}
.form-item {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.login-main .form-item {
	margin-bottom: 30px;
}
.input-group {
	position: relative;
	width: 100%;
	height: 48px;
	background: #fff;
	border: 1px solid #f9f9f9;
    display: flex;
	align-items: center;
	padding: 1px;
	box-sizing: border-box;
}
.login-main .input-group  {
	height: 48px;
}
.input-group input {
	display: flex;
	flex: 1;
	background: none;
	border: 1px solid #eae8e9;
	height: 100%;
	line-height: 48px;
	color: #898989;
	font-size: 16px;
	/* text-indent: 14px; */
	padding: 0;
  border-radius: 4px;
}
.input-group input:focus {
  border: 1px solid #92bff7;
}
.login-main .input-group input {
	font-size: 14px;
  padding-left: 50px;
}
.input-group .icon {
  position: absolute;
  left: 5px;
	display: flex;
	width: 44px;
	height: 44px;
	background: #fff;
	justify-content: center;
	align-items: center;
}
.login-main .input-group .icon {
	width: 38px;
	height: 36px;
}
.btn-vertify {
	width: 160px;
	height: 46px;
	border: none;
	background: var(--main-color);
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-left: 15px;
	border-radius: 5px;
}
.login-main .btn-vertify {
	height: 40px;
	line-height: 40px;
}
.btn-submit {
	display: block;
	height: 48px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	background: #1543f1;
	border-radius: 20px;
}
.login-main .btn-submit {
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}

/*======================= Index page =============================*/
.big-title {
	position: relative;
	font-size: 32px;
	color: #234fc1;
	text-align: center;
	font-weight: bold;
}
.big-title > * {
	vertical-align: middle;
	display: inline-block;
}
.title-more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #737373;
	cursor: pointer;
}
.title-more a{
	color: #737373;
}
.top-news {
	margin-top: 25px;
}
.top-news-item {
	position: relative;
	width: 24%;
	margin-right: 1%;
	height: 336px;
	float: left;
	cursor: pointer;
	background: #f7f7f7;
}
.top-news-item:last-child {
	/*margin-right: 0;*/
}
.top-news-item img {
	display: block;
	width: 100%;
	height: 184px;
}
.top-news-item .title {
	font-size: 18px;
	color: #000;
	margin: 10px 0;
	padding: 0 17px;
	box-sizing: border-box;
}
.top-news-item .info {
	font-size: 13px;
	color: #8d8c8c;
	margin:  0;
	padding: 0 17px;
	line-height:  24px;
	box-sizing: border-box;
}
.top-news-item:hover {
	background: #2C5DDE;
}
.top-news-item:hover .title, .top-news-item:hover .info{
	color: #fff;
}
.news-center {
	width: 100%;
	background: #f6f6f6;
}
.news-center-bg{
	width: 100%;
	height: 100%;
	background: url('../images/bg/index_center_bg.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
}
.notice {
	width: 600px;
}
.learn {
	width: 587px;
}
.s-title {
		height: 37px;
		width: 100%;
		font-size: 25px;
		font-weight:700;
		color: #2C5DDE;
		margin: 0 0 15px 0;
		line-height: 35px;
		padding-left: 15px;
		box-sizing: border-box;
}

.s-title .less::before{
	content: " ";
	display: inline-block;
	width: 5px;
	height: 30px;
	margin-right: 15px;
	background-color: #2C5DDE;
}

.s-title > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.s-title .more {
	float: right;
	font-size: 16px;
	position: relative;
	right: 10px;
	cursor: pointer;
}
.s-title .more a {
	color:#2C5DDE;
}
/* .s-title.title-1 {
	background: url('../images/bg/index_title_bg_1.png') no-repeat;
	background-size: 100% 100%;
}
.s-title.title-2 {
	background: url('../images/bg/index_title_bg_2.png') no-repeat;
	background-size: 100% 100%;
}
.s-title.title-3 {
	background: url('../images/bg/index_title_bg_3.png') no-repeat;
	background-size: 100% 100%;
}
.s-title.title-4 {
	background: url('../images/bg/index_title_bg_4.png') no-repeat;
	background-size: 100% 100%;
}
.s-title.title-5 {
	background: url('../images/bg/index_title_bg_5.png') no-repeat;
	background-size: 100% 100%;
} */
.center-news-top {
	position: relative;
	padding: 0px 25px;
	background: #fff;
	cursor: pointer;
}
.news-top-wrapper {
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #b4b4b4;
}
.center-news-top:hover .calendar {
	position: relative;
	padding: 5px;
	background: #fff;
	border: 2px solid #2C5DDE;
	color: #2C5DDE;
}
.center-news-top .calendar {
	position: relative;
	padding: 5px;
	background: #fff;
	border: 2px solid #8d8d8d;
	color: #8d8d8d;
}

.center-news-top .calendar .day{
	font-size: 30px;
}
.center-news-top .calendar .date{
	font-size: 16px;
}
.center-news-top:hover .info-wrapper .title {
	color: #2C5DDE;
}
.info-wrapper  {
	width: 372px;
	margin-left: 20px;
}
.info-wrapper .title {
	font-size: 16px;
	color: #000;
	margin:  0 0 10px 0;
}
.info-wrapper .info {
	font-size: 13px;
	color: #8d8c8c;
	margin:  0;
	line-height: 20px;
}
.new-label {
	width: 48px;
	height: 50px;
	background: url('../images/bg/index_notice_bg.png') no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	line-height: 16px;
}
.lecture-label {
	width: 48px;
	height: 50px;
	background: url('../images/bg/index_lecture_bg.png') no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	line-height: 16px;
}
.list-left,.list-right{
	width: 540px;
}
.notice .link {
	width: 220px;
}
.list {
	padding: 20px 25px;
	box-sizing: border-box;
	background: #fff;
}
.list-item {
	position: relative;
	/* line-height: ; */
	height: 18px;
	line-height: 18px;
}
.list-item > * {
	display: inline-block;
}
.cr {
	color: #ca4040 !important;
}
.learn .list-item img {
	margin-right: 10px;
}
.bottom-list-1 {
	width: 343px;
}
.bottom-list-3{
	width: 464px;
}
.bottom-list-1 .list {
	border-left: 1px solid #cccccc;
	margin-left: 5px;
	padding: 10px 20px;
}
.bottom-list-1 .link, .bottom-list-2 .link {
	width: 250px;
}
.bottom-list-1 .list-item::before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 4px;
	background: #cccccc;
	position: absolute;
	left: -25px;
	top: 5px;
}
.bottom-list-1  .top-1::before{
	background: #ca4040;
}
.bottom-list-1  .top-2::before{
	background: #f38f10;
}
.bottom-list-1  .top-3::before{
	background: #2c5dde;
}
.list-item:last-child {
	margin-bottom: 0px;
}
.link:hover {
	color: #2C5DDE;
}
.job-top {
	position: relative;
}
.job-top img {
		display: block;
		width: 165px;
		height: 100px;
		float: left;
}
.job-top .info-wrapper {
	position: relative;
	background: #f7f7f7;
	height: 100px;
	width: 293px;
	float: left;
	margin-left: 0;
	padding: 20px;
	box-sizing: border-box;
}
.job-top .detail-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	background: #ca4040;
	text-decoration: none;
}
.job-top-label {
	width: 19px;
	height: 21px;
	background: url('../images/bg/index_top_bg_4.png') no-repeat;
	color: #fff;
	font-size: 13px;
	text-align: center; 
	float: left;
	margin-right: 10px;
}
.job-top-label.label-1 {
	background: url('../images/bg/index_top_bg_1.png') no-repeat;
}
.job-top-label.label-2 {
	background: url('../images/bg/index_top_bg_2.png') no-repeat;
}
.job-top-label.label-3{
	background: url('../images/bg/index_top_bg_3.png') no-repeat;
}
.bottom-list-3 .list {
	padding: 20px 0px;
}
.bottom-list-3 .link {
	width: 320px;
}
.about {
	background: #f7f7f7;
	padding: 60px 0;
}
.about-wrapper {
	padding: 20px;
	border: 7px solid #dcdcdc;
	box-sizing: border-box;
	height: 135px;
}
.about-wrapper .title {
	font-size: 32px;
	font-weight: bold;
	color: #1543f1;
	width: 80px;
	line-height: 40px;
	letter-spacing: 4px;
}
.about .img-box {
	position: relative;
	margin-right: 10px;
	text-align: right;
	top: -45px;
	cursor: pointer;
}
.about .img-box .img {
	display: block;
	width: 100%;
}
.img-box.box-1 {
	width: 249px;
}
.img-box.box-2 {
	width: 249px;
}
.img-box.box-3 {
	width: 249px;
}
.img-box.box-4 {
	width: 249px;
}
.about-bg {
	width: 273px;
	height: 193px;
	background: url('../images/bg/index_bg_bottom.png') no-repeat;
	position: absolute;
	right: -273px;
	top: 0;
}

/*==================== Detail Page ====================*/
.banner {
	position: relative;
	height: 298px;
	top:80px;
}
.banner-mask {
	height: 100%;
	width: 100%;
	background: url('../images/bg/banner_mask_bg.png') repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.banner > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner .title-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 260px;
	height: 110px;
	background: url('../images/bg/banner_news_bg.png') no-repeat;
	padding: 30px  0 20px 40px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.banner .title-wrapper h1 {
	font-size: 40px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.banner .title-wrapper p {
	font-size: 24px;
	margin: 0;
}
.news-content-wrapper {
	width: 100%;
	background: url('../images/bg/news_bg.png') center repeat-y;
}
.news-title {
	color: #191919;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.news-info {
	position: relative;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #ebecec;
	text-align: center;
}
.news-info > span {
	font-size: 12px;
	color: #acb0b3;
	margin-right: 15px;
}
.news-info > span:last-child {
	margin-right: 0;
}
.news-info .icon-return {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 73px;
	height: 18px;
	line-height: 18px;
	background: url('../images/bg/icon_news_return.png') no-repeat;
	background-size: 100% 100%;
	text-indent: 14px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.news-info .icon-return a{
	color:#ffffff;
}
.news-content-wrapper .content {
	position: relative;
	width: 100%;
	padding: 60px 50px;
	box-sizing: border-box;
	border-left: 5px solid #d9e0ec;
	border-right: 5px solid #d9e0ec;
	background: #fff;
}
.news-content-wrapper .content::before {
	content: '';
	display: block;
	width: 26px;
	height: 160px;
	background: url('../images/bg/news_content_bg_top.png') no-repeat;
	position: absolute;
	left: -26px;
	top: 0;
}
.news-content-wrapper .content::after {
	content: '';
	display: block;
	width: 26px;
	height: 160px;
	background: url('../images/bg/news_content_bg_btm.png') no-repeat;
	position: absolute;
	right: -26px;
	bottom: 0;
}
.content-main > p {
	font-size: 15px;
	line-height: 30px;
	/*text-indent: 2em;
	margin-bottom: 40px;
	*/
}
.content-main > ol{
	line-height: 30px;
}
.content-main > ul{
	line-height: 30px;
}
.content-main strong {
	font-weight: bold;
}
.content-main {
	width:100%;
	padding: 30px 0 0 0;
	box-sizing: border-box;
	background: #fff;
	/*text-indent: 2em;*/
}
.content-main .image.image_resized img{
	width:100%;
}
.content-main .image{
	text-align:center;
	margin:0 auto;
}
.content-main .image img{
	display:block;
	margin:0 auto;
	max-width: 100%;
	min-width: 50px;	
}

.content-main > img {
	display: block;
	max-width: 100%;
	margin:  0 auto 15px;
}
.content-main .img-desc {
	text-align: center;
	margin-bottom: 30px;
	font-size: 13px;
	color: #474747;
}
.content-main  .provide {
	text-align: right;
	font-size: 12px;
	color: #838383;
	margin-top: 40px;
}
.content-main  .provide > div {
	margin-bottom: 20px;
}


.news-file{
	line-height: 30px;
	color: #4a4a4a;
}
.news-file a{
	color: #4a4a4a;
}

.relative-list {
	margin-top: 60px;

}
.relative-title  {
	color: #2972f9;
	font-size: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #dfe0e0;
}
.relative-title > * {
	display: inline-block;
	vertical-align: middle;
}
.blue-bar {
	width: 5px;
	height: 20px;
	background: #2972f9;
	margin-right: 10px;
}
.relative-item {
	height: 100px;
	color: #fff;
	padding: 15px 0;
	border-bottom:  1px solid #dfe0e0;
	box-sizing: border-box;
	cursor: pointer;
}
.relative-item:hover .info-box .title, 
.relative-item:hover .info-box .desc,
.relative-item:hover .calendar .day,
.relative-item:hover .calendar .date  {
	color: #fff;
}
.relative-item:hover .calendar .day {
	border-bottom: 1px solid #fff;
}
.relative-item .info-box {
	width: 910px;
	margin-left: 20px;
}
.relative-item .info-box .title {
	font-size: 16px;
	color: #4a4a4a;
	margin: 0 0 10px 0;
}
.relative-item .info-box .desc {
	font-size: 14px;
	color: #a1a1a1;
	line-height: 22px;
}
.relative-item:hover {
	background: url('../images/bg/news_relative_bg.png') no-repeat;
	background-size: 100% 100%;
}
.relative-item .calendar {
	position: relative;
	margin-left: 80px;
	background: none;
	color: #9f9f9f;
	padding: 0;
}
.relative-item .calendar .day {
	font-size: 32px;
	color: #9f9f9f;
	font-weight: bold;
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.relative-item .calendar .date {
	font-size: 14px;
}
.relative-item .info-box {
	position: relative;
}
.banner.school {
	height: 325px;
}
.school .title-wrapper {
	left: 0;
	bottom: -40px;
	background: url('../images/bg/banner_school_bg.png') no-repeat;
	width: 510px;
	height: 69px;
	box-sizing: border-box;
	padding: 0;
}
.banner-list .title-wrapper {
	left: 0;
	bottom: -20px;
	background: url('../images/bg/banner_list_bg.png') no-repeat;
	width: 610px;
	height: 130px;
	box-sizing: border-box;
	padding: 0;
}
.title-wrapper .title-bg {
	background: #2d75e2;
	position: absolute;
	left: -360px;
	top: 0;
	height: 100%;
	width: 360px;
}
.banner-list .title-wrapper .title-bg {
	background: url('../images/bg/banner_list_bg_2.png') repeat;
	position: absolute;
	left: -360px;
	top: 0;
	height: 100%;
	width: 360px;
}
.breadcrumb > * {
	display: inline-block;
	vertical-align: middle;
}
.school .nav-a{
	display: inline-block;
	height: 100%;
	line-height: 69px;
	width: 80px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 18px;
}
.school .nav-a::after {
	content: '';
	display: block;
	width: 80px;
	background: url('../images/icon/arrow_top.png') no-repeat;
	height: 13px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.school .breadcrumb {
	color: #fff;
	font-size: 18px;
	height: 100%;
	line-height: 69px;
}
.school .breadcrumb a{
	color: #fff;
}
.banner-list .breadcrumb {
	width: 450px;
	line-height: 35px;
	margin-top: 10px;
	margin-left: 20px;
}
.banner-list .breadcrumb span{
	display: block;
	font-size: 16px;
	cursor: pointer;
	min-width: 130px;
	box-sizing: border-box;
	height: 35px;
}
.school .breadcrumb span {
	margin-left: 20px;
}
.school .breadcrumb span a{
	text-decoration: none;
}
.banner-list .school .breadcrumb {
	margin-left: 80px
}
.banner-list .school .breadcrumb span{
	margin-left: 30px
}
.school .breadcrumb span.on{
	color: #ffe051;
	border-bottom: 1px solid #ffe051;
}
.school .breadcrumb span.on a{
	color: #ffe051;
	text-decoration: none;
}
.curcle {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}
.banner-list .curcle {
	margin-right: 5px;
}
.curcle.on {
	background: #ffe051;
}
.school-title {
	position: absolute;
	bottom: 80px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 48px;
}

.school-content .image.image_resized img{
	width:100%;
}
.school-content .image{
	text-align:center;
	margin:0 auto;
}
.school-content .image img{
	display:block;
	margin:0 auto;
	max-width: 100%;
	min-width: 50px;	
}
.school-content {
	width:100%;
	position: relative;
	padding: 30px 0 60px 0;
	box-sizing: border-box;
}
.school-content p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 35px;
	text-indent: 2em;
	color: #696868;
}
.school-logo {
	position: absolute;
	right: 0;
	top: -10px;
}
.intro-title {
	position: relative;
	color: #2f4dcd;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 30px;
	border-bottom: 3px solid #eeeeee;
}
.intro-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #eeeeee;
}
.banner.banner-list {
	height: 325px;
}
.news-title-wrapper {
	width: 93px;
	height: 93px;
	background: url('../images/bg/banner_list_title_bg.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 24px;
	padding: 15px 20px;
	line-height: 30px;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}
.list-top-item {
	position: relative;
	width: 583px;
}
.list-top-item img{
	width: 100%;
	height: 249px;
}
.list-top-item .title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 10px 0;
}
.list-top-item .title:hover {
	color: #2C5DDE;
}
.list-top-item .desc {
	font-size: 14px;
	color: #949494;
	margin: 0;
	line-height: 24px;
}
.list-top-item .calendar {
	top: 172px;
	left: 20px;
}
.list-big-title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin: 20px 0;
}
.list-big-title span a{
	font-size: 20px;
	 color:  #2e67df;
}

.list-big-title span a.active{
	 color:  #ffc501;
}
.list-bottom {
	margin-top: 30px;
	border-top: 2px solid #eeeeee;
}
.list-bottom-item {
	width: 100%;
}
.list-bottom-item .item-wrapper {
	width: 49%;
}
.list-bottom-item .item-wrapper:nth-child(2n) {
	margin-left: 2%;
}
.list-bottom .calendar {
	position: relative;
	color: #2e67df;
	background: none;
	padding: 0;
}
.list-bottom .calendar .day {
	font-size: 24px;
	color: #2e67df;
	font-weight: bold;
}
.list-bottom .calendar .date {
	font-size: 14px;
	color: #2e67df;
}
.item-wrapper {
	padding: 20px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #f0f0f0;
}
.list-bottom .info-wrapper {
	width: 450px;
	margin-left: 30px;
}
.info-wrapper .link {
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 3px;
	font-size: 16px;
}
.more-btn{
	display: block;
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #efefef;
	text-align: center;
	color: #497ce7;
	font-size: 18px;
	margin: 40px 0;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}

.classes{
	width:100%;
	padding:10px 0px;
	box-sizing:border-box;
	height:auto;
}
.filterBox{
	border-bottom:1px solid #ccc;
	height:auto;
	margin-top:10px;
	line-height:25px;
	padding-bottom:10px;
	padding-left:20px;
}
.filterBox h4{
	font-size:15px;
	margin-right:5px;
}
.classes ul, .classes h4{
	display:inline-block;
}
 .classes ul li.active{
 color:#fff;
 background:#ff8000;
 }
 .classes ul li{
 display:inline-block;
 text-align:center;
 padding:0px 10px;
 font-size:15px;
 }
  .classes ul li a{
  text-decoration: none;
 }
   .classes ul li:hover{
   background:#ff8000;
    color:#fff;
    cursor: pointer;
 }
 
 
 .introinforBox{
 display:inline-block;
 margin-right:0px;
 margin-top:10px;
 }
 .introinforBox .peosonInfor{
 width:215px;
 height:330px;
 box-shadow:8px 8px 8px #e5e6ef;
 padding:5px;
 box-sizing:border-box;
 }
 .peosonInfor .personPhoto{
 width:205px;
 height:250px;
 padding-left:0px;
 box-sizing:border-box;
 position:relative;
 }
 .nameBox{
 height:30px;
 width:100%;
 line-height:30px;
 padding:0px 5px;
 box-sizing:border-box;
 margin-top:5px;
 }
 .simple_intro{
  padding:4px 4px;
  box-sizing:border-box;
  height:30px;
  line-height:30px;
  text-align: center;
  width:100%;
 }
 .nameStyle{
 font-size:17px;
 color:#292929;
 width: 30%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; display: block; float: left; margin-left: 10px;
 }
 .technical_title{
 color:#be8604;font-size:14px;position:relative;top:3px;
 display: block;width: 63%; text-align: right;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
 }
 
 .btn-homepage{
 background-color:#ff8000;
 display:block;
 width:100%;
 height:27px;
 line-height:27px;
 color:#fff;
 font-size:15px;
 border-radius:14px;
  text-align: center;
  margin: 0 auto;
 }
 .btn-homepage-no{
 background-color:#aaa;
 display:block;
 width:100%;
 height:27px;
 line-height:27px;
 color:#fff;
 font-size:15px;
 border-radius:14px;
  text-align: center;
   margin: 0 auto;
 }
 