body {
    background: url(images/bright_squares.jpg) repeat;}

.mainWrapper {
    background: none;}

.overhidden {
    overflow: hidden;}

#searchform input[type="text"] {
    box-shadow: 3px 4px 5px 2px rgb(0 0 0 / 5%);
    width: 260px;}

#header {
    background: url(images/bright_squares.jpg) repeat-x #ffffff;}

#footer {
    background: var(--main-bg-color);}

#end_to_top {
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    bottom: 8%;
    cursor: pointer;
    background: var(--primary-color-alpha);
    z-index: 9999;
    border-radius: 50%;}

#end_to_top span {
    background: url(icon/end_to_top_arrow.png);
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 20%;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}

#end_to_top:hover span {
    bottom: 40%;}

ul#bdshow {
    list-style: none;}

ul#bdshow li {
    cursor: pointer;
    list-style-type: none;
    width: 20%;
    margin-left: 30px;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 6%);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;}

ul#bdshow li img {
    width: 100%;
    /*min-height: 120px;*/
}

.centerContentRow {
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);}

.centerContentRowShow>h3,
.centerContentRow>h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: var(--primary-color);}

.zsnotice {
    height: auto;
    border: 1px px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    min-height: 264px;
}

#dtcarousel {
    height: var(--line1-height);}

#dtcarousel img {
    width: auto;
    height: var(--line1-height);}

.lxwm {
    min-height: 242px;
    padding-top: 50px;}

.subWrapper {
min-height: 780px;
    background: #fff;
    padding: 10px;
    box-shadow: 3px 4px 9px 9px #e3e3e3;
    border-radius: 5px;
    margin: 30px auto;
margin-top: 10px;
}
#subHeader{
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f7f9f9;
}
#subHeader .column { 
	margin-bottom: 0; 
}
#subHeader .title { 
	margin: 55px 0 20px;
	font-weight:100;
	font-size:28px;
	color:#53a1d9;
}
#subHeader ul.breadcrumbs {
padding: 0;
	overflow: hidden;
	text-align: left;
	font-size: 13px;
}

#subHeader ul.breadcrumbs li {
	display: inline-block; margin-left: 10px; margin-bottom: 0;
}

#subHeader ul.breadcrumbs li span {
	padding-left: 5px; opacity: 0.6; filter: alpha(opacity=60);
}

#subHeader ul.breadcrumbs li.home, ul.breadcrumbs li.last { 
	padding-right: 0;
}

#subHeader ul.breadcrumbs li a{
	color: #999;
}
#subHeader ul.breadcrumbs li .iconfont{
	color: #999;
}

.PrevDisabled,.NextDisabled,#piclist .Next,#piclist .Prev,#newlist .Next,#newlist .Prev {
    height: auto !important;
    border: solid 1px var(--main-bg-color)!important;
}
.defaultButtonStyle
{
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7bdc8))!important;
    border: solid 1px var(--main-bg-color)!important;
}