@charset "UTF-8";
.page{
	width: 100%;
	height: 434px;
	overflow: hidden;
}
.page img{
	width: 100%;
	height: 100%;
}
.page1{
	margin: 25px;
}
.boxs{
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
}
.row{
	margin: 0;
}
.item{
	height: 220px;
}
.t-title{
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    margin: 5px auto;
}
.t-con{
	font-size: 14px;
    line-height: 22px;
    color: #282828;
}
.t-date{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
 .right-title {
    font-size: 24px;
    color: #383838;
    font-weight: 600;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #b9b3b3;
    margin-bottom: 25px;
}
.right-con {
    width: 100%;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 2px 5px 2px #CCCCCC;
}
.right-con ul li {
	padding: 10px 25px;
	cursor: pointer;
}
 .right-con ul li .tit {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #383838;
}
 .right-con ul li .time {
    color: #383838;
    font-size: 14px;
    text-align: right;
}
.lbd{
	border: 1px solid #ded6d6;
	transition: all 0.05s linear;
	margin: 0px 0 15px 0;
	cursor: pointer;
}
.lbd:hover{
	border: none;
	box-shadow: 0px 5px 5px 5px rgb(148,146,146,0.5);
}
.tindex{
	font-size: 18px;
	font-weight: bold;
}

.xc_banner ._banner_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.xc_banner {
	width: 100%;
	height: 347px;
	position: relative;
}

.xc_banner ._banner_img {
	display: block;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.newlist {
	padding-bottom: 15px;
}

.fix {
	*zoom: 1;
	*clear: both;
}

.row .newlist li {
	width:100%;
	padding: 15px 20px;
	margin-bottom: 0;
	clear: both;
	overflow: hidden;
	border-bottom: #eee 1px dotted;
	margin-bottom: 5px;
	background:#fff;
	border: 1px solid #ffffff;
	/*-webkit-box-shadow: 0 4px 21px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 4px 21px 0 rgba(0,0,0,.06);
    box-shadow: 0 4px 21px 0 rgba(0,0,0,.06);*/
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.row .newlist ._img {
	width: 225px;
	float: left;
	margin-right: 30px;
}

.rect-75 {
	padding-bottom: 75%;
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.row .newlist ._img img {
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
	*height: auto;
}

.row .newlist ._intro {
	overflow: hidden;
}

.row .newlist ._title {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.row .newlist ._info {
	height: 20px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 10px;
}

.row .newlist ._info {
	height: 20px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 10px;
}

.row .newlist ._text {
	line-height: 1.8em;
	height: 3.6em;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 15px;
}

.row .newlist ._more {
	display: inline-block;
	white-space: nowrap;
	width: auto;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	color: #555;
	padding: 0 20px;
	border: 1px solid #bababa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.row .newlist li:hover{
	cursor:pointer;
	border: 1px solid #1364b8;
	/*-webkit-box-shadow: 0 4px 21px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 21px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 21px 0 rgba(0,0,0,.15)*/
}


.row .newlist li:hover ._title, .newlist li:hover ._text
	{
	color: #1364B8;
}

.row .newlist li:hover ._more {
	border: 1px solid #1364B8;
	background-color: #1364B8;
	color: #fff;
}

.row .newlist li:hover ._img img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.nl_serch {
	margin-bottom: 28px;
	padding: 35px 0 35px 40px;
	background-color: #e0effe;
	margin-top: 20px;
}

.nl_search_t {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-right: 25px;
	height: 40px;
	line-height: 40px;
}

.nl_serch input {
	height: 37px;
	width: 520px;
	margin-left: 25px;
	text-indent: 10px;
	margin-right: 5px;
	border: 1px solid #e0e0e0 !important;
	vertical-align: 1px;
}

input, select, textarea {
	outline: 0;
	font-family: inherit;
	font-size: 100%;
}

.nl_serch button {
	height: 40px;
	width: 130px;
	font-size: 18px;
	border: 0;
	background-color: #1364B8;
	color: #fff;
	padding: 0;
	vertical-align: -1px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body {
    background-color: #f6f6f6;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.border_bottom {
    border-bottom: 1px solid #ededed;
    margin-bottom: 16px;
}
.container{
	position: relative;
	z-index: 99;
	margin-top: 0px;
	height: auto;
	color: windowtext;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.top-desc {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 0px 25px 0;
}

.top-desc .eng {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.top-desc .china {
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.boxs{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.row{
		margin: 0;
		height: auto;
	}
	.lbd{
		border: 1px solid #ded6d6;
		transition: all 0.05s linear;
		margin: 0px 0 15px 0;
	}
	.item{
		height: auto;
	}
	.row .newlist ._img {
		width: 100%;
		float: none;
		margin-right: 30px;
	}
	.row .newlist ._intro {
		width:100%;
	}
}

.theo-categoryList li{
	list-style: none;
}

.theo-categoryList li .menu_tel_name{
	height: 100%;
	width: 100%;
	line-height: 50px;
	background: #1364b8;
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #1364b8;
}


.menu_tel_name:hover{
	background: #e0effe !important;
	color: #1364b8 !important;
	transition: all 0.1s linear;
	font-size: 22px;
	font-style: italic;
}

.menu_tel_active{
	background: #e0effe !important;
	color: #1364b8 !important;
	transition: all 0.1s linear;
	font-size: 22px;
	font-style: italic;
}