@charset "utf-8";
/* CSS Document */
@charset "utf-8";
	/* CSS Document */
/*专题正文样式*/
.domPC {
	display:block;
}
.domMobile {
	display:none;
}
body {
	font-family:"微软雅黑"
}
#topHeader {
	height:32px;
	text-align:center;
	border-bottom:1px solid #2D4AA9;
	background:#2D4AA9;
}
#topHeader .top {
	width:1000px;
	height:inherit;
	margin:0px auto;
}
#topHeader a {
	float:left;
	height:32px;
	line-height:32px;
	color:rgb(255,255,255);
	font-size:12px;
	margin:0px 10px;
}
.row {
	font-size:0;
	margin-top:50px;
}
.row .dib {
	display:inline-block;
	+display:inline;
	+zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:top;
}
.banner {
	background:url("//www.news.cn/gangao/zt/xjyxfz/images0518/banner_25zn.jpg") 50% 0 no-repeat;
	height:500px;
	position:relative;
}
.nav {
	height:47px;
	background:url("//www.news.cn/res/xhwimg/gangao/xjyxfz2021/img/dh_bg.png") 50% 0 repeat-x;
	line-height:46px;
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
}
.navBox {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.navBox a {
	padding:0 28px;
	color:#fff;
	font-size:16px;
	display:block;
	float:left;
	height:47px;
}
.navBox a:hover {
	background:rgb(17 46 111 / 45%);
}
.footer {
	height:100px;
	width:100%;
	background-color:#2d4aa8;
	font-size:14px;
	line-height:180%;
	color:#FFF;
	text-align:center;
	padding-top:40px;
	margin-top:30px;
}
.headLine {
	width:1200px;
	margin:0 auto;
}
.headLine_tit {
	margin-top:30px;
	line-height:46px;
	overflow:hidden;
	font-size:40px;
	font-weight:700;
	color:#3053a5;
	text-align:center;
}
.headLine_tit a {
	color:#3053a5;
	background:#fff;
	padding:0 15px 2px;
}
.headLine_txt {
	line-height:1.8;
	overflow:hidden;
	font-size:16px;
	color:#666;
	text-align:center;
	margin:15px auto;
	box-sizing:border-box;
	padding:2px 15px 0;
}
.part01 {
	width:1200px;
	margin:0 auto;
}
.focus {
	margin-top:24px;
	position:relative;
	width:640px;
	float:left;
}
.focus .container {
	margin:0 auto;
	/* padding:0 4%;
	*/ width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.focus .swiper-container .img {
	z-index:1;
	position:relative;
	width:100%;
}
.focus .swiper-container .img img {
	width:100%;
	height:auto;
}
.focus .swiper-container .tit {
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:5px 40px 5px 10px;
	width:100%;
	font-size:20px;
	line-height:24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	background-color:rgba(38,87,149,.6);
}
.focus .swiper-button-next,.focus .swiper-button-prev {
	width:20px;
	background-size:20px 44px;
}
.focus .swiper-container .swiper-pagination {
	position:absolute;
	right:8px;
	left:auto;
	bottom:6px;
	width:auto;
	color:#fff;
	font-style:italic;
	font-size:18px;
	font-weight:200;
}
.focus .swiper-container .swiper-pagination span {
	display:inline-block;
	vertical-align:bottom;
}
.focus .swiper-container .swiper-pagination .swiper-pagination-current {
	font-size:20px;
}
.focus .swiper-container .swiper-pagination .my-pagination-total {
	margin-left:-3px;
}
.part01_right {
	width:520px;
	float:right;
	margin-top:20px;
}
.list01 li {
	padding-left:15px;
	position:relative;
	margin-bottom:10px;
}
.list01 li:before {
	content:"";
	background-color:#01579b;
	display:inline-block;
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	left:0;
}
.list01 li h3 {
	height:55px;
	font-size: 18px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list01 li p {
	font-size:14px;
	color:#868686;
}
.list02 {
	margin-top:20px;
}
.list02 li {
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding:15px 0 15px;
	clear:both;
}
.list02 img {
	float:left;
	width:160px;
	height:90px;
	padding-bottom:10px;
	padding-right:10px;
}
.list02 li .txt {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	font-size:16px;
}
.list02 .piclist .txt {
	height:90px;
}
.list02 h3 {
	font-size:16px;
	/* white-space:pre-line;
	*/
}
.list03 {
	/* margin-top:20px;
	*/
}
.list03 li {
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding:15px 0 15px;
	clear:both;
}
.list03 img {
	float:left;
	width:160px;
	height:90px;
	padding-bottom:10px;
	padding-right:10px;
}
.list03 li .txt {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	background:#fff;
	font-size:16px;
}
.list03 h3 {
	font-size:16px;
	/* white-space:pre-line;
	*/
}
.part02 {
	margin:50px auto 0;
	background:url("//www.news.cn/res/xhwimg/gangao/xjyxfz2021/img/bg_1.jpg") 50% 0 no-repeat;
	padding: 60px 0;
    background-size: 100% 100%;
}
.part02 .container {
	width:1200px;
	margin:0 auto;
}
.part02 .more,.part06 .more{
	width: 300px;
	margin: 20px auto 0;
	text-align: center;
	color: #112e6f;
	font-size: 14px;
    line-height: 30px;
}
.part02 .more a,.part06 .more a{
	color: #112e6f;
}
.lmt01 {
	width: 800px;
	height: 130px;
	line-height: 130px;
	margin: 0 auto 40px;
	background-size: 100%;
}
.lmt01 a {
	display: block;
    width: 400px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.lmt02 {
	border-bottom:1px solid #ccc;
	clear:both;
}
.lmt02 h3 {
	position:relative;
	float:left;
	padding:0 5px 8px 5px;
	color:#112e6f;
}
.lmt02 h3 a {
	color:#112e6f;
}
.lmt02 h3::before {
	content:"";
	width:100%;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:2px;
	background-image:-webkit-linear-gradient(215deg,#d58ebf 0,#6c8ad4 100%);
	background-image:-moz-linear-gradient(215deg,#d58ebf 0,#6c8ad4 100%);
	background-image:linear-gradient(235deg,#d58ebf 0,#6c8ad4 100%);
}
.lmt02 span {
	float:right;
	font-size:14px;
	line-height:30px;
	color:#112e6f;
}
.lmt02 span a {
	color:#112e6f;
}
.part02_left {
	width:580px;
	float:left;
}
.part02_right {
	width:580px;
	float:right;
}
.part02 .piclist {
	overflow:hidden;
	padding:15px 0 15px;
	clear:both;
    border-bottom: 1px dashed #ccc;
    width: 560px;
    margin: 0 20px 15px;
}
.part02 .piclist img {
	float:left;
	width:160px;
	height:90px;
	padding-bottom:10px;
	padding-right:10px;
}
.part02 .piclist .txt {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	font-size:16px;
}
.part02 .piclist .txt {
	height:90px;
}
.part02 .piclist h3 {
	font-size:16px;
	/* white-space:pre-line;
	*/
}
.part02 .mod-topics {
	padding-bottom:4px;
	border-bottom:1px dashed #ccc;
	width:560px;
	margin:0 20px 15px;
}
.part02 .mod-topics .topic{
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	color: #333;
	padding-left: 15px;
}
.part02 .mod-topics .topic a {
	color:#333;
}
.part02 .mod-topics .topic a:hover {
	color:#ff9724;
}
.part02 .mod-topics .topic::after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #2d4aa9;
	position: absolute;
	left: 0;
	top: 12px;
}
.part03 {
	/* width:1080px;
	*/ margin:50px auto 0;
	padding-top:10px;
	padding-bottom:40px;
}
.part03 .swiper-container {
	width:1200px;
	margin-top:40px;
}
.part03 .swiper-slide {
	padding-bottom:0px;
	font-size:0;
}
.part03 .media {
	width:600px;
	height:380px;
	margin-left:40px;
	overflow:hidden;
}
.part03 .media img {
	width:600px;
	height:380px;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	transition:.5s;
	display:block;
}
.part03 .media:hover img {
	transform:scaleX(1.2) scaleY(1.2);
}
.part03 .cont {
	width:600px;
	height:300px;
	background:#f2f2f2;
	box-sizing:border-box;
	padding:15px 40px 0;
	right:40px;
	top:40px;
	overflow:hidden;
}
.part03 .unit-title {
	font-weight:400;
	text-indent:inherit;
	border:none;
	color:rgba( 51,51,51,1);
	line-height:1.5;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	font-size:20px;
	background:#f2f2f2;
	padding-top:15px;
	height:auto;
	text-align:left;
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-box-orient: vertical;
 	-webkit-line-clamp: 2;
}
.part03 .unit-title::after {
	content:'';
	display:block;
	width:30px;
	height:2px;
	/*border-radius:50%;
	box-shadow:0 0 0 5px #fff;
	*/
     position:absolute;
	left:0px;
	top:0px;
	background:#008df9;
}
.part03 .unit-title a {
	color:rgba( 51,51,51,1);
	font-size:28px;
	color:#4c4c4c;

	font-weight:bold;
}
.part03 .unit-tit {
	padding-top:15px;
	padding-bottom:5px;
	height:48px;
	overflow:hidden;
}
.part03 .unit-tit a {
	color:#333;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
}
.part03 .more {
	margin-top:25px;
	width:118px;
	height:42px;
	border:solid 1px #2d4aa9;
	text-align:center;
	line-height:42px;
	font-size:14px;
}
.part03 .more a {
	color:#2d4aa9;
}
.part03 .abstract {
	color:#666;
	font-size:14px;
	line-height:24px;
	margin-left:0px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-box-orient: vertical;
 	-webkit-line-clamp: 3;
}
.part03 .abstract a {
	color:#2d4aa9;
	font-size:14px;
}
.part03 .swiper-pagination-fraction {
	bottom:85px;
	right:95px;
	left:auto;
	width:auto;
	color:#666;
	font-size:24px;
}
.part03 .swiper-pagination-fraction .swiper-pagination-current {
	color:#2d4aa9;
}
.part03 .swiper-pagination-fraction .swiper-pagination-total {
	font-size:16px;
}
.fl {
	float:left;
}
.abs {
	position:absolute;
}
.part04 {
	margin:50px auto 0;
	background:url(//www.news.cn/res/xhwimg/gangao/xjyxfz2021/img/bg_2.jpg) 50% 0 no-repeat; 
	background-size: 100% 100%;
	padding:60px 0;
}
.part04 .container {
	width:1200px;
	margin:0 auto;
}
.part04_left {
	width:570px;
	float:left;
}
.picBox {
	position:relative;
	margin-top:20px;
}
.picBox .img {
	z-index:1;
	position:relative;
	width:100%;
}
.picBox .img img {
	width:100%;
	height:auto;
}
.picBox .tit {
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:5px 40px 5px 10px;
	width:100%;
	font-size:16px;
	line-height:24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	background-color:rgba(38,87,149,.6);
}
.part04_cer {
	width:345px;
	margin-left:20px;
	float:left;
}
.part04_right {
	width:570px;
	float:right;
}
.part05 {
	margin:50px auto 0;
}
.part05 .container {
	width:1200px;
	margin:0 auto;
}
.part05_left {
	width:550px;
	float:left;
	padding:10px;
	margin-bottom:10px;
}
.part05_right {
	width:550px;
	float:right;
	padding:10px;
	margin-bottom:20px;
}
.part06 {
	margin:50px auto 0;
}
.part06 .container {
	width:1200px;
	margin:0 auto;
}
.part06 .txky {
	margin-bottom:50px;
}
.part06 .swiper-container .img img {
	width:100%;
	height:240px;
}
.part06 .swiper-container .tit {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px;
	z-index:4;
	background:rgba(0,0,0,.6);
	color:#fff;
	width:360px;
}
.part06 .swiper-container .tit a {
	color:#fff;
}
.part06 .swiper-pagination-bullets {
	position:initial;
	display:none;
}

.part06 .mod-topics {
	padding-bottom:4px;
	border-bottom:1px dashed #ccc;
	width:560px;
	margin:0 20px 15px;
}
.part06 .mod-topics .topic{
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	color: #333;
	padding-left: 15px;
}
.part06 .mod-topics .topic a {
	color:#333;
}
.part06 .mod-topics .topic a:hover {
	color:#ff9724;
}
.part06 .mod-topics .topic::after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #2d4aa9;
	position: absolute;
	left: 0;
	top: 12px;
}
.part07 {
	margin:50px auto 80px;
	background:url("//www.news.cn/res/xhwimg/gangao/xjyxfz2021/img/bg_3.jpg") 50% 0 no-repeat;
	background-size: 100% 100%;
	padding:60px 0;
}
.part07Box {
	padding-top:25px;
	padding-bottom:55px;
	position:relative;
	height: 460px;
}
.part07Box .swiper-container {
	width:1200px;
	margin:20px auto 0;
}
.part07Box .swiper-slide {
	width:520px;
	height:345px;
	border-radius:20px;
	box-shadow:0px 0px 8px #000;
	overflow:hidden;
}
.part07Box .swiper-slide-active {
	border:6px solid #21708e;
	box-shadow:0px 0px 8px #fff;
}
.part07Box .swiper-slide img {
	width:520px;
	height:345px;
}
.part07Box .swiper-pagination {
	bottom:70px;
	left:0;
	width:100%;
}
.part07Box .swiper-pagination-bullet {
	width:16px;
	height:16px;
	display:inline-block;
	border-radius:100%;
	background:#999;
	opacity:.5;
	margin:0 5px;
}
.part07Box .swiper-pagination-bullet-active {
	opacity:.9;
	background:#fff;
}
.part07Box .swiper-button-next {
	left:50%;
	margin-left:560px;
	top: 38%;
}
.part07Box .swiper-button-prev {
	left:50%;
	margin-left:-590px;
	top: 38%;
}
.share_mobile {
	width:75px;
	height:75px;
	position:fixed;
	bottom:10px;
	right:0;
}
.share_mobile h4 {
	width:75px;
	height:75px;
	font-size:16px;
	text-align:center;
	color:#333;
	background:#a8c2d6;
	border-radius:100%;
	line-height:75px;
	cursor:pointer;
	z-index:10;
}
.share_mobile:hover .img {
	display:block;
}
.share_mobile .img {
	width:149px;
	height:184px;
	position:fixed;
	bottom:10px;
	right:0;
	z-index:25;
	display:none;
}
@media screen and (max-width:767px) {
	.domPC {
	display:none;
}
.domMobile {
	display:block;
}
.banner {
	width:100%;
	height:auto;
}
.banner img {
	width:100%;
	height:auto;
}
.navMob {
	width:100%;
	height:46px;
	padding:0 4%;
	color:#fff;
	background:url("//www.xinhuanet.com/gangao/zt/nxjldlfj/images/nav_bg.png") 50% 0 repeat-x;
	/* background-image:-webkit-linear-gradient(215deg,#330d69 0,#eb3158 54%,#30c9cd 100%);
	background-image:-moz-linear-gradient(215deg,#330d69 0,#eb3158 54%,#30c9cd 100%);
	background-image:linear-gradient(235deg,#330d69 0,#eb3158 54%,#30c9cd 100%);
	*/ overflow-x:auto;
	overflow-y:hidden;
	white-space:nowrap;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:0;
}
.navMob a {
	line-height:46px;
	font-size:16px;
	margin-right:30px;
	display:inline-block;
	color:#fff;
}
.part01 {
	width:100%;
}
.focus {
	width:100%;
	float:none;
}
.focus .container {
	padding:0 4%;
}
.part01_right {
	width:auto;
	padding:0 4%;
}
.part02 {
	width:100%;
}
.part02_left {
	width:auto;
	padding:0 4%;
	float:none;
	margin-top:20px;
}
.part02_right {
	width:auto;
	padding:0 4%;
	float:none;
	margin-top:20px;
}
.list02 {
	margin-top:10px;
}
.mob-slide .container {
	margin:0 auto;
	/* padding:0 4%;
	*/ width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mob-slide .swiper-container .img {
	z-index:1;
	position:relative;
	width:100%;
}
.mob-slide .swiper-container .img img {
	width:100%;
	height:auto;
}
.mob-slide .swiper-container .tit {
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:5px 40px 5px 10px;
	width:100%;
	font-size:20px;
	line-height:24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	background-color:rgba(38,87,149,.6);
}
.mob-slide .swiper-button-next,.mob-slide .swiper-button-prev {
	width:20px;
	background-size:20px 44px;
}
.mob-slide .swiper-container .swiper-pagination {
	position:absolute;
	right:8px;
	left:auto;
	bottom:6px;
	width:auto;
	color:#fff;
	font-style:italic;
	font-size:18px;
	font-weight:200;
}
.mob-slide .swiper-container .swiper-pagination span {
	display:inline-block;
	vertical-align:bottom;
}
.mob-slide .swiper-container .swiper-pagination .swiper-pagination-current {
	font-size:20px;
}
.mob-slide .swiper-container .swiper-pagination .my-pagination-total {
	margin-left:-3px;
}
.part04 {
	width:100%;
}
.part04_left {
	width:auto;
	padding:0 4%;
	float:none;
}
.part04_right {
	width:auto;
	padding:0 4%;
	float:none;
}
.part05 {
	width:96%;
	margin:0 auto;
}
.part05_left {
	width:auto;
	padding:4%;
	float:none;
}
.part05_right {
	width:auto;
	padding:4%;
	float:none;
}
.part06 {
	width:96%;
	margin:0 auto;
}
.part06_left {
	width:auto;
	padding:0 4%;
	float:none;
}
.part06_right {
	width:auto;
	padding:0 4%;
	float:none;
}
.mob-slide2 .container {
	margin:0 auto;
	/* padding:0 4%;
	*/ width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mob-slide2 .swiper-container .img {
	z-index:1;
	position:relative;
	width:100%;
}
.mob-slide2 .swiper-container .img img {
	width:100%;
	height:auto;
}
.mob-slide2 .swiper-container .tit {
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:5px 40px 5px 10px;
	width:100%;
	font-size:20px;
	line-height:24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	background-color:rgba(38,87,149,.6);
}
.mob-slide2 .swiper-button-next,.mob-slide2 .swiper-button-prev {
	width:20px;
	background-size:20px 44px;
}
.mob-slide2 .swiper-container .swiper-pagination {
	position:absolute;
	right:8px;
	left:auto;
	bottom:6px;
	width:auto;
	color:#fff;
	font-style:italic;
	font-size:18px;
	font-weight:200;
}
.mob-slide2 .swiper-container .swiper-pagination span {
	display:inline-block;
	vertical-align:bottom;
}
.mob-slide2 .swiper-container .swiper-pagination .swiper-pagination-current {
	font-size:20px;
}
.mob-slide2 .swiper-container .swiper-pagination .my-pagination-total {
	margin-left:-3px;
}
}.rightsidebar {
	width:120px;
	position:fixed;
	left:53%;
	margin-left:600px;
	bottom:210px;
	z-index:9;
	display:none;
}
.rightsidebar li {
	margin-bottom:10px;
}

