body {
	min-width: 1000px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #454545;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
input {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	font: inherit;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/**header**/
.header {
	background: url(../images/header_bg.jpg) no-repeat center;
	height: 110px;
	width: 100%;
}

.top-logo{
	height: 68px;
}
.top-link {
	text-align: right;
	color: #666666;
	padding-top:18px;
	height: 29px;
}

.top-link a {
	color: #666666;
	font-size: 12px;
	padding: 0 6px;
}

.logo {
	margin-top: -30px;
}
.logo img{
	height: 79px;
}
.search {
	margin-top: 19px;
	border:1px solid #b0b0b0;
	border-radius: 12px;
	height: 24px;
	padding-left: 10px;
	width: 130px;
}

.search .text {
	background: none;
	border: none;
	height: 23px;
	width: 100px;
	font-size: 12px;
	color: #808a95;


}

.search .sub {
	vertical-align: middle;
}

.layui-carousel-arrow {
	top: 65%;
	background-color: rgba(0, 0, 0, .7);
}

/* Ã¥Â¯Â¼Ã¨Ë†Âª */
.nav {
width: 100%;

	background: #1265b5;
	height: 50px;
}

.nav .layui-nav {
	background: none;
}

.nav .layui-nav .layui-nav-item {
	line-height: 50px;
}

.nav .layui-nav .last {
	margin-right: 0
}

.nav .layui-nav .layui-this:after,
.nav .layui-nav-tree .layui-nav-itemed:after {
	background-color: #39a5f8;
}

/* ---Ã¥Â­ÂÃ¥Â¯Â¼Ã¨Ë†Âª */
.nav .layui-nav-child {
	top: 50px;
	border: 0;
	background: rgba(18, 101, 181, .7);
}

.nav .layui-nav .layui-nav-child a {
	color: #FFFFFF;
}
.nav .layui-nav .layui-nav-child a:hover {
	background: #1265b5;
}

/* Ã¤Â¸Â­Ã©â€”Â´Ã¦Â¨Â¡Ã¥Ââ€” */
.main_bg {
background: url(../images/main_bg.jpg)  no-repeat center;
    width: 100%;

}

.title {
	margin: 0 auto;
	height: 34px;
	line-height:34px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.title h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00469b;
	border-bottom: 2px solid #00469b;
	display: inline-block;
}
.title .more {
	font-size: 12px;
	color: #ababab;
}

	/**Ã§Â¬Â¬Ã¤Â¸â‚¬Ã©Æ’Â¨Ã¥Ë†â€ **/
.row {
       height: 239px;
}

/* Ã§â€žÂ¦Ã§â€šÂ¹Ã¥â€ºÂ¾ */
.layui-row {
  /*margin-top: 30px; */
}
.focusBox {
	position: relative;
	width: 303px;
	height:246px;
	overflow: hidden;
	text-align: left;
}

.focusBox .pic img {
	width:303px;
	height: 246px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 33px;
	width: 100%;
	background: #000000;
	opacity: .5;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 60px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 33px;
	line-height: 33px;
	position: absolute;
	bottom: -0px;
}

.focusBox .txt li a {
	display: block;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 14px;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	right: 18px;
}

.focusBox .num li {
	display: block;
	width: 8px;
	height: 8px;
	background: #c2c2c2;
	border-radius: 50%;
	margin-left: 6px;
}

.focusBox .num li.on,.focusBox .num .on{
	background: #f9760c;
}


/* Ã¥Ë†â€”Ã¨Â¡Â¨ */
.hot-list {
	width: 407px;
	    margin: -6px 0 0 14px;}
.list ul li {
	background: url(../images/li_icon.png)no-repeat center left;
	padding-left: 12px;
	line-height: 33px;
}

.list ul li .hot_date{
	font-size: 13px;
	color: #8c9093;
}


.notice {
	width: 232px;
	margin-left: 40px;
	margin-top: 10px;
}

.notice ul li {
	width: 232px;
	/* height: 59px; */
	margin-bottom: 15px;
}

.notice ul li .notice-date{
	width: 48px;
	height: 40px;
line-height: 40px;
	background: #1265B5; 
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition:width .2s,border .2s;
	-moz-transition:width .2s,border .2s; /* Firefox 4 */
	-webkit-transition:width .2s,border .2s; /* Safari and Chrome */
	-o-transition:width .2s,border .2s; /* Opera */
}
.notice ul li .notice-date .md{
	display: block;
	text-align: center;
	line-height: 100%;
	/* margin-top: 7px; */
}
.notice ul li .notice-date .year{
	display: block;
	font-size: 14px;

}
.notice ul li:hover .notice-date{
	box-sizing: border-box;
	background: #004586;
color: #fff;
}
.notice ul li .notice-text{
	width: 174px;
	transition:width .2s,font-size .6s;
	-moz-transition:width .2s,font-size .6s; /* Firefox 4 */
	-webkit-transition:width .2s,font-size .6s; /* Safari and Chrome */
	-o-transition:width .2s,font-size .6s; /* Opera */
}
.notice ul li:hover .notice-text{
	font-weight: bold;
}
.notice ul li .notice-text a{
	display: block;
	line-height: 20px;

}

/**Ã§Â¬Â¬Ã¤ÂºÅ’Ã©Æ’Â¨Ã¥Ë†â€ **/
.row2 {
	margin-top: 80px;
}
/**Ã¦â€“Â°Ã©â€”Â»Ã¥Å Â¨Ã¦â‚¬Â**/
.news {
	width: 340px;
}

.news-list ul li {
	background: url(../images/il_icon_02.png)no-repeat center left;
}

/* Ã©â‚¬Å¡Ã§Å¸Â¥Ã¥â€¦Â¬Ã¥â€˜Å  */
.tzgg {
	width: 340px;
	margin-left: 40px;
}

.tzgg-list ul li {
	background: url(../images/il_icon_02.png)no-repeat center left;
}

/* Ã¥Å Å¾Ã¤Âºâ€¹Ã¦Å’â€¡Ã¥Ââ€” */
.manage {
	width: 232px;
	margin-left: 40px;
}


.manage-list ul li {
	margin-bottom: 2px;
}

.manage-list ul li:nth-chilid(2){
	    width: 100px;
    margin: 0 auto;
}

.manage-list ul li:nth-chilid(2) img{
	    width: 100px;

}



.manage-list .manage-date {
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	position: relative;
	background: url(../images/date_bg_01.png)no-repeat center;
	border-radius: 50%;
	color: #fff;
	transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out; /* Firefox 4 */
	-webkit-transition: 0.1s ease-out; /* Safari and Chrome */
	-o-transition: 0.1s ease-out; /* Opera */
}

.manage-list .manage-date .day {
	display: block;
	padding: 10px 0 0 10px;
	font-size: 20px;
}

.manage-list .manage-date .month {
	position: absolute;
	bottom: 5px;
	right: 6px;
	width: 21px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

.manage-list ul li:hover .manage-date {
	background:  url(../images/date_bg_02.png)no-repeat center;
	
}

.manage-list .manage-text {
	box-sizing: border-box;
	width: 152px;
	height: 60px;
	margin-left: 20px;
	padding: 10px 0;
	line-height: 24px;
	font-size: 14px;
	color: #181818;
}

/**Ã¥Ââ€¹Ã¦Æ’â€¦Ã©â€œÂ¾Ã¦Å½Â¥**/

.link {
    background: #e9f3fd;
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
}
.link_title h1{
 	font-size: 17px;
	color: #004693;
	font-weight: normal;
	line-height: 22px;
}

.link_title span {
	color: #181818;
	line-height: 22px;
}
.frend_link {
	margin-left: 44px;
}
.frend_link ul li {
	margin-right: 52px;
    margin-bottom: 20px;
}

.link_img {
	
	height: 44px;
	overflow: hidden;
}
.link_img:hover .change_img{
	transform: scale(1.1);
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.footer{
	width: 100%;
	height: 68px;
	margin-top: 16px;
	background: #1265b5;
	padding-top: 24px;
}
.foot_bg {
	/* height: 100%; */
	background: url(../images/foot_bg.png)no-repeat center right;
}
.footer .fmain-l{
	width: 125px;
	height: 28px;
}
.footer .fmain-l img{
	width: 100%;
}
.footer .copyright{
	margin-left: 56px;
	/* height: 100px; */
	line-height: 25px;
	color: #c7d4e8;
	text-align: center;
	font-size: 13px;
}

/* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡Âµ */
.list-header {
	
	height: 198px;
	z-index: 99;
	width: 100%;
	min-width: 1200px;
}
.list-banner .layui-carousel-arrow {
	top: 50%;
	background-color: rgba(0, 0, 0, .7);
}
.main {
	margin-top: 40px;
    min-height: 550px;
}
/*- Ã¥Â·Â¦Ã¤Â¾Â§ */
.list-left{
	width: 193px;
	min-height: 390px;
	background:#eaf7fd  url(../images/aside_bg.png) no-repeat bottom center;
}
/* ---Ã¤Â¾Â§Ã¥Â¯Â¼Ã¨Ë†Âª */
.lm-name{
	background: #1265b5;
	box-sizing: border-box;
	width: 193px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
.list-left .layui-nav {
	background: #eaf7fd;
	width: 193px;
}
.list-left .layui-nav-tree .layui-nav-item{
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.list-left .layui-nav-tree .layui-nav-item a{
	background: url(../images/list_aside_icon_01.png) no-repeat 30px center;
	color: #3b3a3a;
	padding-left: 65px;
	font-size: 16px;
	font-weight: bold;
}
.list-left .layui-nav-tree .layui-nav-item>a:hover{
	background: url(../images/list_aside_icon_02.png) no-repeat 30px center;
	color: #1265b5;
}


.list-left .layui-nav-tree .layui-nav-item li a{
	background: #eaf7fd url(../images/list_aside_ico_03.png) no-repeat 65px center;
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 76px;
	font-weight: normal;
}


	
/*- Ã¥ÂÂ³Ã¤Â¾Â§ */
.list-right{
	width: 768px;
    min-height: 600px;
}
.list-title{
	position: relative;
	height: 48px;
	border-bottom: 1px solid #b3b3b3;
	line-height: 48px;
	color: #1265b5;
	font-size: 24px;
	font-weight: bold;
}
.list-title .dqlm{
	display: block;
	float: left;
	border-bottom: 2px solid #1265b5;
	height: 48px;
}
/* ---Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜ */
.layui-breadcrumb{
	position: absolute;
	right: 10px;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: normal;
	color: #888888;
}
.layui-breadcrumb a cite{
	color: #888888;
}
.layui-breadcrumb a:hover{
	color: #269aec!important;
}

/* ----Ã¥Ë†â€”Ã¨Â¡Â¨ */
.list-con{padding: 10px 0;}
.list-con ul li{
	height: 45px;
	line-height: 45px;
	background: url(../images/list_li_icon.png) no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #454545;
	border-bottom: 1px dashed #e2e2e2;
}
.list-con ul li .date{
	float: right;
	color: #999999;
	font-size: 12px;
}

/* ----Ã¦Â­Â£Ã¦â€“â€¡ */
.page-con{
	padding: 20px;
  min-height: 600px;
}
.page-con .page-title{
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 20px;
	text-align: center;
}
.page-con .page-title h1{
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	line-height: 45px;
}
.page-con .page-title h2{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.page-con .page-title .date{
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}
.page-con .page-title .date span{
	padding: 0 10px;
}
.page-con .article{
	padding: 20px 0;
	line-height: 200%;
	font-size: 15px;
}
.page-con .article p{text-indent: 2em;margin: 10px 0;color: #555555;}
.page-con .article p img{ max-width: 100%;margin: 10px;}
.page-con .article p table td{text-indent: 0;}/* Ã¨Â¡Â¨Ã¦Â Â¼Ã¥â€ â€¦Ã¥Â®Â¹Ã¤Â¸ÂÃ§Â¼Â©Ã¨Â¿â€º */


.chek ul li{
     width: 111px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #1265b5;
    border-radius: 20px;
    text-align: center;
    color: #1265b5;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 7px;

}
.chek ul li:hover {

	border-radius:20px;
	background:#1265b5;
} 
.chek ul li:hover a{
		color:#fff;
} 