@import url('fonts/iconfont.css');
html, body {
	padding: 0;
	font-size: 14px;
	font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei UI', '黑体', '宋体', 'arial', 'sans-serif';
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	color: #333 !important;
	background: #e0c6a6;
	line-height: 24px;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span, p {
	padding: 0;
	margin: 0;
	font-style: normal;
}
a {
	border: none;
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}
a:hover {
	color: #b70f00;
}
a:webkit-any-link {
display:block;
}
img {
	border: none;
	outline: none;
}
h1, h2, h3, h4, ul, li, dl, ol, p, table, td, dd {
	padding: 0;
	margin: 0;
}
ul, li, ol, dl, dt, dd {
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wd {
	width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.none {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.clear {
	clear: both;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
body {
	background: url(../images/body-bg.jpg) repeat top center #e0c6a6;
}
header.header {
	background: url(../images/top-bg.png) no-repeat center center;
	height: 138px;
}
.box-top {
	height: 138px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	margin-right: auto;
}
.ewm {
	height: 97px;
	margin-left: 30%;
}
.logo img,.ewm img {
	margin-top: auto;
	margin-bottom: auto;
}
.search {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto; 
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding-left: 16px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 1px #fff solid;
}
.search i {
	font-size: 18px;
	color: #671811;
}
.search input {
	width: 115px;
	border: 0;
	height: 40px;
	line-height: 40px;
	outline: none;
	background: transparent;
	color: #999;
}
.search .submit-btn {
	background: #671811;
	color: #fff;
	text-align: center;
	width: 60px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	border-top-right-radius: 20px;
	border: 1px #671811 solid;
}
.nav-bg {
	background: #671811;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 9999;
}
.nav-list {
	font-size: 16px;
	font-weight: normal;
}
.logo-mid {
  margin-top: -23px !important;
}
/*menu*/
#nav .mainlevel a.curr {
	background: #fff;
	color: #671811;
	font-weight: bold;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

#menu ul {
	padding: 0;
	border: 0;
	list-style: none;
}
#nav {
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	font-size: 14px;
}
#nav .mainlevel {
	height: 60px;
	line-height: 60px;
	float: left;
	margin: 0 2px;
	width: 108px;
	
}
#nav .mainlevel a {
	line-height: 57px;
	display: block;
	text-align: center;
	width: 108px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
#nav .mainlevel:nth-child(1) ,#nav .mainlevel:nth-child(1) a,#nav .mainlevel:nth-child(1) li,#nav .mainlevel:nth-child(1) a:hover {
	width:70px;
}
#nav .mainlevel a:hover {
	border-top: 4px #671811 solid;
	text-decoration: none;
	background: #fff;
	color: #671811;
	width: 108px;
	font-weight: bold;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	float: left;
	font-size: 16px;
	border: 1px #671811 solid;
	border-top:0 ;
	margin-left: -1px;
}
#nav .mainlevel ul li:last-child,#nav .mainlevel ul,#nav .mainlevel ul li:last-child a:hover {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#nav .mainlevel li {
	width: 108px;
	border-top: 1px #dfdfdf solid;
	background: #fff;
}
#nav .mainlevel li a {
	
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
#nav .mainlevel ul li a:hover {
	background: #fff;
	color: #671811;
	border-top: 1px #dfdfdf solid;
	border-radius: 0px;
}
.banner {
	position: relative;
	overflow: hidden;
	height: 460px;
	
}
.banner a.item {
	display: block;
	height: 460px;
	background: no-repeat center / cover;
}
.banner .hd {
	height: 12px;
	text-align: center;
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner .hd li {
	display: inline-block;
	width: 40px;
	height: 5px;
	background: #fff;
	margin: 0 5px;
	opacity: .7;
	transition: all .2s;
	cursor: pointer;
}
.banner .hd li.on {
	background-color: #671811;
	opacity: 1;
}

section.box {
	min-height: 800px;
	background: #fff;
	padding: 20px;
	width: 1160px;
	margin: 0 auto;
}
.box-1 {
	height: 345px;
	overflow: hidden;
}
.box-1 .news {
	width: 575px;
}
.news .news-top {
	padding: 10px 0;
	background-color: #efefef;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news .news-top b {
	padding: 0 20px;
	font-size: 18px;
}
.news .news-cont {
	padding: 20px 20px;
	line-height: 32px;
	font-size: 14px;
}
.news .news-cont .more {
	color: #d13d30;
	font-weight: bold;
	text-align: right !important;
	float: right !important;
}
.news .news-cont ul li{
	max-width: 540px;
}
.box-3 .news .news-cont ul li{
	max-width: 315px;
}
.news .news-cont ul li,.box-3 .news .news-cont ul li {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-cont ul li span {
	float: right;
	color: #bbb;
}
.news .news-cont ul li b {
	color: #b70f00;
}
.recommend {
	width: 560px;
	background: #fff;
	height: 317px;
	overflow: hidden;
	position: relative;
}
.recommend .bd {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-1 .recommend .bd li {
	width: 560px;
	height: 317px;
	overflow: hidden;
}
.box-1 .recommend .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	background: no-repeat center / cover;
}
.box-1 .recommend .bd li a img.thumb {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.box-1 .recommend .bd li a span.title {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 0;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 340px;
	white-space: nowrap;
	z-index: 2;
}
li a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.box-1 .recommend .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 46px;
	width: 100%;
	line-height: 46px;
	background: rgba(0, 0, 0, 0.6);
}
.box-1 .recommend .hd ul {
	width: 100px;
	float: right;
	text-align: right;
	margin-right: 20px;
}
.box-1 .recommend .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 5px;
}
.box-1 .recommend .hd ul li.on {
	background: #a32115;
}
.box-2 {
	height: 570px;
	overflow: hidden;
}
.notice-list-box {
	height: 345px;
	overflow: hidden;
}
.box-2-left {
	width: 760px;
	height: 555px;
	overflow: hidden;
}
.box-2-right {
	width: 365px;
	height: 505px;
	padding: 20px 8px;
	overflow: hidden;
	background-color: #f6ede3;
}

.notice-bt {
	background: url(../images/ico-bg.png) no-repeat;
	text-align: center;
	height: 48px;
	width: 140px;
	margin: 0 auto;
	line-height: 42px;
	color: #fff;
	z-index: 9;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.notice-cont {
	width: 318px;
	height: 230px;
	border: 1px #d8d7d7 dashed;
	margin-top: -24px;
	z-index: 1;
	font-size: 14px;
	line-height: 32px;
	padding: 40px 25px 25px 25px;
}
.notice-cont .more {
	color: #d13d30;
	font-weight: bold;
	text-align: right !important;
	float: right !important;
}
.notice-cont b {
	color: #a32115;
}

.box-2 .show {
	height: 205px;
	overflow: hidden;
}
.box-2 .show .picScroll-left {
	overflow: hidden;
	position: relative;
}
.box-2 .show .picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 10px;
	position: relative;
	
}
.box-2 .photos {
	border-bottom: 3px solid #fff;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	display: block;
	width: 200px;
	text-align: center;
}
.box-2 .show .show_bt a {
	color: #fff;
}
.box-2 .show .picScroll-left .hd .next {
	background-position: 0 -50px;
}
.box-2 .show .picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.box-2 .show .picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.box-2 .show .picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.box-2 .show .picScroll-left .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-right: 10px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.png") 0 -12px no-repeat;
}
.box-2 .show .picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.box-2 .show .picScroll-left .bd {
	margin-left: -10px;
}
.box-2 .show .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.box-2 .show .picScroll-left .bd ul li {
	margin: 0 10px;
	background: #fff;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 240px;
}
.box-2 .show .picScroll-left .bd ul li .pic,.inner-show-cont ul li p,.inner_video_cont ul li .pic {
	text-align: center;
	overflow: hidden;
}
.box-2 .show .picScroll-left .bd ul li .pic img:hover,.inner-show-cont ul li img:hover,.inner_video_cont ul li img:hover {
	transform: scale(1.1);
}
.box-2 .show .picScroll-left .bd ul li .pic img,.inner-show-cont ul li img,.inner_video_cont ul li img {
	width: 240px;
	height: 162px;
	display: block;
    transition: transform .5s ease;
}
.njimg {
	width: 246px !important;
	height: 290px !important;
}
.box-2 .show .picScroll-left .bd ul li .title {
	line-height: 34px;
}

.box-2-about-top i {
	font-style: normal;
	color: #d13d30;
}
.box-2-about-top {
	background: url("../images/about-bg-top.png") no-repeat top center;
	height: 30px;
	padding-top: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.box-2-about-cont {
	background: url("../images/about-bg-mid.png") repeat-y top center;
	min-height: 200px;
	padding: 10px 25px 0 25px;
	font-size: 13px;
	text-align: justify;
}
.box-2-about-cont ul {
	overflow: hidden;
	list-style-type: none;
	margin-right: -5px;
	padding-top: 20px;
	clear: both;
	
}
.box-2-about-cont ul li {
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 154px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	background: url("../images/about-bg.png") no-repeat center center;
}
.box-2-about-cont .more {
	color: #d13d30;
	font-weight: bold;
	text-align: right;
	float: right;
}
.box-2-about-bottom {
	background: url("../images/about-bg-bottom.png") no-repeat bottom center;
	height: 18px;
}
.box-3 {
	height: 320px;
	overflow: hidden;
}
.box-3 .news {
	width: 370px;
	height: 300px;
	overflow: hidden;
}
.box-3 .news:nth-child(2) {
	margin-left: 20px;
}
.box-3 .news:nth-child(3) {
	width: 381px;
}
/* ***** 文章内容 *********** */
.show_artice_info {
	text-align: center;
	padding-bottom: 30px;
}
.show_artice_info h3 {
	font-size: 24px;
	line-height: 36px;
}
.show_artice_info p {
	color: #999;
	margin-top: 15px;
}
/* 弹性盒子 */
.flex-wrap {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex4 {
  flex: 4;
}

.flex5 {
  flex: 5;
}

.flex6 {
  flex: 6;
}

.flex7 {
  flex: 7;
}

.flex8 {
  flex: 8;
}

.flex9 {
  flex: 9;
}

.flex10 {
  flex: 10;
}

.flex11 {
  flex: 11;
}

.flex12 {
  flex: 12;
}
h3 {
    display: block;
    white-space: normal; 
    overflow: visible;
	word-wrap: break-word;
    word-break: normal;
}
/* 悬浮框 */
#wechat{
	position: fixed;
	top: 35%;
	right: 109px;
	z-index: 999999;
}
#wechatQrCode{
	position: fixed;
	top: 35%;
	right: 190px;
	z-index: 999999;
	display: none;
}
.aspects {
    position: fixed; 
    right: 20px;
    top: 35%;
    z-index: 9999;
	width: 90px;
	height: 90px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: flex;    
    flex-direction: column; 
    justify-content: flex-end;
    padding-bottom: 18px; 
    box-sizing: border-box; 
	background: #b70f00;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.aspects a {
	color: #fff;
    margin-top: auto; 
    display: block; 
    line-height: 1;   
	
}
.aspects a:hover {
	text-decoration: underline;
}
.aspects b {
     margin-top: 8px;
	 display: block;
}

.footer {
	color: #fff;
	background: #671811;
	padding: 30px 0 30px 0;
}
.footer .copy {
	padding: 10px 0;
	color: #e3dbd3;
	line-height: 30px;
	text-align: center;
}
.footer .copy a {
	color: #e3dbd3;
	display: inline-block;
}
.footer .link b {
	font-size: 18px;
	padding-right: 10px;
	width: 150px;
	margin-top: 15px;
}
.footer .link {
	text-align: left;
	font-size: 14px;
	display: flex;
}
.footer .link a {
	line-height: 50px;
	color: #000000;
}
.footer .link a:hover {
	font-weight: bold;
}
.footer .link a:after {
	content: '';
	height: 14px;
	margin-left: 20px;
	margin-right: 20px;
	background: #efefef36;
	width: 1px;
	display: inline-block;
}
.footer .link a:last-child:after {
	display: none;
}
footer div.link dl {
	float: left;
	margin-top: 15px;
	width: 230px;
	position: relative;
	line-height: 26px;
	margin-right: 30px;
}
footer div.link dl:last-child {
	margin-right: 0px;
}
footer div.link dl dt {
	font-size: 14px;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	padding: 5px 35px 5px 15px;
	cursor: pointer;
	position: relative;
}
footer div.link dl dt:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #999;
	border-top: none;
	position: absolute;
	right: 12px;
	top: 19px;
}
footer div.link dl dd {
	display: none;
	position: absolute;
	background: #fff;
	max-height: 120px;
	overflow-y: auto;
	z-index: 1;
	box-shadow: 0 0 3px #999;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}
footer div.link dl dd a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
footer div.link dl:hover dd {
	display: block;
}

.inner_left {
	width: 246px;
    
}
.inner_left .list_bt {
	text-align: center;
	background: url("../images/sub-navbg-top.png") no-repeat top center;
	height: 28px;
	overflow: hidden;
	padding-top: 70px;
}
.inner_left .list_bt h3 {
	font-size: 22px;
}
.inner_left a:hover {
	text-decoration: underline;
}
.inner_right {
	width: 897px;
	margin-bottom: 60px;
}
.inner_all {
	width: 1155px;
	margin-bottom: 60px;
}
.inner_left .list_cont {
	background: url("../images/sub-navbg-mid.png") repeat-y center center;
	
	padding: 10px 50px 0px 50px;
	font-size: 14px;
	overflow: hidden;
}
.inner_left .inner-nav-bottom {
	background: url("../images/sub-navbg-bottom.png") no-repeat bottom center;
	height: 60px;
	overflow: hidden;
}
.inner_left .list_cont .sideMenu {
	padding-bottom: 20px;
	min-height: 130px;
}
.inner_left .list_cont .sideMenu h3 {
	font-weight: normal;
	line-height: 30px;
	cursor: pointer;
	border-bottom: 1px dashed #8d0c10 !important;
	position: relative;       
    padding-right: 20px;
	overflow: hidden;
}
.inner_left .list_cont .sideMenu h3 em {
	position: absolute;    
    right: 0;              
    top: 50%;           
    transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 15px;
	background: url(../images/sub-right.png) no-repeat center;
	cursor: pointer;
}
.inner_left .list_cont .sideMenu h3 em.active {
	top: 15px;
    background: url(../images/sub-right1.png) no-repeat center;
}
.inner_left .list_cont .sideMenu h3.on1 a {
	color: #9c3536;
	font-weight: bold;
}
.inner_left .list_cont .sideMenu h3.on2 a {
	color: #000000;
}
.inner_left .list_cont .sideMenu ul {
	padding: 8px 25px;
	color: #999;
	display: none;
}
.inner_right h3 {
    text-align: center;
	color: #671811;
	margin-bottom: 25px;
	font-size: 22px;
}
.inner_right_top {
	background: url(../images/inner-top.jpg) no-repeat;
	height: 46px;
}
.inner_all_top {
    background: url(../images/inner-top.jpg) no-repeat;
    background-size: cover;
    height: 46px;
}
.inner_right_mid {
	background: url(../images/inner-mid.jpg) repeat-y;
	min-height: 600px;
	padding: 0 40px;
}
.inner_all_mid {
    min-height: 600px;
    padding: 0 40px;
	margin-right: 1px;
    border-right: 3px solid #8c504d; 
    border-left: 3px solid #8c504d; 
}
.inner_right_bottom {
	background: url(../images/inner-bottom.jpg) no-repeat;
	height: 45px;
}
.inner_all_bottom {
	background: url(../images/inner-bottom.jpg) no-repeat;
	background-size: cover;
	margin-right: 1px;
	height: 58px;
}
.inner_right_bt span {
	float: right;
	color: #999;
}
.inner_right_bt span a {
	color: #999;
}
.inner_right_bt {
	border-bottom: 1px #efefef solid;
	height: 50px;
	line-height: 50px;
	
}
.location {
    margin-bottom: 20px;
	font-size: 14px;
}
.location b {
	background: url(../images/location.png) no-repeat left;
	display: inline-block;
	padding-left: 30px;
	font-weight: bold;
	color: #9c3536;
	
}
 
.inner-nav li {
	background: url(../images/menu-1.png) no-repeat center center;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
}
.inner-nav li a {
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
}
.inner-nav li:nth-child(2) {
	background: url(../images/menu-2.png) no-repeat center center;
}
.inner-nav li:nth-child(3) {
	background: url(../images/menu-3.png) no-repeat center center;
}
.inner_cont {
	padding: 0px 0 30px 0;
	text-align: justify;
}
.dreamer-pagination {
	height: auto;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 50px auto 30px auto;
	font-size: 0;
}
.dreamer-pagination ul.pagination {
	font-size: 0;
}
.dreamer-pagination li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #fff;
	font-size: 14px;
	margin: 0 1px;
	height: 30px !important;
	line-height: 30px !important;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
}
.dreamer-pagination li a, div.dreamer-pagination li span {
	display: block;
	padding: 0 13px;
	height: 100%;
	color: #666;
	width: auto !important;
	line-height: 32px !important;
	font-size: 12px !important;
	margin-right: 0px !important;
	border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.dreamer-pagination li.active, div.dreamer-pagination li:not(.disabled):hover {
	background: #9c3536;
}
.dreamer-pagination li.active a, div.dreamer-pagination li.active span, div.dreamer-pagination li:not(.disabled):hover a {
	color: #fff;
}

.dreamer-pagination li span {
    color: #333 !important;
    background: #fff !important;
}
.dreamer-pagination li.disabled a {
	color: #ccc;
}
.inner_right .pages {
	height: auto;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px auto 30px auto;
	font-size: 0;
}
.inner_right .pages ul.pagination {
	font-size: 0;
}
.inner_right .pages li {
	display: inline-block;
 
	background: #fff;
	font-size: 14px;
	margin: 0 2px;
	height: 30px !important;
	line-height: 30px !important;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	overflow: hidden;
}
.inner_right .pages li a, .pages li span {
	display: block;
	padding: 0 13px;
	height: 100%;
	color: #666;
	font-size: 12px;
}
.inner_right .pages li.active, .pages li:not(.disabled):hover {
	background: #9c3536;
	border-color: #9c3536;
}
.inner_right .pages li.active a, .pages li.active span, .pages li:not(.disabled):hover a {
	color: #fff;
}
.inner_right .pages li.disabled a {
	color: #ccc;
}
.inner-jgzz-cont ul li {
  border-bottom: 1px #efefef solid;
  padding-top: 4%;
  padding-bottom: 4%;
}

.inner-jgzz-cont ul li h3 {
	font-size: 18px;
	color: #9c3536;
	text-align: left;
}
.inner-show-cont .inner-show-cont-li {
  width: 240px;
  padding: 10px;
  float: left;
  text-align: center;
  color: #fff;
  background-color: #671811;
  margin: 6px 8px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.inner-show-cont ul {
	margin-left: -8px;
	margin-right: -8px;
}
.inner-show-cont ul li h4 {
	color: #fff;
	font-size: 16px;
	line-height: 42px;
}
.inner-show-cont ul li h4:hover {
	text-decoration: underline;
}
 