@charset "utf-8";

/* CSS Document */

#mainContent2 .blog-warp .news-title a:link,
#mainContent2 .blog-warp .news-title a:visited {
	color: #ffffff;
	text-decoration: none;
}

#mainContent2 .blog-warp a:hover {
	color: #1e8ae7 !important;
	color: #1e8ae7;
	text-decoration: none;
}

.blog-warp {
	margin-right: -10px;
}

.mar-right-0 {
	margin-right: 0px;
}

.blog-content {
	width: 100%;
}

.blog-box {
	color: #ffffff;
	float: left;
	font-weight: 200;
	height: 100%;
	position: relative;
	border: 1px solid #cccccc;
	overflow: hidden;
}

.blog-content .post {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}


/*.blog-content .blog-box:nth-child(even) {
				margin-left: 10px;
			}*/

.enter-content-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.enter-content-box-35 a:hover, .pagemodule .pager-inside li a:hover {
	text-decoration: none!important;
}

.enter-content {
	background: #666666;
	background: rgba(81, 81, 81, 0.85);
	box-sizing: border-box;
	min-height: 46%;
	overflow: hidden;
	padding: 9px 9px 9px 10px;
	width: 100%;
	z-index: 20;
	display: block;
	height: 64px;
}

.enter-content-new {
	background: #ffffff;
	height: auto;
	padding: 20px 10px 0px 10px;
}

.enter-header {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	max-height: 60px;
	/*white-space: nowrap;*/
}

.enter-content-text {
	margin: 0;
	padding: 8px 10px 20px 8px;
	background: #ffffff;
}

.blog-content .news-title {
	font-weight: normal;
	color: #ffffff;
	font-size:16px;
	line-height:1.6em;
	/*max-height: 45px;
				overflow: hidden;*/
}

#mainContent2 .enter-content-text p,
.enter-content-text p {
	display: inline-block;
	line-height: 1.6em;
	margin-bottom: 10px;
	height: 46px;
	width: 100%;
	overflow: hidden;
	color: #58585b;
}

.enter-header h2 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.4em;
}

.blog-content .post {
	margin-bottom: 20px;
	margin-right: 10px;
}

.enter-content-text .date-show {
	font-size: 12px;
}

.enter-content-text .read-more {
	font-weight: 700;
	width: 100%;
	font-size: 14px;
}

.enter-content-text .read-more .icon-gengduo {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
}

.enter-content-text .read-more .icon-gengduo:before {
	content: "\e60a";
}

.enter-content-text .read-more:hover i {
	transform: translateX(2px);
}

.tag-box {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 4px 5px;
	background: #f2f2f2;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 12px;
	left: 0;
	max-height: 22px;
	overflow: hidden;
}

.tag-text {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	width: 60px;
	text-align: center;
	border-left-width: 0;
	font-style: italic;
}


/*-----right bottom pager-----*/

.pagemodule {
	background: #eeefef;
	padding: .7em 1.5%;
	text-align: center;
	margin: 1.5em 0 1em 0;
	border-radius: 0;
}

.pagemodule .control-pre,
.pagemodule .control-next {
	float: left;
	margin: 0;
	padding: 0;
	outline: 0;
}

.pagemodule .control-next {
	float: right;
}

.pagemodule .control-pre span,
.pagemodule .control-next span {
	border-width: 0;
	background: 0;
	color: #333333;
}

.pagemodule .pager-inside {
	display: inherit;
	margin: 5px 0;
}

.pagemodule .pager-inside a {
	color: #333333;
}

.pagemodule .pager-inside li {
	margin: 0 .2em;
	display: inline-block;
}

.pagemodule .pager-inside li a {
	padding: .5em .2em;
	min-width: 2.4em;
	border: 1px solid #c7c7c7;
}

.pagemodule .pager-inside li.active-page a {
	text-decoration: none;
	background: 0;
	color: #919d9d;
	cursor: default;
	border-color: #c7c7c7;
}

.pagemodule .pager-inside li span:hover {
	z-index: 2;
	color: #333333;
	background-color: transparent;
	border-color: 0;
	cursor: default;
}

.pager-inside li.disabled a,
.pager-inside li.disabled a:hover {
	background: 0;
	color: #919d9d;
	cursor: default;
}

.pager-inside li.disabled:not(.control-pre) a {
	min-width: 0;
}


/*-----pager end-----*/
    .blog-content .post {
        width: 31%;
        margin-right:3.5%;
    }

    .blog-content .blog-box:nth-child(3n) {
        margin-right: 0;
    }

.blog-box img {
	transition: all .5s ease-out;
}
.blog-box a>img {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    min-height: auto;
    max-height: 100%;
    vertical-align: bottom;
}

.blog-box a.webinarpic>img {
	min-width: 328px;
	max-width: auto;
	min-height: 235px;
	max-height: auto;
	vertical-align: bottom;
}

.blog-box:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.current a,
.active a {
	color: #0066cc
}


/**region webinar style add**/

.blog-content-flex {
	position: relative;
	display: flex;
	flex-flow: wrap;
}
.post-main{
	width:100%;
}
.post-region {
	flex: none;
	width: 32% !important;
	margin-right: 2% !important;
}

.post-region:nth-child(3n+3) {
	margin-right: 0% !important;
}

.enter-content-text .read-more-region {
	padding: 10px 12px;
	border: 1px solid #476174;
	border-radius: 3px 3px;
}

.enter-content-text .read-more-region:hover {
	text-decoration: none !important;
}
.pos-mar {
	position: relative;
	margin-top: -100px;
}


/**new style for search**/

.top-banner-container {
	width: 100%;
	max-width: 1920px;
	height: 250px;
	margin: 0 auto;
	background-image: url(/gsimages/support/top-bar-special-collection-2019.jpg?v=2);
	background-size: auto;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
}

.top-banner-text {
	color: #ffffff;
	width: 100%;
	max-width: 1024px;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
}

.top-banner-text .h-style-1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: normal;
}

.section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container-text {
	width: 100%;
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
	padding: 40px 0px;
}

.container-text p {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.font16 {
	font-size: 16px;
}

.top-banner-text p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}


/**search wrap**/
.positionmenu a:link, .positionmenu a:visited {
	color: #0066cc;
	text-decoration: none;
}
.positionmenu a:hover, .positionmenu a:active {
	color: #0066cc;
	text-decoration: underline;
}
.layui-input-inline input {
	cursor: pointer;
}

.positionmenu {
	margin-bottom: 10px;
}
.container-text-2 {
	padding: 20px 0;
}

.gs-searchwrap {
	position: relative;
	border: 1px solid #e4e3e3;
	padding: 4px 15px;
}

.searchwrap-item {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
	display: flex;
	line-height: 24px;
}


.searchwrap-item:last-child {
	border-bottom: none;
}

.searchwrap-item-left {
	width: 100px;
	text-align: left;
	padding: 5px 5px;
}

.searchwrap-item-right {
	position: relative;
	flex: 1;
	padding-right: 20px;
	overflow: hidden;
}

.searchwrap-item-right a,
.searchwrap-item-right a:link,
.searchwrap-item-right a:visited {
	padding: 0 10px;
	margin: 5px 5px 5px 0;
	color: #58585b !important;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
}

.searchwrap-item-right a:hover,
.searchwrap-item-right a.active {
	background: #ecf3fa;
	text-decoration: none !important;
}

.item-down {
	position: absolute;
	right: 0px;
	top: 5px;
	cursor: pointer;
}

.item-down-2 {

	transform: rotate(-180deg);
}

.item-down i {
	color: #ccc;
}

.item-down:hover i {
	color: #58585b;
}

.item-down.active {
	transform: rotate(-180deg);
}

.item-down-2.active {
	transform: rotate(0deg);
}

.search-show {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

.search-show li {
	display: inline-block;
	padding: 18px 10px;
	font-size: 18px;
	margin-right: 20px;
	cursor: pointer;
}
.search-show li>a,
.search-show li>a:visited,
.search-show li>a:link{
	color:#58585b !important;
	text-decoration: none !important;
}
.search-show li.active {
	color: #00489f;
	box-shadow: 0 3px 0 #00489f;
}
.search-show li.active>a,
.search-show li.active>a:visited,
.search-show li.active>a:link{
	color: #00489f !important;
	text-decoration: none !important;
}
.layui-input {
	text-align: center;
	line-height: 24px;
	background-color: #FFFFFF;
	/* background-position: right center; */
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	color: #222222;
	outline: medium none;
	padding: 0px 6px;
	border-radius: 3px;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.layui-input:hover,
.layui-input.active {
	background: #ecf3fa !important;
	text-decoration: none !important;
	border: none !important;
	line-height: 24px !important;
	border-radius: 3px !important;
	padding: 0 !important;
}

.viewoptions {
    width: auto;
    position: absolute;
    right: 0;
    top: 18px;
}



/**main page list start**/

.webinarpic-32 {
	width: 32%;
	overflow: hidden;
	display: block;
	border-right: 1px solid #e2e2e2;
}

.webinarpic-32>img {
	border-right: 1px solid #e2e2e2;
	min-width: 328px;
	max-width: 328px;
	min-height: 235px !important;
	max-height: 235px !important;
}

.enter-content-box-35 {
	width: 65%;
	left: 35%;
	top: 0;
}
.height-auto{
	height:auto !important;
}

@media only screen and (max-width:1366px) {
	.top-banner-container {
		background-position: -280px 0px;
	}
}

@media only screen and (max-width:1024px) {
	.top-banner-container {
		background-position: -632px 0px;
	}
	.top-banner-text .h-style-1 {
		font-size: 36px;
	}
	.container-text {
		padding: 20px 15px;
	}
	.top-banner-text {
		padding-left: 60px;
	}
        .blog-content .post {
            width: 48.25%;
        }
        .blog-content .post:nth-child(3n) {
            margin-right:3.5%;
        }
        .blog-content .post:nth-child(2n) {
            margin-right:0;
        }
}

@media only screen and (max-width:768px) {
	
	.viewoptions {
    right: 15px;
    top: 9px;
}

	.searchwrap-item {
		display: block;
	}
	
	.resource-item {
		width: 100%;
	}
	.container-text {
		padding: 20px 15px;
	}
	.top-banner-container {
		padding: 0 10px;
		background-size: auto;
		background-position: -980px 0px;
	}
	.top-banner-text .h-style-1 {
		font-size: 36px;
	}
	.top-banner-text {
		text-align: center;
		padding-left: 0;
	}
	.webinarpic-32 {
		display: none;
	}
	.enter-content-box-35 {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}
	.enter-content-text {
		padding: 5px 10px 25px;
	} 
	.searchwrap-item-left {
	width: 100%;
	font-weight: 700;
	}
	.searchwrap-item-right {
		width: 100%;
		padding-right: 0;
	}
	.gs-searchwrap {
		padding: 10px 15px;
	}
	.layui-laydate-range {
	width:280px;
	overflow-x: auto;
	margin: 0 auto;
        }

.blog-box a>img {
	min-width: 100%;
	max-width: 100%;
	min-height: 235px;
	max-height: 235px;
	vertical-align: bottom;
}
}

@media only screen and (max-width:767px) {
	.post-region {
		flex: none;
		width: 100% !important;
		margin-right: 0% !important;
	}
	.post-region:nth-child(3n+3) {
		margin-right: 0% !important;
	}
	.post-region:nth-child(2n+2) {
		margin-right: 0% !important;
	}
	.pos-mar {
		position: relative;
		margin-top: -160px;
	}
        .blog-content .post:nth-child(3n) {
            margin-right:0%;
        }
        .blog-content .post:nth-child(2n) {
            margin-right:0;
        }
}
