#Inner ul.news{float: left;width: 1020px;}
#Inner ul.news li{clear: both;border-bottom: 1px dashed #CDCDCD;padding-bottom: 10px;margin-bottom: 10px;}
#Inner ul.news li::after{clear: both;content: "";display: block;height: 0;visibility: hidden;}
#Inner ul.news li > a{display: inline-block;border: 2px solid #FFFFFF;padding: 1px;}
#Inner ul.news li > a:hover{border: 2px solid #00B282;}
#Inner ul.news li img{max-width: 180px;float: left;}
#Inner ul.news li dl{float: right;width: 666px;margin-right: 160px;color: #8C8C8C;line-height: 16px;}
#Inner ul.news li dt{line-height: 20px;font-size: 14px;padding-bottom: 5px;}
#Inner ul.news li dt a{font-size: 13px;color: #4A4A4A;font-weight: bold;padding: 5px 0;display: inline-block;line-height: 12px;}
#Inner ul.news li dd{font-size: 14px;}
/*hot*/
#Inner .hot-information{float: right;width: 360px;margin-top: -50px;}
#Inner .hot-information h2{font-size: 18px;color: #474747;font-weight: bold;text-transform: uppercase;line-height: 50px;border-bottom: 3px solid #E4E4E4;position: relative;}
#Inner .hot-information h2:before{content:"";width: 12px;height: 3px;position: absolute;background-color: #11B085;bottom: -3px;}
#Inner .hot-information dl{border-bottom: 1px dashed #CDCDCD;padding-bottom: 10px;margin-top: 10px;}
#Inner .hot-information dt a{color: #3A3A3A;font-weight: bold;display: inline-block;padding: 5px 0px;font-size: 14px;}
#Inner .hot-information dd{color: #959494;font-size: 13px;}
/*details*/
#Inner .newsDetails{width: 1010px;float: left;}
#Inner .newsDetails h1{margin-bottom: 0;}
#Inner .newsDetails .release{font-size: 13px;color: #8C8C8C;line-height: 24px;border-bottom: 1px dotted #CCCCCC;margin-bottom: 15px;padding-bottom: 7px;}
#Inner .newsDetails .content{color: #8C8C8C;line-height: 24px;padding-bottom: 50px;font-size: 14px;}
#Inner .newsDetails .content p{font-size: 14px;}
#Inner .newsDetails .content strong{color: #4A4A4A;}
#Inner .newsDetails .content img{float: left;margin-right: 10px;}
#Inner .newsDetails + .hot-information{margin-top: 0;}
@media screen and (max-width: 767px)
{
	#Inner ul.news{float: none;width: auto;}
	#Inner ul.news li{padding-left: 7px;padding-right: 7px;}
	#Inner ul.news li > a{display: block;margin: 0 auto;}
	#Inner ul.news li img{float: none;display: block;margin: 0 auto;}
	#Inner ul.news li dl{float: none;width: auto;width: 100%;margin-right: 0;}
	#Inner ul.news li dt{text-decoration: underline;}
	#Inner ul.news li dt a{line-height: 18px;}
	/*hot*/
	#Inner .hot-information{display: none;}
	/*details*/
	#Inner .newsDetails{width: auto;float: none;}
	#Inner .newsDetails h1{line-height: 1.5rem;font-size: 1rem;}
	#Inner .newsDetails .release{padding-left: 0.5rem;}
	#Inner .newsDetails .content{padding: 0 0.5rem;}
	#Inner .newsDetails .content img{float: none;display: block;margin: 0 auto;}
}