/* CSS Document 20160316 by kate*/
@charset "utf-8";
/*basic setting*/
body{ 
	font:13px/1.3em Arial, Helvetica, sans-serif; 
	color:#505050;background: #fff;
	background: -moz-linear-gradient(top,  #d8e7f5 0%, #ffffff 15%)no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8e7f5), color-stop(15%,#ffffff))no-repeat; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8e7f5 0%,#ffffff 15%)no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8e7f5 0%,#ffffff 15%)no-repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8e7f5 0%,#ffffff 15%)no-repeat; /* IE10+ */
	background: linear-gradient(to bottom,  #d8e7f5 0%,#ffffff 15%)no-repeat; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e7f5', endColorstr='#ffffff',GradientType=0 )no-repeat; /* IE6-9 */
}
h1, h2, h3, h4{ 
	font-weight:bold;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.clearfix{
	clear: both;
}
/*crumb & header*/
#summary{}
#summary .path{
	margin:15px auto; 
	width:980px;
	padding-left: 10px;
}
#summary .path a{
	text-decoration: none;
	color: #0072BC;
}
#summary .path a:hover{
	text-decoration: underline;
}
#summary header{
	width:990px;
	margin: 0 auto;
	overflow: hidden;
}
#summary header nav ul{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #87acd3;
	background: rgb(32,127,217); 
	background: -moz-linear-gradient(top,  rgba(32,127,217,1) 0%, rgba(27,105,193,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(32,127,217,1) 0%,rgba(27,105,193,1) 100%); 
	background: linear-gradient(to bottom,  rgba(32,127,217,1) 0%,rgba(27,105,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207fd9', endColorstr='#1b69c1',GradientType=0 ); 
}
#summary header nav ul li{
	list-style: none;
}
#summary header nav ul li a{
	display: block;
	width: 15%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #0a59af; 
	border-left: 1px solid #207ed8;
	float: left;
	transition: all 500ms ease;
}
#summary header nav ul li a:hover{
	height: 49px;
	line-height: 48px;
	background-color: #FFF;
	border-top: 1px solid #87acd3;
	border-left: 1px solid #87acd3;
	color: #1c63ad;
}
#summary header nav ul li a.active{
	color: #1c63ad;
    background-color: #FFF;
	border-top: 1px solid #87acd3;
	border-left: 1px solid #87acd3;
	height: 49px;
	line-height: 48px;
}
#summary header figure{
	margin: 1px auto 0;
}
#summary header figure img{
	display: block;
	margin: 0 auto;
}
/*content*/
#summary section{
	width: 988px;
	margin: 0px auto;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #FFF;
}
#summary section h1{
	font-size: 15px;
	color: #1c63ad;
	line-height: 40px;
	width: 100%;
	height: 40px;
	text-align: center;
	border-top: 4px solid #bbd5f0;
	background-color: #f7f7f7;
	font-weight: normal;
	margin: 0;
}
#summary section article{
	border-bottom: 1px dashed #a0a0a0;
	padding: 5px 10px;
}
#summary section article h2{
	font-size: 16px;
	color: #908a27;
    margin: 12px 0 18px;
}
#summary section article h2 span{
	display: inline-block;
	width: 17px;
	height: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #c6c815;
    text-align: center;
    margin: 0 2px;
}
#summary article h2 span i{
    font-size: 17px;
    color: #FFF;
}
#summary section article ul{
	padding: 0 5px;
}
#summary section article ul li{
	margin: 16px 0;
}
#summary ul li h3{
	font-size: 15px;
	margin: 0;
}
#summary article ul li p{
	margin: 9px 0;
	color: #656565;
}
#summary section article dl{
	margin: 0 0 5px;
	padding: 0 5px;
	float: left;
}
#summary section article dl dt{
	font-size: 15px;
	font-weight: bolder;
	color: #1c63ad;
}
#summary section article dl dd{
	margin: 7px 0;
    color: #656565;
}
#summary section article dl dd a{
    display: inline-block;
    text-decoration: none;
    margin: 13px 7px 0 0;
    color: #656565;
    transition: all 500ms ease;
    width: 80px;
}
#summary section article dl.wfull{
    padding: 0 5px 10px;
    border-bottom: 1px dotted #C6C815;
}
#summary section article dl.wn{
	border-bottom: none;
}
.wbig{
	width: 105px !important;
}
#summary section article dl dd a:hover{
	color: #2A87E9;
}
#summary section article dl.wfull dd{
	display: inline-block;
	margin: 0px;
}
#summary section article ul li h4{
	font-size: 13px;
    color: #1c63ad;
    margin: 9px 0 5px;
}
/*page:news*/
#summary ul li .record{
    font-size: 13px;
    color: #656565;
}
#summary ul li .record .news{
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    color: #1c63ad;
    margin: 0 0 7px;
    transition: all 500ms ease;
}
#summary ul li .record .news:hover{
	text-decoration: underline;
}
#summary ul li .newsin{
	height: 61px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 1.6;
    color: #656565;
    text-decoration: none;
    margin-top: 7px;
    transition: all 500ms ease;
}
#summary ul li .newsin:hover{
    color: #9E9F2E;
}
#summary .pagination{
    display: inline-block;
    margin: 8px 30%;
    text-align: center;
}
#summary .pagination .pages{
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
#summary .pagination .pages span{
	display: inline-block;
	width: 1.5em;
	text-align: center;
	margin: 0 0.4em 0 0;
}
#summary .pagination .pages a{
    width: 2.75em;
    height: 2.75em;
    line-height: 2.75em;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background-color: #e8e8e8;
	background-image: url("images/bg02.png");
	color: #565656;
	margin: 0 0.4em 0 0;
	border-radius: 0.4em;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	box-shadow: inset 0 0.075em 0.25em 0 rgba(0, 0, 0, 0.1);
}
#summary .pagination .pages a:hover{
	background-color: #dadada;
}
#summary .pagination .pages a.active{
	background-color: #364050;
	color: #fff;
	box-shadow: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
#summary .pagination .button{
    width: 3.75em;
    height: 2.75em;
    line-height: 2.75em;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background-image: url("images/bg02.png");
	margin: 0 0.4em 0 0;
	border-radius: 0.4em;
}
/*page:glory*/
#summary h5{
	font-size: 16px;
	margin: 5px 22px;
	height: 25px;
}
#summary h5 a{
	color: #547394;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
}
#summary h5 a:hover{
	color: #144478;
	font-weight: bolder;
}
#summary h5 a.active{
	color: #144478;
	text-decoration: none;
	display: inline-block;
	font-weight: bolder;	
}
#summary ul li.glory{
	width: 19.5%;
	float: left;
	margin: 5px 0 0;
	border: 2px solid #FFF;
    transition: all 500ms ease;
}
#summary ul li.glory:hover{
	border: 2px solid #DDDE69;
}
#summary ul li.glory a img{
    display: block;
    margin: 0 auto;
}
#summary ul li.glory a.tag{
    display: block;
    height: 40px;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    color: #0054ff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
}
/*page:glory2*/
#summary article.arti{
	width: 80%;
	margin: 0 auto;
}
#summary article header{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #004080;
    text-align: center;
    padding-top: 10px;
}
#summary article figure img{
	display: block;
	margin: 0 auto;
	border:1px solid #CCC;
	width: 70%;
}
#summary article p span{}
#summary article p.artxt{
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    padding-bottom: 15px;
	padding-right: 10px;
	text-align: justify;
}
#summary article p .area{
    font-size: 15px;
    color: #06F;
    text-decoration: underline;
}

/*all color setting*/
.mt{
	margin-top: 10px;
}
.w32{
	width: 32%;
}
.wfull{
	width: 100%;
}
.pageact{
    cursor: pointer;	
	color: #FFF !important;
	background-color: rgb(32,127,217) !important;
}
.pagelock{
    cursor: not-allowed;
    background-color: #F0F0F0;
    color: #C4C4C4 !important;
}
.txtblue{
	color: #1c63ad;
}
.txtred{
	color: #cf0000;
}
.txtgray{
	color: #656565;
}
.txt15blk{
	color: #000;
	font-size: 15px;
	display: block;
	margin: 5px 0;	
}
.lim{
	margin: 20px 0 26px !important;
}
.mg{
	margin: 16px 0 26px !important;
}
/*footer*/
#summary .footer-bg{
	width:100%;
	height:88px;
    background-image:url(../images/footer-bg-demo.gif);
	clear:both;
}
#summary #footer{
	width:100%;
	height:88px;
	background-image:url(../images/footer-demo.gif);
	background-repeat:no-repeat;
	background-position:center top;
}