@charset "utf-8";
	/*!
 * Author:ch233
 * Last update:2020-05-03
 * Version:1.0
 * Normalize CSS default properties
 */a,body,dd,div,dl,h1,h2,h3,h4,h5,h6,html,i,img,li,ol,p,span,ul {
	margin:0;
	padding:0
}
* {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
a:hover,a:link,a:visited {
	text-decoration:none
}
html {
	font-size:10px
}
body {
	font-family:Helvetica,Arial,sans-serif;
	color:#1b1b1b
}
a,div,h1,h2,h3,h4,h5,h6,i,p,span {
	font-size:1.2rem;
	font-weight:400;
	font-style:normal
}
dd,dl,li,ol,ul {
	list-style-type:none
}
img {
	border:0
}
.layout-1200,.layout-full {
	margin:0 auto;
	position:relative
}
b,i,span {
	font-style:normal
}
.layout-1200 {
	width:1420px
}
.layout-full {
	width:auto
}
.header-layout.header-style-A {
	position:relative;
	width:auto;
	height:132px;
	background:#284c9c
}
.header-layout.header-style-A .header-bg,.header-layout.header-style-A .logo,.header-layout.header-style-A .logo h1,.header-layout.header-style-A .search,.header-layout.header-style-A .search img {
	position:absolute;
	top:50%;
	transform:translateY(-50%)
}
.header-layout.header-style-A .header-bg {
	width:288px;
	height:90px;
	right:250px
}
.header-layout.header-style-A .header-bg img {
	width:100%;
	height:auto
}
.header-layout.header-style-A .layout-1200 {
	height:132px
}
.header-layout.header-style-A .logo {
	height:67px;
	left:0
}
.header-layout.header-style-A .logo img {
	width:auto;
	height:100%
}
.header-layout.header-style-A .logo h1 {
	left:300px;
	font-size:28px;
	font-weight:700;
	color:#fff;
	white-space:nowrap
}
.header-layout.header-style-A .search {
	right:0;
	display:table
}
.header-layout.header-style-A .search img {
	left:10px;
	width:18px;
	height:17px
}
.header-layout.header-style-A .search button,.header-layout.header-style-A .search input {
	display:table-cell;
	height:35px;
	line-height:35px;
	border:0;
	border-radius:2px;
	margin:0;
	padding:0;
	outline:0
}
.header-layout.header-style-A .search input {
	width:200px;
	background:rgba(40,76,156,.2);
	border:1px solid #fff;
	border-right:0;
	border-radius:2px 0 0 2px;
	text-indent:35px;
	color:#fff;
	font-size:14px
}
.header-layout.header-style-A .search button {
	position:relative;
	left:-2px;
	height:37px;
	width:60px;
	background:#dfe4f0;
	color:#284C9C;
	font-size:14px;
	cursor:pointer
}
.header-layout.header-style-B {
	position:relative;
	width:auto;
	height:100px
}
.header-layout.header-style-B .header-bg,.header-layout.header-style-B .logo,.header-layout.header-style-B .search {
	position:absolute;
	top:50%;
	transform:translateY(-50%)
}
.header-layout.header-style-B .layout-1200 {
	height:100px
}
.header-layout.header-style-B .logo {
	height:50px;
	left:0
}
.header-layout.header-style-B .logo img {
	width:auto;
	height:100%
}
.header-layout.header-style-B .logo h1 {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:250px;
	font-size:28px;
	font-weight:700;
	color:#284c9c;
	white-space:nowrap
}
.header-layout.header-style-B .search {
	right:0;
	display:table
}
.header-layout.header-style-B .search img {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	width:18px;
	height:17px
}
.header-layout.header-style-B .search button,.header-layout.header-style-B .search input {
	display:table-cell;
	height:35px;
	line-height:35px;
	border:0;
	border-radius:2px;
	margin:0;
	padding:0;
	outline:0
}
.header-layout.header-style-B .search input {
	width:200px;
	border:1px solid #284c9c;
	border-right:0;
	border-radius:2px 0 0 2px;
	text-indent:35px;
	color:#284c9c;
	font-size:14px
}
.header-layout.header-style-B .search button {
	position:relative;
	left:-2px;
	height:37px;
	width:60px;
	background:#284c9c;
	color:#fff;
	font-size:14px;
	cursor:pointer
}
.navigator {
	background:#f1f1f1
}
.navigator .nav-item {
	position:relative;
	 z-index: 9999;
}
.navigator .nav-item a:link,.navigator .nav-item a:visited {
	display:block;
	padding:20px 10px;
	font-size:16px;
	color:#262626;
	transition:all .3s
}
.navigator .nav-item a:hover {
	background:#284C9C;
	color:#fff;
	transition:all .3s
}
.navigator .nav-item ul {
	display:none;
	position:absolute;
	top:60px;
/* 	width:100%; */
	    background: #d8dfefd6;
	z-index:9999;
	border-top:3px solid #284C9C;
	box-shadow:0 5px 10px rgba(40,76,156,.3);
	border-radius:0 0 4px 4px;
	overflow:hidden;
	    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
}
.navigator .nav-item ul li {
	width:350px;
	text-align:center;
	border-bottom:1px solid rgba(40,76,156,.1)
}
.navigator .nav-item ul li a:link,.navigator .nav-item ul li a:visited {
	color:#262626;
	padding:12px 0
}
.navigator .nav-item ul li a:hover {
	color:#fff;
	padding:15px 0;
	background:rgba(40,76,156,.8)
}
.copy,.navigator.nav-style-B {
	background:#284c9c
}
.navigator .nav-item ul li a:last-of-type {
	border:0
}
.navigator.nav-style-B .nav-item a:link,.navigator.nav-style-B .nav-item a:visited {
	color:#fff
}
.navigator.nav-style-B .nav-item a:hover {
	color:#262626;
	background:#f9f7f9
}
.navigator.nav-style-B .nav-item ul li {
	width:180px;
	text-align:center;
	border-bottom:1px solid rgba(40,76,156,.1)
}
.navigator.nav-style-B .nav-item ul li a:link,.navigator.nav-style-B .nav-item ul li a:visited {
	color:#262626;
	padding:12px 0
}
.navigator.nav-style-B .nav-item ul li a:hover {
	color:#fff;
	padding:15px 0;
	background:rgba(40,76,156,.8)
}
.navigator.nav-style-B .nav-item ul li a:last-of-type {
	border:0
}
.cover-swiper,.cover-swiper .swiper {
	position:relative;
	width:100vw;
	height:560px;
	overflow:hidden
}
.cover-swiper .swiper li {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:560px;
	transition:all 1s
}
.cover-swiper .swiper li img {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:1920px;
	height:560px
}
.cover-swiper .swiper li .tt {
	position:absolute;
	width:800px;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:38px;
	font-weight:bolder;
	color:#fff;
	text-shadow:2px 2px 10px rgba(0,0,0,.7);
	text-align:center
}
.cover-swiper .swiper li .tt span {
	color:inherit;
	font-size:inherit
}
.cover-swiper .swiper li.current {
	opacity:1;
	transition:all 1s
}
.cover-swiper .dot {
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	z-index:9;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between
}
.cover-swiper .dot li {
	width:50px;
	height:10px;
	text-indent:-9999px;
	border-bottom:2px solid rgba(204,204,204,.9);
	margin:0 2px;
	transition:all 1s
}
.cover-swiper .dot li.current {
	width:90px;
	border-bottom:2px solid rgba(113,152,234,.9);
	transition:all 1s
}
@media screen and (orientation:portrait) and (max-device-width:600px) {
	.cover-swiper,.cover-swiper .swiper,.cover-swiper .swiper li {
	width:1200px!important
}
}.column-top {
	margin:40px auto
}
.column-top .swiper-col {
	position:relative;
		width:780px;
	height:470px
}
.column-top .swiper-col ul.swiper {
	position:relative;
	width:100%;
}
.column-top .swiper-col ul.swiper li {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 1s;
	width:100%;
}
.column-top .swiper-col ul.swiper li .tt {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	color:#fff;
	background:rgba(0,0,0,.7);
	font-size:16px;
	width:100%;
}
.column-top .swiper-col ul.swiper li .tt span {
	display:block;
	white-space:nowrap;
	width:400px;
	text-overflow:ellipsis;
	overflow:hidden;
	color:inherit;
	font-size:inherit
}
.column-top .swiper-col ul.swiper li img {
	position:relative;
	display:block;
	width:98%;
	height:470px
}
.column-top .swiper-col ul.swiper li.current {
	opacity:1;
	transition:all 1s
}
.column-top .swiper-col ul.dot {
	position:absolute;
	bottom:15px;
	right:15px
}
.column-top .swiper-col ul.dot li {
	display:inline-block;
	width:7px;
	height:7px;
	margin:0 2px;
	background:#fff;
	border-radius:7px;
	text-indent:-9999px;
	cursor:pointer
}
.col-title-block .more img,.col-title-simple .more img {
	margin-left:5px
}
.column-top .swiper-col ul.dot li.current {
	background:#7198ea
}
.column-top .topnews-col {
	width:625px;
}
.col-title-simple {
	height:22px;
	padding:5px 0 10px;
	position:relative;
	border-bottom:1px solid #D8DFEF
}
.col-title-simple h2 {
	height:22px;
	line-height:22px;
	padding:5px 0 9px;
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
	font-weight:700;
	color:#284c9c;
	border-bottom:2px solid #284c9c
}
.col-title-simple .more {
	position:absolute;
	top:5px;
	right:0;
	font-size:14px;
	color:#595959
}
.col-title-simple .more a,.col-title-simple .more span {
	color:inherit;
	font-size:inherit
}
.col-title-block {
	height:45px;
	position:relative;
	background:#f9f9f9
}
.col-title-block.orange h2 {
	background:#eb783d
}
.col-title-block.green h2 {
	background:#67bb6b
}
.col-title-block.purple h2 {
	background:#946cea
}
.col-title-block h2 {
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 15px;
	font-size:20px;
	font-weight:700;
	color:#fff
}
.col-title-block .more {
	position:absolute;
	top:12px;
	right:10px;
	font-size:14px;
	color:#595959
}
.col-title-block .more a,.col-title-block .more span {
	color:inherit;
	font-size:inherit
}
.column-full {
	margin:40px auto
}
.column-flex {
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between
}
.col-border {
	border:1px solid #D8DFEF;
	    margin-left: 10px;
}
.col-border .col-entry-list li {
	margin:0 15px
}
.col-list-3col .col-entry-list {
	width:380px
}
.col-list-3col .col-entry-list .img {
	text-align:center;
	background:0 0;
	padding:0
}




.col-list-3col .col-entry-list .img img {
	width:356px;
	height:208px
}


.col-list-2col {
	width:980px
}
.col-list-2col .col-entry-list {
	width:480px
}


.col-half {
		width:625px;
}
.col-entry-list {
	padding-top:15px
}
.col-entry-list li {
	position:relative;
	width:auto;
	padding:10px 0 10px 15px;
	font-size:16px;
	color:#262626;
	background-image:url(../images/icon_list_simbol.svg);
	background-repeat:no-repeat;
	background-position:left center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.col-entry-list li a,.col-entry-list li span {
	font-size:inherit;
	color:inherit
}
.col-entry-list li span.date {
	position:absolute;
	right:0;
	color:rgba(67,67,67,.5)
}
.col-entry-list ul.list-img {
	padding:12px 0
}
.col-entry-list ul.list-img li {
	width:274px;
	height:146px;
	padding:0;
	background:0 0
}
.col-entry-list ul.list-img li img {
	width:100%;
	height:100%
}
.col-entry-list li.list-top-news {
	padding:0;
	background:0 0;
	text-overflow:auto!important;
	overflow:auto!important;
	white-space:normal!important
}
.col-entry-list li.list-top-news h4 {
	padding:0 0 10px;
	font-size:20px;
	font-weight:700;
	color:#262626
}
.col-entry-list li.list-top-news p {
	padding:0 0 10px;
	font-size:14px;
	line-height:1.5;
	color:#434343;
	text-indent: 2em;
}
.col-entry-list li.list-top-news p span {
	color:#284C9C
}
.foot {
	background:#ebebeb
}
.foot .layout-1200 {
	padding:40px 0
}
.foot .layout-1200 .item {
	margin-right:30px
}
.foot .layout-1200 .item h4 {
	padding-top:20px;
	font-size:20px;
	color:#262626;
	font-weight:700
}
.foot .layout-1200 .item ul {
	padding:15px 0 0
}
.foot .layout-1200 .item ul li {
	padding:0 0 5px;
	display:inline-block;
	min-width:180px;
	color:#262626
}
.foot .layout-1200 .item a {
	color:inherit;
	font-size:inherit
}
.foot .layout-1200 .item img {
	width:102px;
	height:102px;
	display:block;
	padding-bottom:5px
}
.foot .layout-1200 .item span {
	display:block;
	width:auto;
	text-align:center
}
.foot .layout-1200 .item:last-of-type {
	margin:0
}
.copy {
	padding:20px 0
}
.copy .icp,.copy .wah,.copy img {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	margin-right:30px;
	text-transform:uppercase
}
.copy .logo {
	height:28px
}
.copy .wa_logo {
	height:18px;
	margin-right:5px
}
.main-entrys {
	margin:40px auto
}
.main-entrys ul li {
	width:182px;
	height:130px;
	background:#ccc;
	text-align:center
}
.main-entrys ul li img {
	padding:20px 0 0
}
.main-entrys ul li h3 {
	font-size:22px;
	font-weight:700;
	color:#fff
}
.main-entrys ul li p {
	font-size:14px;
	color:#fff
}
.main-entrys ul li:nth-of-type(1) {
	background:#1ab4b9
}
.main-entrys ul li:nth-of-type(2) {
	/* background:#58b6da */
	background-color:#7ac1e2;
	color:#000;
}
.main-entrys ul li:nth-of-type(3) {
	background:#d7ad19
}
.main-entrys ul li:nth-of-type(4) {
	background:#6984c7
}
.main-entrys ul li:nth-of-type(5) {
	background:#60b13a
}
.main-entrys ul li:nth-of-type(6) {
	background:#b94a1a
}
.entrys-s ul li {
	position:relative;
	width:33%;
	height:120px
}
.entrys-s ul li a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.entrys-s ul li h3,.entrys-s ul li img {
	position:relative;
	display:inline-block;
	height:80px;
	line-height:54px;
	margin-right:10px;
	padding:0;
	top:20%;
	right:auto;
	bottom:auto;
	left:auto;
	vertical-align:middle;
	 color: #f17b0ad1;
}
.entrys-s ul li:first-of-type {
	background-image:url(../images/icon_main_entrys_b2.svg);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#8dcbfe;
	border-radius:20px;
}
.entrys-s ul li:first-of-type h3 {
	color:#1782BB
}
.entrys-s ul li:last-of-type {
	background-image:url(../images/icon_main_entrys_b1.svg);
	background-repeat:no-repeat;
	background-position:right center;
	/* background-color:#f0f8f0 */
	background-color:#153cc6;
	border-radius:20px;
}
.entrys-s ul li:last-of-type h3 {
	/* color:#5FA663 */
	color:#fff
}
.column-custom-A {
	margin:40px auto;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between
}
.column-custom-A .col-left {
	width:790px
}
.column-custom-A .col-left .entrys {
	width:100%;
	padding-top:30px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between
}
.column-custom-A .col-left .entrys li {
	position:relative;
	margin:0 0 26px;
	width:350px;
	height:70px;
	text-align:center;
	font-size:16px;
	color:#1A81D2;
	border:1px solid #1A81D2;
	background:#eef7ff
}
.column-custom-A .col-left .entrys li a {
	position:absolute;
	width:310px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:inherit;
	font-size:inherit
}
.column-custom-A .col-right {
	width:380px;
	height:336px
}
.column-custom-A .col-right img {
	width:100%;
	height:100%
}
.slider-imgs {
	margin:40px auto
}
.slider-imgs .buttons {
	position:absolute;
	left:0;
	right:0;
	top:40%;
	transform:translateY(-50%)
}
.slider-imgs .buttons .next,.slider-imgs .buttons .prev {
	position:absolute;
	cursor:pointer
}
.slider-imgs .buttons .prev {
	left:10px
}
.slider-imgs .buttons .next {
	right:10px
}
.slider-imgs .container {
	position:relative;
	width:1580px;
	min-height:145px;
	margin:5px auto;
	overflow:hidden;
	margin-left:20px;
}
.slider-imgs .container ul {
	position:absolute;
	height:145px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin-left: 30px;
}
.slider-imgs .container ul li {
	display:inline-block;
	width:240px;
	margin:0 25px 0 0
}
.slider-imgs .container ul li img {
	display:block;
	width:240px;
	height:145px
}
.slider-imgs .container ul li a {
	color:inherit;
	font-size:inherit
}
.slider-imgs .container ul li:last-of-type {
	margin:0
}
.main-top-news,.slider-imgs.has-title,.sub-entrys {
	margin:40px auto
}
.slider-imgs.has-title .buttons {
	top:40%
}
.slider-imgs.has-title .container {
	min-height:195px
}
.slider-imgs.has-title .container ul li span {
	display:block;
	width:auto;
	font-size:14px;
	text-align:center;
	padding-top:10px;
	color:#262626
}
.main-top-news {
	text-align:center
}
.main-top-news a {
	font-size:inherit;
	color:inherit;
	font-weight:inherit
}
.main-top-news h2 {
	padding:0 0 10px;
	font-size:26px;
	font-weight:700;
	color:#284C9C
}
.main-top-news p {
	font-size:16px;
	color:#434343
}
.main-top-news p span {
	color:#284C9C;
	font-size:16px
}
.sub-entrys {
	padding:30px 0;
	background:#ececec
}
.sub-entrys .sub-entry-item {
	width:270px;
	height:75px;
	position:absolute
}
.sub-entrys .sub-entry-item a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:75px;
	line-height:75px;
	color:inherit;
	font-size:inherit;
	text-align:center
}
.sub-entrys .sub-entry-item h4,.sub-entrys .sub-entry-item img {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff
}
.sub-entrys .sub-entry-item:nth-of-type(1) {
	position:relative;
	width:580px;
	height:180px;
	background-color:#9c3d28;
	background-image:url(../images/icon_sub_entry_bg_1.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:68px
}
.sub-entrys .sub-entry-item:nth-of-type(1) a {
	height:180px;
	line-height:180px
}
.sub-entrys .sub-entry-item:nth-of-type(2) {
	top:0;
	left:620px;
	background-color:#289c6b
}
.sub-entrys .sub-entry-item:nth-of-type(3) {
	top:0;
	right:0;
	background-color:#28799c
}
.sub-entrys .sub-entry-item:nth-of-type(4) {
	bottom:0;
	left:620px;
	background-color:#9c7528
}
.sub-entrys .sub-entry-item:nth-of-type(5) {
	bottom:0;
	right:0;
	background-color:#6958d5
}
.breadcrumb {
	margin-bottom:40px
}
.breadcrumb .icon,.breadcrumb ul,.breadcrumb ul>li {
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	padding-right:8px;
	color:rgba(67,67,67,.6)
}
.breadcrumb .icon a,.breadcrumb ul a,.breadcrumb ul>li a {
	color:#434343;
	font-size:inherit
}
.breadcrumb .icon a:hover,.breadcrumb ul a:hover,.breadcrumb ul>li a:hover {
	text-decoration:underline
}
.breadcrumb li:after {
	content:"/";
	padding:0 0 0 12px;
	color:rgba(67,67,67,.6)
}
.breadcrumb li:last-of-type:after {
	content:""
}
.breadcrumb .icon {
	padding-right:15px
}
.breadcrumb .icon img {
	height:20px
}
.pagination {
	border-top:1px solid rgba(40,76,156,.2);
	padding-top:40px
}
.pagination ol,.pagination ol>li,.pagination span {
	display:inline-block;
	padding-right:10px;
	font-size:16px;
	color:#434343
}
.pagination ol a,.pagination ol>li a,.pagination span a {
	display:inline-block;
	padding:5px 10px;
	border:1px solid rgba(40,76,156,.3);
	border-radius:3px;
	color:#284c9c;
	font-size:inherit
}
.pagination span:last-of-type {
	padding-left:20px
}
.read-temp {
	margin:40px auto
}
.read-temp .read-wrap .read {
	width:100%;
	margin-right:50px
}
.read-temp .read-wrap .read h2 {
	font-size:32px;
	font-weight:bolder;
	color:#284c9c;
	text-align:center
}
.read-temp .read-wrap .read .article-info {
	margin-top:40px;
	padding:15px 0;
	text-align:center;
	border-top:1px solid rgba(40,76,156,.2);
	border-bottom:1px solid rgba(40,76,156,.2)
}
.read-temp .read-wrap .read .article-info span {
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	font-size:16px;
	color:#434343
}
.read-temp .read-wrap .read .article {
	margin:40px 0
}
.read-temp .read-wrap .read .article p {
	font-size:18px;
	color:#434343;
	line-height:2;
	padding-bottom:2px;
	word-break: break-word;
	text-indent: 2em;
}
.content-side h2,.list-temp .list-wrap .list h2 {
	font-size:24px;
	font-weight:700;
	color:#284c9c
}
.read-temp .read-wrap .read .article img,.read-temp .read-wrap .read .article p>img {

	    max-width: 95%;
	height:auto;
	text-align:center;
	margin-right: 30px;
}
.list-temp {
	margin:40px auto
}
.list-temp .list-wrap .list {
	width:100%;
	margin-right:50px
}
.list-temp .list-wrap .list ul li:nth-of-type(5n) {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed rgba(67,67,67,.2)
}
.list-temp .list-wrap .list ul li:last-of-type {
	border:0
}
.content-side {
	width:300px
}
.content-side .ad {
	margin-bottom:30px;
	border-bottom:1px solid rgba(40,76,156,.2)
}
.content-side .ad img {
	width:100%;
	height:auto;
	margin-bottom:30px
}









      .content-side .ad img {
             margin-bottom: 0px;
         }
 
         .content-side .ad p {
             margin-bottom: 30px;
             text-align: center;
             font-size: 1.4rem;
       
             overflow: hidden;
             text-overflow: ellipsis;
             white-space: nowrap;
         }
 
         .content-side .ad a {
             font-size: inherit;
             color: inherit;
         }
		 .foot {
		   background: #ebebeb;
		 }
		 .foot * {
		   -webkit-font-smoothing: antialiased;
		   -moz-osx-font-smoothing: grayscale;
		 }
		 .foot a:link,
		 .foot a:visited,
		 .foot a:hover {
		   text-decoration: none;
		 }
		 .foot .layout-1200 {
		   padding: 40px 0;
		 }
		 .foot .layout-1200 .item {
		   margin-right: 30px;
		 }
		 .foot .layout-1200 .item h4 {
		   padding-top: 20px;
		   font-size: 20px;
		   font-weight: bold;
		   color: #262626;
		   font-weight: bold;
		 }
		 .foot .layout-1200 .item ul {
		   padding: 15px 0 0;
		 }
		 .foot .layout-1200 .item ul li {
		   font-size: 14px;
		   padding: 0 0 5px;
		   display: inline-block;
		   min-width: 180px;
		   color: #262626;
		 }
		 .foot .layout-1200 .item a {
		   color: inherit;
		   font-size: inherit;
		 }
		 .foot .layout-1200 .item img {
		   width: 102px;
		   height: 102px;
		   display: block;
		   padding-bottom: 5px;
		 }
		 .foot .layout-1200 .item span {
		   font-size: 14px;
		   display: block;
		   width: auto;
		   text-align: center;
		 }
		 .foot .layout-1200 .item:last-of-type {
		   margin: 0;
		 }
		 
		 .copy {
		   background: #284c9c;
		   padding: 20px 0;
		 }
		 .copy img,
		 .copy .wah,
		 .copy .icp {
		   font-size: 14px;
		   display: inline-block;
		   vertical-align: middle;
		   color: #fff;
		   margin-right: 30px;
		   text-transform: uppercase;
		 }
		 .copy .logo {
		   height: 28px;
		 }
		 .copy .wa_logo {
		   height: 18px;
		   margin-right: 5px;
		 }


.bmnav_top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
        z-index: 9999;
}
.bmnav_top .nav_right_ul {
  position: absolute;
  right: 0px;
  display: inline-block;
}
.bmnav_top .nav_right_ul li {
/*   display: inline-block; */
}
.bmnav_top .nav_right_ul li a {
  color: #284c9c;
  font-size: 14px;
  font-weight: 500;
  padding-right:15px;
  border-right: 1px solid #ffff;
      vertical-align: middle;
}
.bmnav_top .nav_right_ul li a:hover {
/*   color: rgba(255, 255, 255, 0.87); */
}
.bmnav_top .nav_right_ul li:last-child a {
  border: 0;
}


.bmnav_top  img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

    .bmnav_top   .navrli ul {
            display: none;
            position: absolute;
            width: auto;
            background-color: #fff;
             border-top: 5px solid #284C9C; 
            /* top: 85px; */
             left: 50%; 
            /* transform: translateX(-50%); */
            box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
			    text-align: center;
				    z-index: 99999;
        }
        

   .bmnav_top      .navrli ul li {
            white-space: nowrap;
            height: 16px;
            padding: 5px 10px;
            line-height: 1;
            text-align: center;
        }

     .bmnav_top        .navrli ul li a {
                line-height: 1;
                font-size: 16px;
                color: rgba(55, 90, 168, 0.7);
            }

                .navrli ul li a:hover {
                    color: #284C9C;
            }



   .bmnav_top      .nav-item {
            white-space: nowrap;
            height: 16px;
            padding: 5px 10px;
            line-height: 1;
            text-align: center;
			    float: left;
	
        }

     .bmnav_top        .nav-item a {
                line-height: 1;
                font-size: 17px;
                color: #284c9c;
					display: block;
					padding-right: 14px;
				    padding-top: 3px;
    font-weight: 700;

            }

                .navrli ul li a:hover {
                    color: #284C9C;
            }

.bmnav_top .nav-item ul {
        display: none;
            position: absolute;
            width: auto;
            background-color: #fff;
             border-top: 5px solid #284C9C; 
            /* top: 85px; */
             left: 50%; 
            /* transform: translateX(-50%); */
            box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
			    text-align: center;
				    z-index: 99999;
					}
   .bmnav_top      .nav-item ul li {
            white-space: nowrap;
            height: 20px;
            padding: 5px 10px;
            line-height: 1;
            text-align: center;
        }

     .bmnav_top        .nav-item ul li a {
                line-height: 1;
                font-size: 16px;

                color: rgba(55, 90, 168, 0.7);
            }

                .navrli ul li a:hover {
                    color: #284C9C;
            }


   .bmnav_top    .bmtico
{

    white-space: nowrap;
    height: 16px;
    padding-top: 5px;
    line-height: 1;
    text-align: center;
    float: left;
}

.bmbaner li {
    /* opacity: 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 560px;
    transition: all 1s;
}


.bg_wrapper {
    background-image: url(/temple/image/banner_l01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.read-temp .read-wrap .read .article table {
    font-size: 18px;
    color: #434343;
    line-height: 2;
}




.navigator.nav-style-B .nav-item .on {
   /*  color: #262626!important;
    background: #f9f7f9; 
    border-bottom: 3px solid #fff;*/
     background-image: url(/temple/image/3jiao.png);

    background-repeat: no-repeat;
    background-position: bottom;

}


 .enarticle{font-size: 18px;
    color: #434343;
    line-height: 2;
    padding-bottom: 20px;
    word-break: break-word;

	}

	 .enarticle span{font-size: 18px;
    color: #434343;
    line-height: 2;
    padding-bottom: 20px;
    word-break: break-word;

	}



	
.bm-foot .linkBox{ background:#ebeef3; padding:40px 0;}
.bm-foot .links{ padding:60px 0 0; margin-bottom:60px;}
.bm-foot .f-links{ width:700px; float:left;}
.bm-foot .f-links b{ float:left; display:block; width:42px; font-size:16px; line-height:30px; color:#333; margin-right:10px;}
.bm-foot .select-group{float:left;display:block; width:100%; margin:0px auto; /* background:#fff; */padding-left:20px;}
.bm-foot .select-group,
.bm-foot .select-group .select-selected{height:30px;line-height:30px;font-size:18px;position:relative;text-align: left; color:#222; }
.bm-foot .select-group .select-selected{padding-right:60px;user-select: none;}

.bm-foot .select-group1{/* float:left;  */display:block; width:100%; margin:0px auto; /* background:#fff; */padding-left:20px;}
.bm-foot .select-group1,
.bm-foot .select-group1 .select-selected{height:30px;line-height:30px;font-size:14px;position:relative;text-align: left; color:#222; }
.bm-foot .select-group1 .select-selected{padding-right:60px;user-select: none;}
.bm-foot .select-group1 .select-options{position: absolute;width:100%;background: #fff;left:0px;bottom:100%;display: none;}

.bm-foot .links .select-value{display:list-item; line-height:30px; margin-right:20px; float:left; color:#000; font-size:40px; font-family:"CastleT";}
.bm-foot .select-group .select-arrow{position:absolute;width:30px;height:30px;top:0px;/* right:0px; */background:url(http://subsites.chinadaily.com.cn/yunnanuniversity/att/4579.files/i/arr_ico3.png) no-repeat center;font-size:0px; line-height:0px; cursor: pointer;}
.bm-foot .select-group .select-options{position: absolute;width:100%;background: #fff;left:0px;bottom:100%;display: none;}
.bm-foot .select-group ul{ background:#f9f9f9;}
.bm-foot .select-group li{font-size:16px;margin: 20px 20px;}
.bm-foot .select-group a{display:list-item;padding:5px 15px;line-height:20px;    color: #000;}
.bm-foot .select-group a:hover{background:#eee;text-decoration: none;}

.disclose-header{height:468px!important;background-image:url(../images/disclose_bg.jpg)!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important}.disclose-header 
.header-title{text-align:center}.disclose-header .header-title h1{padding:30px 0 10px;font-size:66px;color:#fff;text-shadow:0 8px 8px #0A1F4E}.disclose-header .header-title p{font-size:20px;text-transform:uppercase;color:#FFF;text-shadow:0 8px 8px #0A1F4E}.disclose-nav{margin-top:-40px;height:80px;background:linear-gradient(90.86deg,#284C9C 49.78%,#0F3383 96.06%,#446FD0 112.36%);box-shadow:0 4px 12px rgba(40,76,157,.36);border-radius:5px;overflow:hidden}
.disclose-nav ul li{font-size:20px;font-weight:500;color:#fff}
.disclose-nav ul li a{padding:0 50px;display:inline-block;height:80px;line-height:80px;color:inherit;font-weight:inherit;font-size:inherit}
.disclose-nav ul li a:hover{background:rgba(255,255,255,.1)}.disclose-entrys{margin:60px auto 20px}
.disclose-entrys .entry,.disclose-entrys .entry-first{background-repeat:no-repeat;background-size:100% 100%}
.disclose-entrys .entry a,.disclose-entrys .entry-first a{width:100%;display:inline-block;vertical-align:middle;font-size:18px;color:#fff;text-align:center}
.disclose-entrys .entry a img,.disclose-entrys .entry a span,.disclose-entrys .entry-first a img,.disclose-entrys .entry-first a span{display:inline-block;vertical-align:middle;font-size:inherit;color:inherit}
.disclose-entrys .entry a span,.disclose-entrys .entry-first a span{margin-left:5px}
.disclose-entrys .entry-first{width:93px;height:216px;background-image:url(../images/disclose_entry_bg_dwgk.jpg)}
.disclose-entrys .entry-first a{position:relative;width:100%;height:100%;display:block}
.disclose-entrys .entry-first a img,.disclose-entrys .entry-first a span{display:block;margin:0 auto}
.disclose-entrys .entry-first a img{padding:40px 0 10px;width:32px}.disclose-entrys .entry-first a span{width:18px;letter-spacing:3px}
.disclose-entrys .entry-other{width:1080px;flex-flow:row wrap}.disclose-entrys .entry-other .entry{height:93px;width:195px;margin-bottom:30px}
.disclose-entrys .entry-other .entry a{height:93px;line-height:93px}
.disclose-entrys .entry-other .entry:nth-of-type(1){background-image:url(../images/disclose_entry_bg_jcxx.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(2){background-image:url(../images/disclose_entry_bg_zsks.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(3){background-image:url(../images/disclose_entry_bg_cwzc.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(4){background-image:url(../images/disclose_entry_bg_rssz.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(5){background-image:url(../images/disclose_entry_bg_jxzl.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(6){background-image:url(../images/disclose_entry_bg_xsgl.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(7){background-image:url(../images/disclose_entry_bg_xfjs.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(8){background-image:url(../images/disclose_entry_bg_xwxk.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(9){background-image:url(../images/disclose_entry_bg_jlhz.jpg)}
.disclose-entrys .entry-other .entry:nth-of-type(10){background-image:url(../images/disclose_entry_bg_qtxx.jpg)}
.topnews-col+.col-half .col-entry-list li{padding-bottom:11px}
.disclose-info{padding:40px 0 30px;background:rgba(217,217,217,.2)}.disclose-info .info{width:575px}.disclose-info 
.info h2{padding:0 0 10px;margin-bottom:20px;position:relative;font-size:20px;font-weight:700;color:#284C9C}
.disclose-info .info h2:after{content:"";position:absolute;bottom:0;left:0;width:90px;height:2px;background:#284C9C}
.disclose-info .info .txt{padding-left:15px;padding-bottom:20px;border-left:1px solid rgba(40,76,156,.2);font-size:16px;line-height:2}
.disclose-info .info .txt a,.disclose-info .info .txt p{font-size:inherit;color:inherit}
.disclose-list .list-wrap .list ul li{padding:30px 0 30px 15px;font-size:18px;border-bottom:1px solid rgba(40,76,156,.2)}
.disclose-list .list-wrap .list ul li:last-of-type{border-bottom:1px solid rgba(40,76,156,.2)}.disclose-list .list-wrap .list .pagination{border:0}





	    .dw_tab .dw_title{width: 100%; display: flex;}
		.dw_tab .dw_title div{ float:left; padding:0 55px; cursor:pointer; line-height: 50px;font-size: 25px; font-weight: bolder; color: #284c9c; text-align: center;}
		.dw_tab .dw_title .on{ border-bottom:2px solid #284c9c; }
/* 
		.dw_tab .dw_content{ padding:15px;  zoom:1;  }
		.dw_tab .dw_content{  }
 */

 /* ������css */
		.dw_sideMen{ }
		.dw_sideMen .sideMentit{ height:50px; line-height:50px; padding-left:10px;  border:1px solid #e3e3e3; background:#f4f4f4; cursor:pointer;  font-size:18px;font-weight: 400;padding-left:30px;}
		.dw_sideMen .sideMentit em{ display:block; width:40px; height:32px;  cursor:pointer;position: absolute;left:10px }
	     .dw_sideMen .sideMentit em::before { content: "+";}
        .dw_sideMen .sideMentit.on em::before { content: "-";}
		.dw_sideMen .sideMenul{ border-left: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3; padding:8px 25px; color:#999; display:none; /* Ĭ�϶����� */ }



