.phy_container {
	width: 100%;
	margin: 0 auto;
}

/* 主要内容main部分 */
.main_left {
	/* margin-bottom: 20px */
	/*width: 69%;*/
}

.main_right {
	margin-bottom: 20px
	/*width: 30%;*/
}

.swipers {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.swiper-wrapper {
	width: 100%;
	height: auto;
}
.swiper-wrapper .swiper-slide {
	width: 100%;
	height: auto;
	position: relative;;
}
.swiper-wrapper .swiper-slide img {
	display: inline-block;
	width: 100%;
	/* height: auto; */
}
.swiper-wrapper .swiper-slide .text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 0;
	background-color: #000;
	opacity: 0.3;
}
.swiper-wrapper .swiper-slide .number {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
}
.swiper-button-next {
	background-image: url(/imgs/index/right.png)!important;
	width: 40px !important;
	height: 40px !important;
	background-size: 40px 40px !important;
	right: 30px !important;
}
.swiper-button-prev {
	background-image: url(/imgs/index/left.png)!important;
	width: 40px !important;
	height: 40px !important;
	background-size: 40px 40px !important;
	left: 30px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 60px !important;
}
.swiper-pagination .swiper-pagination-bullet {
	background-color: #fff !important;
	opacity: .5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swipers .selected {
	opacity: 1;
}

.science {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 0px 12px 0px rgba(17,84,145,0.1);
}

.science .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_kxyd.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.science .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
.science .item {
	width: 50%;
	padding: 6px 5px;
}
.science .item img {
	width: 100%;
}
.science .item .desc {
	width: 100%;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.popular {
	float:left;
	width: 49%;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 0px 12px 0px rgba(17,84,145,0.1);
}

.popular .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_kpzl.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.popular .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
.popular .content li {
	margin: 14px 30px;
	font-size: 14px;
	color: #333;
}
.popular .content li a {
	color: #333;
	display:block;
	max-width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linkUrl {
	float:right;
	width: 49%;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 0px 12px 0px rgba(17,84,145,0.1);
}

.linkUrl .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_link.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
}
.linkUrl .content li {
	width: 33%;
	float: left;
}
.linkUrl .content li a {
	display: block;
	text-align: center;
	color: #1A7BCD;
	line-height: 28px;
}

.linkUrl .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 122px;
    width: 247px;
    top: 120px;
}

.linkUrl .swiper-pagination .swiper-pagination-bullet {
    background-color: #803333 !important;
    opacity: 0.5;
}

.linkUrl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}


.main_right>div {
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 0px  0px   6px  6px;
	box-shadow: 0px 0px 12px 0px rgba(17,84,145,0.1);
}
.commonTitle {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #E5E5E5;
}
.meetingDiv {
	background: url(/imgs/index/date.png) no-repeat 90% 50%;
	margin-bottom: 10px;
}
.noticeDiv {
	background: url(/imgs/index/all.png) no-repeat 90% 50%;
}

.meeting {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 0px 12px 0px rgba(17,84,145,0.1);
}
.meeting .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_jqhy.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.meeting .itemContainer {
	margin-top: 5px;
	/* font-family: arial,verdana, sans-serif; */
}
.meeting .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/date.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}

.meeting .item {
	position: relative;
	padding: 7px 10px 10px 0;
	margin-left:18px;
	border-left: 1px solid #333;
}

.meeting .item a {
	display: block;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    
.meeting .last {
	border-left: none;
	margin-top: -9px;
}
.meeting .item .time {
	line-height: 20px;
	padding-left: 12px;
	position: relative;
	font-family: Times;
	overflow: hidden;
}
.meeting .item .time span{
	display: block;
	margin-top: -3px;
	max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting .item .icon {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	left: -3px;
	/* IE8圆角border-radius 的兼容 */
	/* position: relative; */
	z-index: 2;
	behavior: url(./PIE.htc);
}
.meeting .item .iconColor {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1A7BCD;
	position: absolute;
	left: -3px;
	/* IE8圆角border-radius 的兼容 */
	/* position: relative; */
	z-index: 2;
	behavior: url(./PIE.htc);
}
.meeting .item .content {
	font-size: 12px;
	line-height: 20px;
	margin-left: 12px;
}
.meeting .item .content a {
	color: #333;
}

.recenthotattention .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_jqrd.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.recenthotattention .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
 .recenthotattention .item {
	line-height: 30px;
	color: #333;
	padding: 10px 20px;
	padding-right: 0px;
}
 .recenthotattention .item .time .dashed {
	display: inline-block;
	width: 75%;
	border-top: 1px dashed #e5e5e5;
	vertical-align: middle;
}
.recenthotattention .item .time .date {
	display: inline-block;
	width: 100%;
	float: right;
}
.recenthotattention .item .content {
	font-size: 14px;
	width: 224px;
    float: left;
}
.recenthotattention .item .time {
	width: 83px;
    float: right;
}
.recenthotattention .item .content a {
	color: #333;
	display:block;
	max-width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_tzgg.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.notice .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
 .notice .item {
	line-height: 30px;
	color: #333;
	padding: 15px 20px;
	padding-right: 0px;
}
 .notice .item .time .dashed {
	display: inline-block;
	width: 75%;
	border-top: 1px dashed #e5e5e5;
	vertical-align: middle;
}
.notice .item .time .date {
	display: inline-block;
	width: 100%;
	float: right;
}
.notice .item .content {
	font-size: 14px;
	width: 205px;
    float: left;
}
.notice .item .time {
	width: 83px;
    float: right;
}
.notice .item .content a {
	color: #333;
	display:block;
	max-width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.employ .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_zpxx.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.employ .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
 .employ .item {
	line-height: 18px;
	color: #333;
	padding: 8px 20px;
}
 .employ .item .time .dashed {
	display: inline-block;
	width: 75%;
	border-top: 1px dashed #e5e5e5;
	vertical-align: middle;
}
.employ .item .time .date {
	display: inline-block;
	width: 22%;
	float: right;
}
.employ .item .content {
	font-size: 14px;
}

.employ .item .content a {
	color: #333;
	display:block;
	max-width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.recruitment .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_zpxx.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.recruitment .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
 .recruitment .item {
	line-height: 30px;
	color: #333;
	padding: 10px 20px;
	padding-right: 0px;
}
 .recruitment .item .time .dashed {
	display: inline-block;
	width: 75%;
	border-top: 1px dashed #e5e5e5;
	vertical-align: middle;
}
.recruitment .item .time .date {
	display: inline-block;
	width: 100%;
	float: right;
}
.recruitment .item .content {
	font-size: 14px;
	width: 224px;
    float: left;
}
.recruitment .item .time {
	width: 83px;
    float: right;
}
.recruitment .item .content a {
	color: #333;
	display:block;
	max-width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resourcefile .topTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	padding-left: 50px;
	color: #333;
	background: url(/imgs/index/home_resource_file.png) no-repeat 14px center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.resourcefile .topTitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/imgs/index/all.png) no-repeat 0 center;
	border-bottom: 1px solid #e5e5e5;
}
 .resourcefile .item {
	line-height: 30px;
	color: #333;
	padding: 10px 20px;
	padding-right: 0px;
}
 .resourcefile .item .time .dashed {
	display: inline-block;
	width: 75%;
	border-top: 1px dashed #e5e5e5;
	vertical-align: middle;
}
.resourcefile .item .time .date {
	display: inline-block;
	width: 100%;
	float: right;
}
.resourcefile .item .content {
	font-size: 14px;
	width: 224px;
    float: left;
}
.resourcefile .item .time {
	width: 83px;
    float: right;
}
.resourcefile .item .content a {
	color: #333;
	display:block;
	max-width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* footer部分 */
/*.phy_footer .friendLink {*/
	/*background:url(/imgs/index/linkbg.png) no-repeat;*/
	/*background-size: 100% 100%;*/
	/*opacity: 0.8;*/
	/*height: 230px*/
/*}*/
.phy_footer .friendLink {
	position: relative;
	height: 230px
}
.phy_footer .bg {
	height: 230px;
	width: 100%
}
.phy_footer .friendLink .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.phy_footer span {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 24px;
}
.phy_footer li {
	width: 25%;
	text-align: center;
}
.phy_footer li .title {
	color: #fff;
	font-size: 16px;
	margin: 15px 0;
}
.phy_footer li .link {
	display: block;
	width: 100%;
	float: left;
	color: #6FD1FF;
	line-height: 28px;
	cursor: pointer;
}
.phy_footer li .unique {
	margin: 0 25%;
}
.phy_footer li .half {
	width: 33%;
}
.phy_footer .copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #555;
	font-size: 10px;
	background-color: #e6e6e6;
	margin-top: 20px;
}