﻿
                    .home .box-half-width {margin-left: 0!important;margin-right: 0!important; width: 50% !important;}
.new5-list {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px;
}
.new5 {
	opacity: 1;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.new5.t-111 {
	background: #b0b0b0;
}
.square {
	opacity: 1;
	position: relative;
	padding: 10px;
	width: 100%;
	float: left;
	overflow: hidden;
	height: 100%;
	background: #b0b0b0;
	text-align: justify;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.square:hover {
	opacity: 0.8;
}
.new5 .square.image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.square.title {
	position: relative;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px !important;
	height: 50px !important;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.new5 .square .text {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.new5 .new-info {
	font-size: 0.8em;
	color: #e0e0e0;
	line-height: 0.9em;
}
.new5 .new-head {
	color: #ffffff;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	paddinG: 5px;
	width: 100%;
	word-break: break-word;
}
.new5 .new-body {
	font-size: 1.1em;
	color: #3c647c;
	line-height: 0.9em;
}

.new5.t-110 .square {
	background: transparent;
	background-position: center center;
	background-size: 100% 100%;
}

.new5.t-110 .new-head {
	position: absolute;
	top: -10px;
	left: 100%;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	background: #ccc;
	align-items: center;
	display: flex;
	opacity: 0.9;
	color: #3c647c;
}
.new5.t-110:hover .new-head {
	left: 0px;
}

.new5.t-010 .new-head {
	margin: 0px;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	align-items: center;
	display: flex;
}

.new5.t-111 .new-head, .new5.t-111 .new-body {
	position: absolute;
	margin: 0px;
	top: 60%;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40%;
	opacity: 0.8;
	text-align: left;
}
.new5.t-111 .new-info {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	color: #3c647c;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	display: none;
}
.new5.t-111 .new-head {
	line-height: 1.2em;
	left: 0px;
	background: #fff;
	color: #3c647c;
}
.new5.t-111 .new-head>div {
	max-height: 3.5em;
	overflow: hidden;
}
.new5.t-111 .new-body {
	left: 100%;
	background: #cccccc;
	color: #3c647c;
	line-height: 16px;
}
	
.new5.t-111:hover .new-head {
	left: -100%;
}
.new5.t-111:hover .new-body {
	left: 0px;
}
.new5.t-111:hover .new-info {
	display: none;
}
/** HOME **/

.home .box-full-width, .home .box-one-fifth-width, .home .box-two-fifth-width , .home .box-three-fifth-width , .home .box-four-fifth-width {
	margin-bottom: 10px;
}
.box-one-fifth-width {
	width: 210px;
	position: relative;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-two-fifth-width .square  {
	height: 396px;	
}
.box-two-fifth-width {
	width: 396px;
	position: relative;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.box-three-fifth-width .square  {
	height: 620px;	
}
.box-three-fifth-width {
	width: 620px;
	position: relative;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-four-fifth-width .square  {
	height: 830px;
}
.box-four-fifth-width {
	width: 830px;
	position: relative;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/** line settings **/

.line .box-four-fifth-width .square, .box-four-fifth-width .line  .square  {
	height: 100%;
}
.line .new5-list{
	padding: 0 !important;
}
.line .new5 {
	width: 200px;
	float: left;
	margin-right: 10px;
	height: 200px;
}
.line .new5:last-child {
	margin-right: 0!important;
}
.line * {margin-bottom: 0!important;}

.event-border .new5 .new-info, .highlight-border .new5 .new-info, .research-border .new5 .new-info {
	display: none;
}
.new-border .new5 {
	border-top: 4px solid #ee4c9b !important;
	}
.event-border .new5 {
	border-top: 4px solid #f7962c !important;
	}
.research-border .new5 {
	border-top: 4px solid #96c93d !important;
	}	
.highlight-border .new5 {
	border-top: 4px solid #2dc5f4 !important;
	}
.icon-border .new5.t-110 .new-head{
	padding: 4px;
}
.icon-border .new5 {
	border: 1px solid #3c647c;
	/**border-right: 4px solid #96c93d !important;**/
	}

.line.new-area , .line.new-area .new5-list {
	background: #ee4c9b;
}
.line.event-area , .line.event-area .new5-list {
	background: #f7962c;
}
.line.highlight-area , .line.highlight-area .new5-list{
	background: #2dc5f4;
}
.line.quick-area .new{border: 5px solid #25b6bb;}
.line.new-area .new5{border: 5px solid #ee4c9b;}
.line.event-area .new5{border: 5px solid #f7962c;}
.line.highlight-area .new5 {border: 5px solid #2dc5f4;}
.line.new-area .new5, .line.event-area .new5, .line.highlight-area .new5 {
	width:200px;
	height: 200px;
}
.line.new-area .new5:last-child, .line.event-area .new5:last-child, .line.highlight-area .new5:last-child {
	margin-right: 0!important;
}
                