﻿@font-face {
    font-family: "SourceHanSansCN";
        src: url("Source/SourceHanSansCN-Normal.woff2") format("woff2"),
        url("Source/SourceHanSansCN-Normal.woff") format("woff"),
        url("Source/SourceHanSansCN-Normal.ttf") format("truetype"),
        url("Source/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
        url("Source/SourceHanSansCN-Normal.svg") format("svg");
		font-display: swap;
  }
body{
	margin: 0;
	font-family: "SourceHanSansCN";
}
*{
	margin: 0 auto;
	padding: 0;
}
a{
	text-decoration: none;
}
ul{
	list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    margin: 0;
    padding:0;

}
header{
	float: left;
}
footer{
	float: left;
	background: #00647c;
}
h1{
	font-size: 36px;
	color: #FFF;
	letter-spacing: 5px;
	display: inline-block;
	-webkit-margin-before:0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
}
h2{
	font-size: 24px;
	color: #333;
	display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: bold;
    line-height: 32px;
}
h3{
	font-size: 20px;
	color: #333;
	display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 200;
    line-height: 30px;
}
.full-screen{
	width: 100%;
}
.centered{
	width: 1140px;
	margin: 0 auto;
	position: relative;
}




.topbar{
	/*height: 24px;*/
	border-bottom: 1px solid #DDD;
}
#search-form{
	float: right;
	padding-top: 44px;
}
.search-text-box{
	width: 30px;
    background-color: #f2f2f2;
    background-image: url(../images/search-icon.png);
    background-position: 8px 50%;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 0 8px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
  	outline: none;
}
.search-text-box.active{
	color: #666;
	padding:8px 2px 9px 30px;
}
.login-link{
	float: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
}
.site-name{
	float: right;
	margin-right: 50px;
	line-height: 24px;
}
.site-name a, .login-link a{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	letter-spacing: 1px;
}
.front-news-ul{
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.front-news-ul ul{
	display: table;
	margin: 0px auto;
}

.front-news-ul ul li{
	float: left;
	font-size: 24px;
	color: #545454;
	margin: 0 15px;
	padding-top: 13px;
	cursor: pointer;
	
}
.front-news-ul ul li.active{
	color: #00667f;
	border-top:3px solid #00667f;
	padding-top: 10px;
}
.front-news-tab{
	display: table;
	margin-top: 10px;
}
.left-hot-news{
	width: 500px;
	float: left;
	margin: 0 30px;
	overflow: hidden;
}
.left-hot-news .front-news-body{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38px;
}
.front-news-tab .front-tab-cnt:nth-child(3) .left-hot-news{
	width: 1140px;
	margin-right: 0;
	float: none;
}
.right-list-news{
	/* width: 360px; */
	float: left;
	margin: 10px 30px;
}
.front-news-title{
	padding:12px 0px;
	line-height: 24px;
}
.front-news-title a{
	font-size: 20px;
	color: #333;
	
}
.front-news-body{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 4px 20px;
	background: #f7f8fa; 
}
.front-news-time{
	padding: 6px 0px;
	position: relative;
	margin-top: 10px;
}
.front-news-time span{
	color: #999;
	font-size: 14px;
	border: 1px solid #D8E6E9;
	padding: 4px 6px;
	position: absolute;
	top:-18px;
}
.left-hot-news .front-news-time span{
	border: none;
	color: #FFF;
	background: #00A5DD;
}
.right-news-row{
	/* padding: 16px 0; */
	/* border-bottom: 1px solid #D8E6E9; */
	display: table;
	margin-bottom: 10px;
	clear: both;
}
/* .right-list-news .right-news-row:first-child{
	border-top:1px solid #D8E6E9;
} */
.right-news-row .front-news-time{
	padding: 0;
	float: left;
	margin-left: 20px;
}
.right-news-row .front-news-time span{
	position: relative;
	top: -10px;
}
.right-news-row .front-news-title{
	width: 800px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
}
.right-news-row .front-news-title a,.left-hot-news .front-news-title a{
	color: #00667f;
}
.right-news-row .front-news-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 18px;
}
.right-news-row .front-news-img{
	width: 200px;
	float: left;
}
.right-news-row  .front-news-body{
	padding:0;
	width: 800px;
	height: 40px;
	padding: 10px 20px;
	float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
	margin-left: 20px;
}
.more-news-link{
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.more-news-link a{
	padding: 14px 28px;
	letter-spacing: 1px;
	display: inline-block;
	color: #333;
	background: #00A5DD;

}
.more-news-link a:hover{
	background: #009959;
}
.front-intr-second{
	display: table;
}
.full-screen-three{
	width: 406px;
	/* display: table-cell; */
	height: 450px;
	float: right;
	/* border-left: 1px solid #D8E6E9; */
	margin-right: 120px;
}
.full-screen-three:first-child{
	border-left: none;
}
.front-intr-title{
	text-align: left;
	font-size: 48px;
	color: #1c7964;
	padding: 30px 0;
	font-weight: bold;
	margin-top: 40px;
}
.front-intr-body{
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
	height: 100px;
}
.front-intr-more{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.front-intr-more a{
	padding: 14px 28px;
	letter-spacing: 1px;
	display: inline-block;
	color: #fff;
	background: #009585;
}
.front-intr-more a:hover{
	background: #00A5DD;
	transition-delay: 0.2s;
	-moz-transition-delay:  0.2s; /* Firefox 4 */
	-webkit-transition-delay:  0.2s; /* Safari 和 Chrome */
	-o-transition-delay:  0.2s;
}

.full-screen-three .front-intr-more{
	text-align: left;
}
.front-intr-top{
	/*display: table;*/
	/* margin-bottom: 60px; */
	min-width: 1140px;
}
.front-intr-second{
	min-width: 1140px;
	background: url(../images/tshg_bg.jpg) no-repeat center center;
}
.front-intr-top .front-intr-log{
	text-align: center;
	/* height: 120px; */
	display: flex;
  	/* justify-content: center; */
  	align-items: center; 
}
.front-intr-top .front-intr-log img{
	width: 100%;
}
.front-intr-top .front-intr-body{
	width: 85%;
	color: #fee197;
	height: 156px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.front-intr-top .full-screen-three{
	border:none;
	vertical-align: top;
	/* padding: 30px 0; */
	width: 32.6%;
    display: inline-block;
	margin: 0 0.2%;
	overflow: hidden;
	height: 100%;
}
.front-intr-top .front-intr-more a{
	background: #fee197;
	/*opacity: 0.6;*/
	color: #333;
}
.front-intr-top .front-intr-more a:hover{
	background: #fff;
	opacity: 1;
	transition-delay: 0.2s;
	-moz-transition-delay:  0.2s; /* Firefox 4 */
	-webkit-transition-delay:  0.2s; /* Safari 和 Chrome */
	-o-transition-delay:  0.2s;
}
/* .front-intr-top .full-screen-three:nth-child(3n){
	background: #00667F;
}
.front-intr-top .full-screen-three:nth-child(3n+2){
	background: #00a7de;
}
.front-intr-top .full-screen-three:nth-child(3n+1){
	background: #81a2b0;
} */
/* 202009 */
.front-intr-bzh{
	/* background:#015a71 url(/themes/opg/images/togaf_bg.jpg) no-repeat center center;  */
	background:#015a71; 
	padding: 20px 0px;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.clr{
	clear: both;
}
.front-intr-bzh .bzh-content h2{
	font-size: 36px; 
	color: #9afff4; 
	line-height: 44px; 
	margin-top: 20px;
	margin-bottom: 20px;
}
.front-intr-bzh .bzh-content .f_l{
	margin-left: 48px;
	margin-top: -3px;
}
.front-intr-bzh .bzh-content .f_r{
	width:690px;
}
.front-intr-bzh .bzh-content p{
	font-size: 16px; 
	color: #9afff4; 
	width: 600px; 
	margin:0px 0px 7px 6px; 
	line-height:26px;
}
.front-intr-bzh .front-intr-more{
	text-align: left;
}
.front-intr-shzh{
	background:#fff url(../images/rzh_bg.jpg) no-repeat center center; 
	padding: 20px 0px; 
	height: 510px;
}
.front-intr-shzh .shzh_top{
	padding: 0px 35px 0px 90px;
}
.front-intr-shzh h2{
	font-size: 44px; color: #1c7964; 
	line-height: 80px; 
	text-align: right; 
	margin: 35px 0px 0px;
}
.front-intr-shzh .front-intr-more{
	text-align: left;
}
.front-intr-shzh .shzh-content p{
	width:670px; 
	margin:0px; 
	font-size: 16px; 
	line-height:28px; 
}
.front-intr-shzh .shzh_top .f_l{
	width:480px;
	margin-top: 20px;
}
.front-intr-shzh .shzh_top p{
	font-size: 16px; 
	line-height:28px;
	margin-top: 10px;
}
.front-intr-shzh .shzh_top .f_r{
	width:435px;
	margin-right: 40px;
}
.front-intr-rzh{
	background: #e5e5e5;
}
.front-intr-rzh .rzh_top .f_l{
	height:202px
}
.front-intr-rzh .rzh_top .f_r{
	width:760px;
}
.front-intr-rzh .rzh_top .f_r h2{
	font-size: 60px; 
	color: #1c7964; 
	line-height: 70px;
	margin-top: 30px;
}
.front-intr-rzh .rzh_top .f_r p{
	font-size: 20px; 
	line-height: 28px;
}
.front-intr-rzh .rzh-content{
	width: 1160px;
}
.front-intr-rzh .rzh-content li{
	font-size: 16px; 
	height:100px; 
	border-left: 3px solid #39847a; 
	padding-left: 18px; 
	background: #fff; 
	margin-bottom: 15px;
}
.front-intr-rzh .rzh-content li .title{
	font-size: 22px; 
	color: #1c7964; 
	line-height: 40px;
}
.front-intr-rzh .rzh-content li p{
	clear: both; 
	font-size: 16px; 
	line-height: 26px;
}
.front-intr-rzh .rzh-content .front-intr-more{
	text-align: right
}
.front-intr-top h2{
	text-align: center; 
	font-size: 60px; 
	color: #1c7964; 
	line-height: 120px;
}
.saq-list-row #block-opg-content a{
	color: #fff;
}

.friend-logo-title{
	font-size: 26px;
	color: #00667f;
	text-align: center;
	padding: 60px 0;
}
.front-friend-logo{
	display: table;
	float: left;
	/* margin-bottom: 60px; */
}
.front-friend-logo>div{
	display: none;
}
.front-friend-logo .friend-logo {
	overflow: hidden;
    width: 1140px;
    margin: 0 auto;
}
.friend-logo ul{
	display: table;
	float:left;
	width: 100%;
}
.friend-logo ul li{
	float: left;
	width: 14.1%;
	text-align: center;
	border-left:1px solid #D8E6E9; 
}
.friend-logo ul li a img{
	width: 95%;
}

.friend-logo ul li:first-child{
	border-left: none;
}
.footer-bg{
	background: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	/* background-attachment:fixed; */
	background-position: 15% 70%;
}
.footer-bottom-left{
	font-size: 14px;
	color: #ccc;
	float: left;
	line-height: 20px;
	padding: 20px 0;

}
.footer-bottom-gan{
	width:300px;
	margin:0 0 0 15px; 
	padding:20px 0; 
	float: left;
	color: #ccc;
}
.footer-bottom-gan p{
	float:left;
	height:20px;
	margin: 0px 0px 0px 5px;
	font-size: 14px
}
.footer-bottom-gan img{
	float: left;
}
.footer-bottom-link{
	float: right;
}
.footer-bottom-link ul{
	float: left;
	padding: 20px 0;
}
.footer-bottom-link ul li{
	float: left;
	
}
.footer-bottom-link ul li a{
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}
.footer-bottom-left a{
	color: #ccc;
}

.footer-bottom-link ul li:first-child a{
	border-left: none;
}
.footer-bottom{
	border-top: 1px solid #08718a;
}
.footer-top .centered{
	display: table;
	height: 300px;
}
.footer-left-about{
	float: right;
	clear: both;
}
.footer-left-abou-title{
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
	margin-top: 70px;
}
.footer-left-about-body{
	font-size: 14px;
	color: #333;
	line-height: 24px;

}
.footer-left-logo{
	padding-top: 125px;
}
.footer-right-ul {
	display: table-cell;
	float: right;
	vertical-align: top;
	margin-top: 40px;
}
.footer-right-ul>ul{
	display:table;
}
.footer-right-ul>ul>li{
	float: left;
	margin-left: 30px;
	max-width: 150px;
}
.footer-right-ul>ul>li>a{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.footer-right-ul>ul>li>ul>li>a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.footer-right-ul ul li:last-child{
	display: none;
}
.footer-social-media{
	float:right;
	padding-top: 30px;
}
.footer-social-media div{
	float: left;
	margin-left: 30px;
}
.mian-menu{
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	float: right;
	padding-top:37px;

}
.mian-menu>ul{
	float: left;
}
.mian-menu-pc{
	float: right;
	display: table;
}
.mian-menu-pc>ul{
	float: left;
}

.mian-menu-pc>ul>li{
	float: left;
	padding: 0 14px;
	position: relative;
}
.mian-menu-pc>ul>li>a, .mian-menu-pc>ul>li>span{
	padding-bottom: 36px;
	display: inline-block;
	font-size: 16px;
	color: #111;
}
.mian-menu-pc>ul>li>a:hover, .mian-menu-pc>ul>li>span:hover{
	color: #00A5DE;
	border-bottom: 3px solid #00A5DE;
	padding-bottom: 33px;

}
#superfish-main>li>ul>li>ul{
	background-color: #2d3f47
}
#superfish-main>li>ul>li>ul>li>a{
	font-size: 14px;
}
.mian-logo{
	width: 240px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.mian-logo a{
	display: block;
}
.mian-menu-second{
	position: absolute;
    z-index: 99;
    background: #6e7273;
}
.mian-menu-second>li>a, .mian-menu-second>li>span{
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	padding:10px;
	min-width: 140px;
}
.mian-menu-second>li>a:hover, .mian-menu-second>li>span:hover{
	background: #00A5DD;
}

#dl-menu-button{
    border: none;
    width: 60px;
    height: 60px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    outline: none;
    background: url(../images/menu-button-bg.png) no-repeat center center;
    background-size: 50%;
}
.moto-top{
	background: url(../images/moto-top-bg.png) no-repeat center center;
	background-size:cover;
	height: 240px;
	display: table;
}
.moto-top .subtitle{
	display: table;
	margin: 0 auto;
}

.moto-top .subtitle>div{
	float: left;
}
.moto-top .subtitle .subtitle-title{
	padding:0 8px; 
	color: #FFF;
	font-size: 14px;
}
.moto-top .subtitle .subtitle-line{
	width:60px;
	height:1px;
	margin:10px auto;
	padding:0;
	background-color:#D5D5D5;
	overflow:hidden;
}
.moto-top .centered{
	padding: 80px 0;
	text-align: center;
}

.bread-title .centered{
	display: table;
	padding: 20px 0;
}
.title{
	font-size: 16px;
	color: #333;
	float: left;
}
.breadcrumbs{
	float: right;
}
.breadcrumbs ul {
	float: left;
}
.breadcrumbs ul li{
	float: left;
	color: #666;

}
.breadcrumbs ul li a, .breadcrumbs ul li span{
	color: #666;
	font-size: 14px;
	margin:0 5px;
}
.container{
	background: #F5F5F5;
	float: left;
	display: table;
}
.left-content {
	float: left;
	margin: 50px 40px 50px 0 ;
	width: 840px;
}
.blog-list{
	float: left;
}
.blog-list-row{
	width: 398px;
	float: left;
	margin-bottom: 40px;
	border: 1px solid #DDD;
	background: #FFF;
}
.blog-list-row:nth-child(2n){
	margin-left: 40px;
}
#block-opg-content .node-blog .node-field-title h2{
    color: #2980b9;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
/*blog*/
.sidebar-second #block-opg-content .blog-list-row .field-img img{
	width: 100% !important;
	height: 269px;
}

.sidebar-second #block-opg-content .blog-list-row .field-title a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.sidebar-second #block-opg-content .blog-list-row .field-body{
	padding: 0;
	margin: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 62px;
}

.field-img a{
	display: block;
	/*line-height: 0;*/
}
.field-img a img{
	width: 100%;
	height: auto;
	display: block;
}
.field-title a{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	padding:16px 20px;
	display: inline-block;
}
.field-time-author{
	padding: 0 20px;
}
.field-time-author span{
	font-size: 12px; 
	color: #c3c3c3;
}
.time{
	padding-left: 20px;
	background: url(../images/time.png) 0 50% no-repeat;
	margin-right: 30px;

}
.author{
	padding-left: 20px;
	background: url(../images/author.png) 0 50% no-repeat;
}
.video{
	padding-left: 20px;
	background: url(../images/video.png) 0 50% no-repeat;
}
.source{
	padding-left: 20px;
	background: url(../images/source.png) 0 50% no-repeat;
}



.field-body{
	color: #666;
	font-size: 14px;
	line-height:22px;
	padding:20px; 
}

.pagination ul li a{
	border:1px solid #E7E7E7;
	font-size: 12px;
	padding: 10px 15px;
    display: inline-block;
    color: #666;
    float: left;
    margin-right: 10px;
    background-color: #FFF;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    border-radius: 2px;
}
.pagination ul li a:hover{
	background: #00A5DD;
    color: #fff;
    border:1px solid #00A5DD;
}
.pagination ul li a.current{
	background: #00A5DD;
    color: #fff !important;
    border:1px solid #00A5DD;
}
.right-sidebar{
	width: 255px;
	float: left;
	padding-top: 50px;
}
.block-tag{
	padding-bottom: 40px;
	float: left;
	width: 100%;
}
.block-title{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.block-tag ul{
	float: left;

}

.block-tag ul li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.block-tag ul li a{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding: 5px 10px;
	background: #fff;
	border:1px solid #E7e7e7;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.block-tag ul li a:hover{
	color: #FFF;
	background: #00A6De;
	border:1px solid #00A6De;

}
.block-my-blog{
	margin: 20px 0;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.block-my-blog a{
	font-size: 18px;
	color: #FFF;
	background: #009959;
	display: inline-block;
	line-height: 48px;
	padding: 0 90px;
}
.block-my-blog a:hover{
	background: #00824A;
}


.block-weibo{
	width: 100%;
	float: left;
	padding-bottom:20px;

}
.weibow-row{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.weibow-row>div{
	float: left;
}
.weibow-field-img{
	width: 74px;
	margin-right:12px;
}
.weibow-field-title, .weibow-field-time{
	width: 165px;
}
.weibow-field-title a{
	font-size: 14px;
	color: #333;

}
.weibow-field-time span{
	color: #C3C3C3;
	font-size: 12px;
}
.block-search{
	float: left;
	width: 100%;
	padding-bottom: 40px;
}
.block-search .form-text{
	float: left;
    color: #aaa;
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
    border-radius: 3px 0 0 3px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    width: 200px;
    padding: 10px 14px;
    line-height: 18px;
    height: 18px;
    border: 1px solid #e0e0e0;
    background: #FFF;
}
.block-search .form-submit{
	    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    margin: 0 0 0 -35px;
    background: #00A6De  url(../images/search.png) no-repeat ;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    z-index: 100;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-indent: -9999px;
}

.block-blog-time{
	float: left;
	width: 100%;
}
.year-select .month-select{
	float: left;

}
.block-blog-time {
	padding-bottom:  40px;
}
.block-blog-time select{
	width: 80px;
	height: 32px;
	float: left;
	margin-right: 10px;
}
.time-submit input{
	width: 60px;
	height: 32px;
	color: #FFF;
	background:  #00A6De;
	border:none;
	border-radius: 3px;
	cursor: pointer;
}

.time-submit input:hover{
	background: #009959;
}
.node{
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}

.node-field-img{
	padding-bottom: 30px;
}
.node-field-title{
	padding-bottom: 10px;
}
.node-author-about{
	float: none;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
.node-video .node-author-about{
	border-bottom: 1px solid #ddd;
}
.node-author-about span{
	font-size: 12px;
    color: #c3c3c3;
}
.node-author-about .video{
	margin-right: 30px;
}
.node-author-about>div{
	width: 50%;
	float: left;
}
.node-author-about>div>div{
	float: right;
}
.comments-sec-top{
	display: table;
	padding: 20px 0;

}
.comments-sec-top h3{
	padding-right: 12px;
	letter-spacing: 2px;
	display: table-cell;
}
.comment-count{
	font-size: 12px;
	color: #999;
}
.comment-user-thumb{
	display: table-cell;
	width: 50px;
	padding-right: 16px;
}
.comment-user-thumb img{
	width: 50px;
}
.bottom-user-comment {
	display: table;
	padding-bottom: 20px;
}
.bottom-user-comment .comment-form{
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.bottom-user-comment .comment-form textarea{
	width: 99%;
	border-color: #DDD;
}
.bottom-user-comment .form-actions {
	float: right;
	padding-top: 10px;
}
.bottom-user-comment .form-submit{
	border:none;
	background: #00A5DD;
	border-radius: 3px;
	color: #FFF;
	padding:8px 14px;
}
.comment{
	display: table;
	width: 100%;
}
.comment .user-thumb{
	display: table-cell;
	vertical-align: top;
	padding-right: 16px;
	width: 50px;
}
 .user-comment-content{
	display: table-cell;
	vertical-align: top;
}
.user-thumb img{
	width: 50px;
}
.user-comment-name span{
	color: #00A5DD;
}
.user-comment-content .content{
	color: #333;
	padding: 2px 0;
}
.submitted span{
	color: #999;
	padding-right: 20px;
}
.submitted a{
	color: #999;
}
.comment{
	padding:15px 0;
	border-bottom: 1px solid #DDD;
}
.comment.indented{
	margin-left: 30px;
}
.left-menu {
	float: left;
	position: absolute;
	top:50px;
	left:-50px;
}
.left-menu .blcok_title{
	background: #45626E;
    text-align: center;
    padding: 12px 0;
	color: #3CCEFF;
	font-size: 18px;
	width: 100px;
}
.left-menu ul{
	width: 100px;
	margin: 0;
	padding: 0;
}
.left-menu ul li a, .left-menu ul li span{
	color:#FFF; 
	display: inline-block;
	width: 100px;
	background: #45626E;
	text-align: center;
	padding: 12px 0px;
	font-size: 14px;
	
}
.left-menu ul li a:hover{
	color: 	#3CCEFF;
}
.left-menu ul li a.active{
	background: #324750;
	color: #3CCEFF;
}
.left-menu .is-expanded ul{
	display: none;
}
.left-menu .is-expanded ul.active{
	display: block;
}
.left-menu .is-expanded ul.active li a, .left-menu .is-expanded ul li span{
	background: #324750;
}
.left-menu .is-expanded ul a, .left-menu .is-expanded ul span{
	font-size: 14px;
}
.full-content{
	min-height: 300px;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.download-list{
	padding: 0 70px;
}
.download-list-row{
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #DDD;
}
.download-list-row .file-link-item a{
	color: #fff !important;
}
.download-list-row>div{
	display: table-cell;
	vertical-align: top;
}
.field-download-title{
	padding-left: 16px;
	font-size: 20px;
	color: #333;
	min-width: 580px;
}
.field-download-title .summary{
	margin-top: 6px;
}
.field-download-title .summary>div{
	font-size: 14px;
	color: #666 !important;
    line-height: 20px;
    padding-right: 30px;
    margin-left: 0 !important;
    margin:0 !important;
}
.field-download-title .summary>div>p{
	margin: 0 auto !important;
	white-space: normal ;
/*    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 32px;*/
}
.field-download-title .more{
	text-align: left;
    font-size: 14px;
    color: #3388ff;
    padding-right: 30px;
    cursor: pointer;
    display: none;
}
.field-zh-link a{
	width: 88px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	background: #00A6DE;
	display: inline-block;
	text-align: center;
	
}
.field-en-link a{
	width: 88px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	background: #009959;
	display: inline-block;
	text-align: center;
	margin-left: 15px;
	
}
.field-size{
	padding-right: 30px;
	color: #999;
	font-style: italic;
	width: 100px;
}
.download-list-tab{
	width: 100%;
	float: left;
	margin-top: 30px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.download-list-tab ul{
	display: table;
	margin: 0 auto;
}
.download-list-tab ul li{
	float: left;
	margin: 0 16px;
}
.download-list-tab ul li a{
	padding: 8px 0;
	display: inline-block;
	font-size: 18px;
	color: #333;
}
.download-list-tab ul li a.active{
	color: #00A6DE;
	border-bottom: 3px solid #00A6DE;
	padding-bottom: 5px;
}
ul.pager{
	float: left;
	padding: 40px 0;
	width: 100%;
}
.events-list{
	padding: 30px 70px;
}
.events-list-row{
	width: 100%;
	display: table;
	background: #F4F4F4;
	border-left:3px solid #009858;
	margin-bottom: 40px;
}
.events-list-row>div{
	display: table-cell;
	vertical-align: top;
}
.events-list-row>div.field-date{
	vertical-align: middle;
}
.events-list-row>div.field-other{
	padding-left: 20px;
}
.field-date{
	width: 128px;
}
.field-date>div{
	text-align: center;

}
.field-date .time-month{
	font-size: 60px;
	color: #333;
	line-height: 60px;
}
.field-date .time-year{
	font-size: 12px;
	color: #999;
}
.events-list-row .field-img{
	width: 180px;
}
.events-list-row .field-img img{
	display: inherit;
}

.events-list-row .field-time{
	padding: 5px 0;
}
.events-list-row .time{
	font-size: 12px;
    color: #999;
}
.events-list-row .field-title a{
	color: #666;
	font-size: 24px;
	padding: 5px 0 25px;
}
.location{
	padding-left: 20px;
    background: url(../images/location.png) 0 50% no-repeat;
    color: #999;
}
.group-list{
	padding: 30px 70px;
}
.group-list-content{
	float: left;
}
.group-list-row{
	float: left;
	width: 298px;
	border:1px solid #DDD;
	margin: 0 15px 50px;
}
.field-name{
	color: #333;
	font-size: 20px;
	padding: 10px;
}
.field-position{
	color: #009959;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
}
.field-introduction{
	font-size: 12px;
	padding:  10px 10px 20px 10px;
	line-height: 18px;
	color: #666;
}
.field-email{
	padding: 10px;
	color: #999;
	font-size: 12px;
}
.field-description{
	padding: 0px 10px 10px;
	color: #999;
    font-size: 12px;
}
.field-email span, .field-email a{
	font-size: 14px;
	color:#666;
}
.page-node-type-news .page-list #block-opg-content .node-field-title h2{color: #2980b9;font-size: 24px;font-weight: bold;line-height: 32px;}
.news-list{
	padding: 30px 70px;
}

#block-opg-content h3{
	margin: 1rem 0;
}
#block-opg-content p{
	margin: 6px auto;
}
.news-list-row{
	width: 100%;
	display: table;
	padding: 25px 0;
	border-bottom: 1px solid #DDD;
}
.news-list-row:first-child{
	padding-top: 0;
}
.news-list-row>div{
	display: table-cell;
	vertical-align: top;
}
.news-list-row .field-img{
	width: 20%;
}
.news-list-row .field-other{
	padding-left: 20px;
}
.news-list-row .field-news-body{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 60px;
}
.news-list-row .field-title a{
	padding: 0;
}
.field-author{
	padding: 5px 0;
}
.field-author span{
	color: #999;
	font-size: 12px;
}
.field-news-body{
	color: #333;
	font-size: 14px;
}
.position-list{
	padding: 30px 70px;
}
.position-field-about{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #eee;
	background: url(../images/down.png) 96% 50% no-repeat;
	color: #111;
	cursor: pointer;

}
.position-field-about span{
	color: #666;
}
.position-field-about.active{
	background:  #00A5DD url(../images/up.png) 96% 50% no-repeat;
	color: #FFF;
	border:none;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.position-field-about.active span{
	color: #FFF;
}
.position-field-about>div{
	width: 30%;
	float: left;
	margin-left: 3%;
	line-height: 24px;

}
.position-field-time{
	color: #666666;
	font-size: 16px;
	padding-bottom: 4px;
}
.position-field-title{
	font-size: 24px;
	color: #111;
	padding-bottom: 15px;
}
.position-field-detailed{
	float: left;
	padding:20px; 
	background: #FFF;
	display: none;
	border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.position-field-detailed.active{
	display: block;
}
.position-field-detailed>div{
	padding:10px 0;
}
.position-list-row{
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

/*.publications-list{
	padding:30px 70px;
}*/
.publications-list-row{
	width: 308px;
	float: left;
	margin-right: 35px;
	border:1px solid #DDD;
	margin-bottom: 35px;
}
.publications-list-row:nth-child(3n){
	margin-right: 0;
}
.publications-list .field-img {
	padding: 0;
	line-height: 0;
}
.publications-list .field-img img{
	width: 100%;

}
.publications-list .field-title a{
	padding: 16px 12px 5px 12px;
	font-size: 20px;
}
.publications-list .field-author{
	padding: 0 12px;
}
.publications-list .field-body{
	padding: 12px;
}
.publications-list .field-body p{
	margin: 0px;
}
.video-list{
	padding: 30px 70px;
}
.video-list-row{
	width: 310px;
	min-height: 278px;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;

}
.video-list-row:nth-child(3n){
	margin-right: 0;
}
.video-list-row .field-img{
	padding: 0;
}
.video-list-content .field-img{
	border:1px solid #ccc;
}
.video-list-row .field-author span{
	margin-right: 10px;
}
.video-list-row .field-title a{
	font-size: 20px;
	padding: 5px 0;
	line-height: 28px;
}
.video-list{
	float: left;
}
.path-video .video-list-row .field-title a{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
     box-sizing: border-box;
	height: 62px;
}
/*视频详情页面*/
.node-video{
	border-bottom:none;
}
.node-video .node-field-title{
	margin-top: 20px;
}
.node-video #node-commnet{
	margin-top: 20px;
}
.node-video #node-commnet form{
	overflow: hidden;
}
.node-video #node-commnet form .js-text-format-wrapper{
	margin-top: 20px;
}
.node-video #node-commnet form .form-submit{
	float: right;
}
.block-video .video-row>div.field-img{
	margin-right: 10px;
}
.block-video .video-row>div.field-title a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px;
    box-sizing: border-box;
}

.list-tab{
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDD;
	border-top:1px solid #DDD;
	margin-bottom: 40px;
}
.list-tab ul{
	display: table;
	margin:0 auto;
}
.list-tab ul li{
	float: left;
	margin: 0 16px;
}
.list-tab ul li a{
	padding: 8px 0;
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.list-tab ul li a.active{
	color: #00A6DE;
    border-bottom: 3px solid #00A6DE;
    padding-bottom: 5px;
}
.saq-list{
	padding: 30px 70px;
}
.list-content{
	float: left;
	width: 100%;
}
.saq-list-row{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.saq-list-row .field-title{
	font-size: 18px;
	padding: 12px;
	padding-right: 80px;
	color: #111;
	border: 1px solid #DDD;
	border-radius: 3px;
	background: url(../images/down.png) 96% 50% no-repeat;
	cursor: pointer;

}
.saq-list-row .field-title.active{
	color: #FFF;
	background: #00A6DE url(../images/up.png) 96% 50% no-repeat;
	border:none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.saq-list-row .field-title.active a{
	color: #FFF;
	/* background: #00A6DE url(../images/up.png) 96% 50% no-repeat;
	border:none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px; */
}

.saq-list-row .field-body{
	padding: 12px;
	display: none;
	color: #333;

}
.saq-list-row.active{
	/*background: #00A6DE;*/
	border-radius: 3px;
}
.saq-list-row.active .field-body{
	display: block;
    border: 1px solid #DDD;
    border-radius: 0px; 
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.project-list{
	padding: 30px 70px;
}
.project-list-row{
	display: table;
	float: left;
	width: 100%;
	padding: 0px !important;
	border-top: 10px solid #00A6DE;
	margin-bottom: 40px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.project-list-row>div{
	display: table-cell;
	vertical-align: top;
}
.project-list-row .field-img{
	width: 144px;
	padding:28px;
	border-right: 1px solid #ccc;
}
.project-list-row .field-other{
	padding:28px;
}
.project-list-row .field-title a{
	padding: 0 15px;
	font-size: 20px;
	line-height: 26px;
}
.project-list-row .field-title a:hover{
	text-decoration: underline;
}
.project-list-row .field-body{
	padding: 15px;
}
.block-video .video-row{
	margin-bottom: 15px;
	float: left;
}
.block-video .video-row>div{
	float: left;
}
.block-video .field-img{
	width: 74px;
}
.block-video .field-title, .block-video .field-author{
	width: 165px;
}
.block-video .field-title a{
	font-size: 14px;
    padding: 0;
    line-height: 18px;
}
.block-video .field-author .time{
	margin-right: 5px;
}
/*menu 二级菜单加箭头*/
ul.sf-menu>li.child>a:after{
	content: "";
	width:10px ;
	height: 10px;
	background:url(../images/arrow.png) no-repeat center;
    display: inline-block;
    margin-left: 6px;
}
ul.sf-menu>li.child>ul>li.child>a:after{
	content: "";
	width:10px ;
	height: 10px;
    display: inline-block;
    margin-left: 6px;
	background:url(../images/arrow-w.png) no-repeat center;
}


ul.sf-menu a, ul.sf-menu span.nolink{
padding:1em 1em 2em 1em;
color:#000;
}
ul.sf-menu a.sf-depth-1, ul.sf-menu span.sf-depth-1{
border-bottom:2px solid #fff;
}
ul.sf-menu a.sf-depth-1:hover, ul.sf-menu span.sf-depth-1:hover{
color:#00A5DE;
border-bottom:2px solid #00A5DE;
}
.skin-default{
position:relative;
}
.views-slideshow-controls-bottom{
position:absolute;
bottom:20px;
width:100%;
z-index:5;
}
.views-slideshow-controls-bottom .views_slideshow_pager_field{
width:1140px;
margin:0 auto;
}
.views-slideshow-controls-bottom .views_slideshow_pager_field .views_slideshow_pager_field_item{
float:left;
margin-left:16px;
}
.views-slideshow-controls-bottom .views_slideshow_pager_field .views-content-title{
text-indent:-9999px;
width:10px;
height:10px;
border-radius:5px;
background:#FFF;
}
.views-slideshow-controls-bottom .views_slideshow_pager_field .active .views-content-title{
width:24px;
}
.views-slideshow-controls-bottom .views_slideshow_pager_field .views-content-title:hover{
width:24px;
}
.views-slideshow-controls-top{
position:absolute;
top:45%;
z-index:5;
width:100%;
}
.views-slideshow-controls-top #views_slideshow_controls_text_previous_slideshow-block_1 a{
text-indent: -9999px;
float:left;
width:56px;
height:56px;
background:url(../images/slider-l.png);
}
.views-slideshow-controls-top #views_slideshow_controls_text_pause_slideshow-block_1{
display:none;
}
.views-slideshow-controls-top #views_slideshow_controls_text_next_slideshow-block_1 a{ 
float:right;
text-indent:-9999px;
width:56px;
height:56px;
background:url(../images/slider-r.png);
}
ul.sf-menu li.sfHover > ul{
background: #45626E;
top: 4rem;
border-top: 2px solid #00A5DE;
}
ul.sf-menu li.sfHover > ul li a:hover, ul.sf-menu li.sfHover > ul li span:hover{
color:#3CCEFF;
}
ul.sf-menu li.sfHover > ul li a, ul.sf-menu li.sfHover > ul li span{
color:#FFF;
padding:1em;
}

/*视频页面*/
#my-video .vjs-big-play-button{
	top: 45%;
    left: 50%;
    margin-left: -45px;
}
#user-register{
	margin: 50px 0;
}
#user-register .form-item{
	margin-bottom: 25px;
}
#user-register input{
	height: 38px;
	width: 350px;
	border: 1px solid #DDD;
    border-radius: 2px;
    padding: 0 5px;
}
#user-register input.mobile-number{
	width: 240px;
}
#user-register label{
	width: 120px;
	text-align: right;
	float: left;
	margin-right: 8px;
	line-height: 38px;
	letter-spacing: 1px;
}
#user-register label span{
	color: red;
	margin-right: 3px;
}
#user-register select{
	height: 38px;
	width: 120px;
}
#user-register input.user-register-btn{
	margin-left: 128px;
	width: 120px;
	color: #FFF;
	background: #009959;
	border: none;
	border-radius: 3px;
}
#user-register input.mobile-btn{
	margin-left: 20px;
	width: 96px;
	color: #FFF;
	background: #333;
	border: none;
	border-radius: 3px;
}

#gray{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    display: none;
    z-index: 998;
}
.popup{
	width: 400px;
    height: auto;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    border: 1px solid #ebeaea;
    left: 400px;
    top: 96px;
    display: none;
}

.popup  a.guanbi{
	background: url(../images/popup_guanbi.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.popup-content-login{
	padding:45px;
}
.popup-content-logo{
	text-align: center;
	padding-bottom: 20px;
}
#user-login .form-item{
	width: 100%;
}
#user-login input{
	width: 96%;
	padding: 0 2%;
	border:1px solid #DDD;
	height: 38px;
	margin-bottom: 20px;
	border-radius: 3px;
}
#user-login input.user-login-btn{
	font-size: 16px;
	letter-spacing: 2px;
	background: #009959;
	color: #FFF;
	width: 100%;
	padding: 0;

}
.user-login-password-link{
	width: 50%;
	float: left;
	text-align: left;
}
.user-login-password-link a{
	font-size: 14px;
	color: #666;
}
.user-login-registered-link a{
	font-size: 14px;
	color: #00A5DE;
}
.user-login-registered-link{
	width: 50%;
	float: left;
	text-align: right;
	
}
.popup-content-title{
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.popup-content-title>div{
	width: 40%;
	float: left;
}
.popup-content-title>div>hr{
	border:none;
	background-color: #DDD;
	height: 1px;
}
.popup-content-title .popup-content-label{
	text-align: center;
	color: #666;
	font-size: 14px;
	width: 20%;
}
/*登录*/
#cboxContent #cboxClose{
	top: 0;
}
#user_login_form_pop{
	width: 390px;
}
#user_login_form_pop .pop-logo img{
	display: block;
	margin:0 auto;
}
#user_login_form_pop .pop-header{
	text-align: center;
	width: 80%;
    margin: 0 auto;
}
#user_login_form_pop .pop-header h4{
	color:#aaa;
	margin:20px 0;
	position: relative;
	font-weight: 100;
}
#user_login_form_pop .pop-header h4:before{
	content: "";
	display:block;
	height: 1px;
	background:#ccc;
	position: absolute;
    width: 100px;
    top: 12px;
    left: 0px;
}
#user_login_form_pop .pop-header h4:after{
	content: "";
	display:block;
	height: 1px;
	background:#ccc;
	position: absolute;
    width: 100px;
    top: 12px;
    right: 0px;
}
#user_login_form_pop .pop-login-form{
	width: 80%;
    margin: 0 auto;
}
#user_login_form_pop .pop-login-form .user-login-form .form-item{
	margin-bottom: 15px;
}
#user_login_form_pop .pop-login-form .user-login-form .form-item label{
	display: none;
}
#user_login_form_pop .pop-login-form .user-login-form .form-item input{
	width: 100%;
}
#user_login_form_pop .pop-login-form .user-login-form .form-actions-submit-item input{
	width:100%;
	margin-left: 0;
}
#user_login_form_pop .pop-login-form .user-login-form .link-login-register .link-button{
	font-size: 14px;
}
#user_login_form_pop .pop-login-form .user-login-form .link-login-register .link-button a:nth-child(1){
	color: #aaa;
}
#user_login_form_pop .pop-login-form .user-login-form .link-login-register .link-button a:nth-child(2){
	float: right;
	color: #1294d6;
}
/*个人信息页面*/
.user-logged-in.path-user .centered .left-content{
	overflow: hidden;
	float: none;
	margin: 50px auto;
	width: auto;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
}
.user-logged-in.path-user .centered .left-content{
	position: relative;
}
.user-logged-in.path-user .centered .left-content>div{
	background-color: #F5F5F5;
	box-sizing: border-box;
}
.user-logged-in.path-user .centered .left-content .user-left{
	width: 24%;
	float: left;
}
.user-logged-in.path-user .centered .left-content .user-left li{
	/*border-bottom: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    padding: 29px 60px;
    background: #e6e6e6;
}
.user-logged-in.path-user .centered .left-content .user-left li.active{
	background: #F5F5F5;
	/*border-right: 1px solid #F5F5F5;*/
}
.user-logged-in.path-user .centered .left-content .user-left li a{
	font-size: 16px;
	color:#333;
}
.user-logged-in.path-user .centered .left-content .user-left li a:link{
	color:#333;
}
.user-logged-in.path-user .centered .left-content .user-left li a:visited{
	color:#333;
}
.user-logged-in.path-user .centered .left-content .user-left li a:hover{
	color:#333;
}
.user-logged-in.path-user .centered .left-content .user-left li a:active{
	color:#333;
}

.user-logged-in.path-user .centered .left-content .user-right{
	margin-left: 23.9%;
	width: 76%;
	padding: 30px;
	/*border-left: 1px solid #ccc;*/
	position: relative;
	/*min-height: 600px;*/
}
.user-logged-in.path-user .centered .left-content .user-right .user-right-header-title{
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
    color: #333;
}
.user-logged-in.path-user .centered .left-content .user-right .user-r-h{
	position: absolute;
    right: 28px;
    top: 35px;
    font-size: 14px;
}
.user-logged-in.path-user .centered .left-content .user-right .user-r-h a{
	color: #fff;
	background-color: #1294d6;
	padding: 5px 15px;
	border-radius: 2px;
}
.user-logged-in.path-user .centered .left-content .user-right .item-list  ul li{
	list-style-type: none;
}
.user-logged-in.path-user .centered .left-content .user-right .item-list  ul .views-field{
	overflow: hidden;
	border-bottom:1px solid #e6e6e6;
    padding: 21px 0;
    font-size: 14px;
    line-height: 18px;
}
.user-logged-in.path-user .centered .left-content .user-right .item-list  ul .views-field:last-child{
	border-bottom: none;
}
.user-logged-in.path-user .centered .left-content .user-right .item-list  ul .views-field .views-label{
	float: left;
	width: 15%;
    text-align: right;
    margin-right: 3.5%;
    color: #999;
}
.user-logged-in.path-user .centered .left-content .user-right .item-list  ul .views-field .field-content{
	color: #333;
}
/*banner*/
.main_visual .views-field-field-image .banner-img{
	height: 520px;
	background-size: cover !important;
}
/* main_image */
.main_visual{height:520px;overflow:hidden;position:relative;}
.main_image{height:520px;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:520px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:520px;}
.main_image li img{display:block;width:100%;height:520px}
.main_image li a{display:block;width:100%;height:520px}
div.flicking_con{position:absolute;top:400px;left:50%;z-index:98;width:300px;height:21px;margin:0 0 0 -50px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url('../images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/hover_right.png) no-repeat right top;right:100px;}

/*search*/
#views-exposed-form-search-node-page-1 .form-item-search-api-fulltext{
	float: left;
}
#views-exposed-form-search-node-page-1 .form-item-search-api-fulltext input#edit-search-api-fulltext{
	height: 28px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 5px;
}
#views-exposed-form-search-node-page-1 #edit-submit-search-node{
	height: 32px;
    background:rgb(0,166,222);
    color: #fff;
    border: none;
    padding: 0 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.video-list-content .field-img .video-play-btn{
	position: absolute;
    top: 34%;
    left: 50%;
    margin-left: -25px;
    background: url(/themes/opg/images/play.png) center no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    cursor: pointer;
}
.video-list-content .field-img .video-play-btn span{
	visibility: hidden;
}
.path-search-node #block-opg-content .views-row{
	padding: 28px 0;
    border-bottom: 1px solid #ddd;
}
.views-row .views-field-title span a{
	color:rgb(0,166,222);
}
.views-row .views-field-rendered-item{
	margin-top: 12px;
}
.views-row .views-field-rendered-item span.field-content{
	font-size: 12px;
    line-height: 24px;
    color: #777;
}
.views-row .views-field-rendered-item span.field-content a{
	color:#005a8c;
}
.views-row .views-field-nothing{
	font-size: 12px;
	color: #ccc
}
.views-row .views-field-nothing .user-name{
	float: left;
    margin-right: 15px;
    color:rgb(0,166,222);
}
/*活动页面*/
.page-node-type-event #block-opg-content .event_header{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-node-type-event #block-opg-content .event_header .event_title{
	float: left;
	color: #2980b9;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.page-node-type-event #block-opg-content .event_header .event_register_link{
	float: right;border: 1px solid #2980b9;
    padding: 0 10px;
    border-radius: 7px;
}
.page-node-type-event #block-opg-content .event_header .event_register_link:hover{
	background-color:  #2980b9;
}
.page-node-type-event #block-opg-content .event_header .event_register_link:hover a{
	color: #fff;
}
.page-node-type-event #block-opg-content .event_header .event_register_link a{
	color: #2980b9;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.page-node-type-event #block-opg-content .event_address_time{
	font-size: 16px;
	overflow: hidden;
}
.page-node-type-event #block-opg-content .event_address_time .event_address_list div>div:nth-child(2),.page-node-type-event #block-opg-content .event_address_time .event_datetime div>div:nth-child(2){
	font-weight: bold;
}
.page-node-type-event #block-opg-content .event_address_time .event_address_list,.page-node-type-event #block-opg-content .event_address_time .event_datetime{
	float: left;
}
.page-node-type-event #block-opg-content .event_address_time .event_datetime>div{
	display: inline-block;
}
.page-node-type-event #block-opg-content .event_address_time .event_datetime>div.event-date-tiem{
	font-weight: bold;
}
.page-node-type-event #block-opg-content .event_address_time .event_address_list{
	margin-right: 20px;
}
.page-node-type-event #block-opg-content .event_address_time .event_address_list div>div,.page-node-type-event #block-opg-content .event_address_time .event_datetime div>div{
	display: inline-block;
}
.page-node-type-event #block-opg-content .event_body h3{
	color:#333;
}
/*会员风采*/
.path-membership .publications-list-row{
	box-sizing: border-box;
}
.path-membership .publications-list-row .field-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}
.path-membership .publications-list-row .field-body{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 62.67px;
    padding: 0;
    margin: 12px;
}
/* 导航样式 2020-09-23 */
.tb-megamenu{
	background-color: #fff;
}
.tb-megamenu-nav .op_menu{
	background-color: #fff;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link{
	color: #006b8a !important;
	border-right: none;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret{
	border-bottom-color: #006b8a;
    border-top-color: #006b8a;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #006b8a;
  border-bottom-color: #006b8a;
}
.tb-megamenu .nav li.dropdown.open .caret,
.tb-megamenu .nav li.dropdown.open.active .caret,
.tb-megamenu .nav li.dropdown.open a:hover .caret,
.tb-megamenu .nav li.dropdown.open a:focus .caret {
  border-top-color: #006b8a;
  border-bottom-color: #006b8a;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus, .tb-megamenu .nav > .active > span.tb-megamenu-no-link, .tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover, .tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus{
	background-color: #fff;
}
.tb-megamenu .dropdown-menu li > a, .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link{
	color: #006b8a;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .mega-nav .mega-group > .mega-group-title:focus, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus{
	color: #006b8a;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title{
	padding: 7px 0px;
}
.tb-megamenu .dropdown-menu{
	border-bottom-color: #006b8a;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle{
	background-color: #fff;
	border-right-color: #fff;
}
@media screen and (max-width: 415px){
.tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse{
	display: grid;
}
	.site-name{
		float: left;
	}
    .centered{
        width: 100%;
    }
    header{
    	height: 60px;
    }
    header.full-screen .centered{
        overflow: inherit;
    }
    #search-form{
        display: none;
    }
    .mian-menu{
        position: relative;
    }
    #dl-menu-button{
        position: static;
    }
    .mian-logo{
        float: right;
        width: 50%;
        margin-top: 3%;
        padding: 0;
    }
    .mian-logo img{
    	width: 100%;
    }
    .mian-menu{
        float: left;
        padding-top: 0px;
    }
    #dl-menu-button{
    	display: none;
    }
    .mian-menu-pc{
        display: block;
        position: relative;
        z-index: 8;
    }
 /*   .mian-menu-pc.active{
        display: block;
    }*/
    #block-mainnavigation{
        width:123px;
    }
    .mian-menu-pc .sf-accordion-toggle{
    	width: 60px;
    	height: 60px;
    	background: url(../images/menu-button-bg.png) no-repeat center center;
    	background-size: 50%;
    	margin: 0;
    }
    .mian-menu-pc .sf-accordion-toggle a{
    	display: inline-block;
    	height: 100%;
    }
    .mian-menu-pc .sf-accordion-toggle a span{
    	visibility: hidden;
    }
    #superfish-main-accordion{
    	    background: #45626E;
    }
    .mian-menu-pc.active.superfish-main{
    	display: block; 
    }
    .mian-menu-pc ul.sf-menu a{
    	color: #fff
    }
    ul.sf-menu.sf-accordion li ul li{
    	background: #81a2b1
    }
    ul.sf-menu.sf-accordion li ul li ul li{
    	background: #999;
    }
    ul.sf-hidden{
    	display: none !important;
    }
    ul.sf-menu a.sf-depth-1:hover{
    	border-bottom:none;
    }
    ul.sf-menu a.sf-depth-1{
    	border-bottom:none;
    }
    /*menu 二级菜单加箭头*/
ul.sf-menu>li.child>a:after,ul.sf-menu>li.child>ul>li.child>a:after{
	background:url(../images/arrow-d.png) no-repeat center;
}
    /*banner*/
    .main_visual{
        height:auto;
    }
    .main_visual .views-field-field-image .banner-img{
        height: 138px;
    }
    .views-slideshow-controls-top{
        display:none;
    }
    /*TAB 选项卡*/
    .front-news-ul{
        margin:0 auto;
    }
    .front-news-ul ul{
        display: block;
        background: #e6e6e6;
        overflow: hidden;
    }
    .front-news-ul ul li{
        color:#666;
        background: #e6e6e6;
        margin:0;
        font-size: 18px;
        width: 25%;
        padding:3% 0;
    }
    .front-news-ul ul li.active{
        border-top: none;
        color: #ffffff;
        background: #00a5dd;
        padding:3% 0;
    }
    /*TAB 选项卡---新闻*/
    .front-news-tab{
        display: block;
    }
    .left-hot-news{
        width:100%;
    }
    .left-hot-news .front-news-img img{
        width:100%;
        height:auto;
    }
    .right-list-news{
        width:100%;
        margin-top: 20px;
    }
    .right-news-row .front-news-title{
        width: 100%;
		margin-left: 0px;
		float: left;
    }
    .right-news-row .front-news-img{
		/* float: right; */
		display: none;
    }
    .right-list-news .right-news-row{
        width:98%;
        margin:0 auto;
        box-sizing: border-box;
		padding: 15px 12px;
		display: block;
    }
    .right-news-row .front-news-title a{
        font-size: 16px;
    }
    /* .right-news-row .front-news-time{
    	padding: 12px 0;
    } */
    .right-news-row .front-news-body{
		/* display: none; */
		padding: 0px;
		width: 100%;
		margin-left: 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
    }
    /*tab weibo*/
    .share_self{
    	height: 305px;
    }
    .front-news-tab .front-tab-cnt:nth-child(3) .left-hot-news{
    	width: 100%;
    }
    /*六大模块*/
	.front-intr-top{
		margin-bottom:0;
		min-width: auto;
	}
	.front-intr-second{
		min-width: auto;
		padding-top: 165px;
		background: url(../images/tshg_bg_small.jpg) no-repeat center top;
	}
    .front-intr-top .full-screen-three{
        width: 100%;
        display: block;
        margin-top: 12px;
    }
    .front-intr-top .front-intr-log{
        height:auto;
    }
    .front-intr-top .front-intr-log img{
        width: 98%;
    }
    .front-intr-top .front-intr-body{
        width:85%;
        margin-top: 15px;
    }
    /*六大块-下三块*/
    .front-intr-second .full-screen-three{
        width: 100%;
        display: block;
		margin-top: 12px;
		margin-right: auto;
		padding:20px 0;
		height: auto;
    }
	.full-screen-three .front-intr-body{
		margin-top: 15px;
		min-height: auto;
		width: 85%;
		height: auto;
	}
    .front-intr-second .front-intr-title{
        font-size: 32px;
		padding: 0;
		text-align: center;
    }
	.front-intr-top .front-intr-body{
        width: 85%;
        margin-top: 15px;
        min-height: auto;
	}
	.front-intr-rzh{
		background-color: #e5e5e5;
	}
	/*logo*/
	.front-friend-logo{
		/*display: block;*/
		margin-bottom: 36px;
	}
	.friend-logo-title{
		font-size: 18px;
		padding: 20px 0;
	}
	.front-friend-logo .friend-logo{
		width:100%;
	}
	.friend-logo ul li{
		height: 66px;
		width: 24%;
	}
	.friend-logo ul li:nth-child(1){
		margin-left: 3%;
	}
	.friend-logo ul li:nth-child(5){
		border-left: none;
		margin-left: 15%;
	}
	/*footer*/
	.footer-top{
		/*border-bottom: none;*/
	}
	.footer-top .centered{
		padding-top: 40px;
		padding-bottom: 0;
	}
	.footer-top .centered>div{
		display: block;
		float: none;
		width:100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	/* .footer-top .centered .footer-left-about{
		padding-top: 55px;
		position: relative;
	} */
	.footer-top .centered .footer-left-about .footer-left-logo{
		position: absolute;
		top: 0;
		padding-top: 0;
	}
	.footer-top .centered .footer-left-about .footer-left-logo img{
		width: 78%;
	}
	.footer-top .centered .footer-right-ul ul{
		display: none;
	}
	.footer-social-media{
		float: none;
	    overflow: hidden;
	    text-align: center;
	    padding: 4% 0;
	}
	.footer-social-media div{
		margin: 0 26px;
		float: none;
		display: inline-block;
	}
	.footer-right-ul>ul>li{
		float: none;
		margin-left:0;
	}
	.footer-right-ul>ul>li>a{
		font-size: 18px;
	}
	.footer-right-ul>ul>li>ul{
		margin-top: 8px;
	}
	.footer-right-ul>ul>li>ul>li>a{
		color:#00a5dd;
	}
	.footer-bottom-left,.footer-bottom-link{
		text-align: center;
		padding-bottom: 0;
		width: 100%;
	}
	.footer-bottom-gan{
		width: 80%;
		text-align: center;
		margin-left: 20%;
		padding: 0px;
	}

	.footer-bottom-link ul{
		float: none;
	    padding: 12px 0;
	    overflow: hidden;
	}
	.footer-bottom-link ul li{
		display: inline-block;
		float: none;
	}
	/*登录框*/
	#user_login_form_pop{
		width: 100%
	}
	/*weixin LOGO*/
	#weixin_logo img{
		width: 100%;
		height: auto;
	}
	/*内容页-大title*/
	.moto-top{
		height: 140px;
	}
	.moto-top .centered{
		padding:9% 0;
	}
	/*内容-容器*/
	.page-list{
		padding:5% !important;
	}
	/*内容-文字*/
	.page-list #block-opg-content h2{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.page-list #block-opg-content h3{
		font-size: 1.2rem;
	}
	.page-list #block-opg-content p{
		font-size: 0.9rem;
	}
	.page-list #block-opg-content ul li{
		font-size: 0.9rem;
	}
	/*内容-列表*/
	.group-list-row,.publications-list-row,.video-list-row{
		float: none;
		width: 100%;
		margin: 20px auto;
	}
	.group-list-row .field-img img{
		width: 100%
	}
	/*内容-认证分类*/
	.project-list-row .field-other{
		padding: 5%
	}
	.project-list-row .field-other .field-title a{
		padding: 0
	}
	.project-list-row .field-other .field-body{
		padding: 0
	}
	.list-tab{
		float: none;
	}
	.list-tab ul a{
		margin:0 4% !important;
	}
	.list-tab .form-select{
		margin-left: 0 !important;
	}
	/*视频列表*/
	.path-video .list-tab{
		margin-bottom: 20px;
	}
	.path-video .list-tab ul{
		overflow: hidden;
		display: block !important;
	}

	/*视频详情页面*/
	.left-content{
		width: 100%;
		padding: 0;
	}
	.page-node-type-video .container .centered{
	    padding: 5%;
		box-sizing: border-box;
	}
	.my-video-dimensions{
		width: 100% !important;
		height: 160px !important;
	}
	.page-node-type-video .right-sidebar{
		padding-top: 0;
	}
	/*活动事件*/
	.events-list{
		padding: 0
	}
	.events-list-row{
		padding: 5%;
    	box-sizing: border-box;
	}
	.events-list-row>div{
		display: block;
		width: 100%;
	}
	.events-list-row>div.field-other{
		padding-left: 0px;
	}
	.events-list-row .field-title a{
		padding: 5px 0;
	}
	.events-list-row>div.field-date>div{
		display: inline-block;
	}
	/*博客列表页面*/
	.path-blog .container,.page-node-type-blog .container,.page-node-type-subject-areas .container{
		display: block;
	}
	.blog-list-row:nth-child(2n){
		margin-left: 0;
	}
	.blog-list-row{
		width: 100%;
	    padding: 5% !important;
	    float: none !important;
	    box-sizing: border-box;
	    margin: 20px 0;
	}
	.path-blog .container .left-content .blog-list{
		float: none;
	}
	.blog-list-row .field-img img{
		width: 100%;
		height: auto !important;
		display: block;
	}
	.sidebar-second #block-opg-content .blog-list-row .field-title a{
		font-size: 1.3rem;
	}
	.sidebar-second #block-opg-content .blog-list-row .field-body{
		margin:10px 20px;
	}
	.right-sidebar{
		width: 100%;
		padding: 5% !important;
		box-sizing: border-box;
	}
	.block-search .form-text{
		width: auto;
	}
	.block-search{
		padding-bottom: 20px;
	}
	/*博客详情*/
	.node-blog{
		padding: 5%;
    	width: 100%;
    	box-sizing: border-box;
	}
	.node-blog .node-field-body img{
		width: 100% !important;
		height: auto;
	}
	/*内容中有表格的情况下*/
	.tableWarp{
		width: 370px;
	    height: auto;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    /* white-space: nowrap; 10月27日 */
	    margin: 0 0 2rem 0;

	}
	.tableWarp:after{
		content: "（向右滑动查看）";
	    display: inline-block;
	    height: 50px;
	    position: absolute;
	    left: 50%;
	    margin-left: -47px;
	}
	/*新闻列表页面*/
	.news-list-content .field-img{
		text-align: center;
		display: block;
	}
	.news-list-row .field-other{
		display: block;
		padding-left: 0;
	}
	.field-other .field-title a{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}
	/*menu*/
	#block-mainnavigation{
		width: 100%;
	}
	#block-mainnavigation.active{
		position: fixed; 
    	background: rgba(0,0,0,0.5); 
    	top: 0;
    	left: 0;
    	padding-top: 26.33px; 
    	height: 800px;
	}
	#block-mainnavigation.active #superfish-main-accordion{
	    width: 123px;
	    overflow: scroll;
	    height: 400px;
	}
	.sf-clone-parent{
		display: none;
	}
	/*内部左侧导航菜单*/
	.container .left-menu{
		float: none;
		position: inherit;
		top: auto;
		left: auto;
	}
	.left-menu .blcok_title{
		width: auto;
	}
	.container .left-menu ul{
		justify-content: space-between;
	    display: flex;
	    text-align: center;
	    width: auto;
	}
	.container .left-menu ul li{
		flex: auto;
	}
	.container .left-menu ul li a{
		width: 100%;
	}
	#block-opg-content{
		overflow: hidden;
		width: 372.6px;
	}
	/*top*/
	.topbar,.bread-title{
		padding: 0 5%;
    	box-sizing: border-box;
	}
	header{
		padding-right:5%;
    	box-sizing: border-box;
	}
	/*图书馆*/
	.path-resources .download-list-tab{
		float: none !important;
	}
	.path-resources .download-list-row{
		display: block;
	}
	.path-resources .download-list-row>div{
		display: inline-block;
	}
	.path-resources .field-img{
		width: auto;
	}
	.path-resources .field-download-title{
		min-width: auto;
		width: 50%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    box-sizing: border-box;
	}
	.field-download-title .summary>div{
		padding-right: 0;
		white-space: normal;
	}
	.path-resources .field-size{
		float: right;
		margin-top: 24px;
    	padding-right: 5px;
    	width: auto;
	}
	.path-resources .file-link-item{
		width: 45%;
		text-align: center;
		margin-top: 15px;
	}
	
	/* 202009 自适应 */
	.left-hot-news{
		margin: 0px auto;
	}
	.right-list-news{
		margin: 0px auto 10px;
	}

	.front-intr-bzh{
		background:#015a71; 
	}
	.front-intr-bzh .bzh-content .f_l{
		width: 98%;
		text-align: center;
		margin-left: 0px;
		margin-top: 0px;
	}
	.front-intr-bzh .bzh-content .f_r{
		width: 98%;
		/* float: left; */
		/* text-align: center; */
	}
	.front-intr-bzh .bzh-content p{
		width: 100%;
	}
	.front-intr-more{
		text-align: center !important;
		margin: 20px auto;
		padding: 0;
	}
	.front-intr-shzh{
		background: none;
		height: auto;
	}
	.front-intr-shzh .shzh_top{
		width: 98%;
		padding: 0;
	}
	.front-intr-shzh .shzh_top .f_l{
		width: 98%;
	}
	.front-intr-shzh .shzh_top .f_r{
		display: none;
	}
	.front-intr-shzh h2{
		text-align: center;
		margin-top: 0px;
	}
	.front-intr-rzh .rzh_top .f_l{
		width: 98%;
		text-align: center;
	}
	.front-intr-rzh .rzh_top .f_r{
		width: 98%;
	}
	.front-intr-rzh .rzh_top .f_r h2{
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	.front-intr-rzh .rzh-content{
		width: 98%;
		margin-top: 10px;
	}
	.front-intr-rzh .rzh-content li{
		height: auto;
	}
	.footer-left-abou-title{
		margin-top: 0px;
	}
	.front-intr-shzh .shzh-content p{
		width: 98%;
	}
	.footer-bg{
		background-position: 70% 10%;
	}
	.right-news-row .front-news-title a,.left-hot-news .front-news-title a{
		font-size: 16px;
	}
	.front-news-title{
		padding: 12px;
	}
	.front-news-time{
		padding: 6px 12px;
	}
	.right-news-row .front-news-time{
		margin-left: 0px;
	}
	.footer-bottom{
		height: 280px;
	}
	
}
@media screen and (max-width: 376px){
	#block-opg-content{
		width: 337.8px;
	}
	.tableWarp{
		width: 336px;
	}
}
@media screen and (max-width: 320px){
	#block-opg-content{
		width: 288px;
	}
	.tableWarp{
		width: 285px;
	}
}	

.popup-info {
	display: flex;
	margin: 3px;
	text-align: left;
}

.popup-info .popup-label {
	flex: none;
	width: 7em;
}

.popup-info .popup-field-content {
	flex: 1;
}

.popup-info .popup-field-content a {
	text-decoration: underline;
}

.popup-btn {
	margin-top: 10px;
}

.popup-btn a {
	padding: 6px 30px;
	color: #FFF;
	border-radius: 4px;
	background-color: #00667f;
	font-size: 14px;
}

span.list-open-detail {
	padding: 6px 30px 6px 14px;
	border: 1px solid #00667f;
	color: #00667f;
	font-size: 14px;
	background: #ffffff url(/sites/default/files/images/event/2021-07/arrow.svg) no-repeat;
	background-position: 75px;
}

span.list-open-detail:hover {
	cursor: pointer;
}

a.list-application-btn {
	padding: 6px 30px 6px 14px;
	font-size: 14px;
	border: 1px solid #00667f;
	color: #ffffff;
	background: #00667f url(/sites/default/files/images/event/2021-07/arrow_hover.svg) no-repeat;
	background-position: 75px;
}

.views-field-nothing {
	text-align: center !important;
}
