@charset "utf-8";

/* CSS Document */

html,
body {
	/* you need to set this to assign to the main element a min height of 100% */
	height: 100%;
}

@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
	font-family: "微软雅黑";
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-weight: normal;
}

body {
	font-family: "微软雅黑";
	color: #333333;

	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.pad15 {
	padding: 0 15px;
}

.fd {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.main_1 {
	padding-top: 10px;
}

.header {
	position: relative;

	background: #b22823;
}

.header .logo {
	display: block;
	max-width: 250px;
	height: 60px;
	padding: 15px 0 0 10px;
}

.header .logo img {
	display: block;

}

.header .search {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 65px;
	text-indent: -9999em;
	background: url(/_m/xmb/images/search_but.png) no-repeat center center #b22823;
	background-size: 70%;
}

.header .search:hover {
	background-color: #b22823;
}

.header .search span {
	display: none;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(/_m/xmb/images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}

.search_con {
	width: 100%;
	/* height: 30px; */
	display: block;
	/* position: absolute; */
	/* right: -0px; */
	/* z-index: 10; */
	background: #ba413d;
	text-align: left;
	padding: 15px 0px;
	/* top: 100%; */
	text-align: center;
}

.search_but {
	position: relative;
	display: block;
}

.search_con input {
	vertical-align: top;
}

.search_con .input1 {
	border: 1px solid #d65854;
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	background: #b22823;
	position: relative;
}

.search_con .text {
	width: 82%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 40px;
	background: #b22823;
	color: #FFFFFF;
}

.search_con .text::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #fff;
            }
.search_con .text::-moz-placeholder {
                /* Firefox 19+ */
                 color: #fff;
            }
 
.search_con .text:-ms-input-placeholder {
                /* IE 10+ */
                 color: #fff;
            }
 
.search_con .text:-moz-placeholder {
                /* Firefox 18- */
                 color: #fff;
            }



.search_con .sub {
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
}

.con_bg {
	background: #FFFFFF;
}

.link ul {
	padding-top: 10px;
}

.link ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.link ul li a {
	display: block;
	padding: 15px;
}

.link ul li img {
	width: 80%;
}

.link ul li p {
	font-size: 0.875em;
	text-align: center;
	line-height: 180%;
	color: #878787;
	padding: 5px 0;
}


.index-tit {
	margin: 20px 0 20px -15px;
	border-left: 3px solid #b22823;
	padding-left: 15px;

}

.index-tit h1 {
	color: #b22923;
	font-size: 18px;
	;
}

.index-tit .tit-more {
	color: #969494;
	font-size: 14px;
	float: right;
	margin-top: -20px;
}

/*焦点图开始*/

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	/* 设置焦点图最大宽度 */
}

.slideBox .hd {
	/* position: absolute; */
	height: 28px;
	line-height: 28px;
	z-index: 1;
	text-align: center;
}

.slideBox .hd li {
	display: inline-block;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #CCCCCC;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}

.slideBox .hd li.on {
	background: #b22823;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {
	background: url(/_m/xmb/images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=60);
	background: #000000;
	color: #fff;
	text-align: left;
}

.slideBox .bd li .tit span.bt {
	display: block;
	width: calc(100% - 100px);
	color: #fff;
}

/* 新闻列表 */
.index-news li {
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
}

.index-news .news-tit {
	color: #333333;
	font-size: 0.925rem;
	line-height: 24px;
	padding-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .news-tit:hover {
	color: #b22823;
}

.index-news .abs {
	font-size: 0.75rem;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*新闻tab切换*/

.tabBox .hd {
	padding: 0;
	font-size: 18px;
	position: relative;
	background: #f0f0f0;
	margin: 0 -15px;
	padding-left: 12px;
	margin-bottom: 15px;
}


.tabBox .hd ul li {
	float: left;
	padding: 10px 8px;
	color: #b22823;
	position: relative;

}

.tabBox .hd ul li a {
	color: #222222;
}

.tabBox .hd ul .on {
	color: #FFFFFF;
	background-color: #b22823;
	font-weight: bold;
}

.tabBox .hd ul .on em {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 14px;
	height: 10px;
	background: url(/_m/xmb/images/ico1.png) no-repeat;
	background-size: 100% 100%;
	margin-left: -7px;
}

.tabBox .tab-list li {
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

.tabBox .tab-list .date {
	width: 50px;
	float: left;
	text-align: center;
}

.tabBox .tab-list .date .d1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0.75rem;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #b22923;
}

.tabBox .tab-list .date .d2 {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 0.75rem;
	background-color: #b22923;
	color: #FFFFFF;
}


.tabBox .tab-list .tab-tit {
	margin-left: 70px;

}

.tabBox .tab-list .tab-tit a {
	color: #333333;
	font-size: 0.925rem;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 360px) {
	.tabBox .hd {
		font-size: 15px;
		font-weight: bold;
	}
}


@media all and (orientation: landscape) {
	/*　　这是匹配横屏的状态，横屏时的css代码　　*/

}

/* 媒体交大 */
.mt-list li {
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

.mt-list li .c1 {
	float: left;
	width: 70px;
}

.mt-list li .c2 {
	margin-left: 80px;
	padding: 8px 0;
}

.mt-list .c2 .tit1 {
	width: 120px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #b22823;
	border-radius: 20px;
	color: #b22823;
	text-align: center;
}

.mt-list .c2 .tit2 a {
	font-size: 0.925rem;
	color: #333333;
	line-height: 24px;
	padding-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 盛京棋牌报 */
.jdb-list ul {
	margin: 0 -10px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.jdb-list ul li {
	width: 33.3%;

	float: left;
}

.jdb-list ul li a {
	padding: 0 10px;
	display: inline-block;
	color: #333333;
	font-size: 0.925rem;
	text-align: center;
}

.jdb-list ul li img {
	width: 100%;
}

/*新闻专题*/
.picScroll {
	margin: 0px auto;

}

.picScroll .bd ul {
	width: 100%;
	float: left;
}

.picScroll .bd li {
	width: 50%;
	float: left;
	font-size: 14px;
	text-align: center;

}

.picScroll .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	display: block;
	width: 95%;
	border: 1px solid #CCCCCC;
}

.picScroll .bd li img {
	width: 100%;
	height: auto;
}

.picScroll .bd .r1 {
	padding: 5px;
}

.picScroll .bd .r1 .c1 {
	float: left;
	border: 1px solid #be1010;
	border-radius: 20px;
	width: 40px;
	color: #be1010;
	font-size: 0.75rem;
	padding: 3px 0;
}

.picScroll .bd .r1 .c2 {
	margin-left: 45px;
	color: #333333;
	line-height: 24px;
	font-size: 0.925rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.picScroll .hd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
	padding: 0px;
	position: relative;
}


.picScroll .hd ul {
	float: left;
	padding-top: 10px;
	position: absolute;
	left: 40%;
}

.picScroll .hd li {
	float: left;
	width: 8px;
	height: 8px;
	background: #cfcfcf;
	margin: 0 5px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.picScroll .hd .on {
	background: #ea0001;
}

.picScroll .hd h3 {
	color: #b22823;
	font-size: 1.2em;
	font-weight: bold;
}

.picScroll .prev,
.picScroll .next {
	display: block;
	float: right;
	width: 18px;
	height: 18px;
	background: url() -6px -7px no-repeat;
	overflow: hidden;
	margin: 11px 5px 0 5px;
}

.picScroll .next {
	background-position: -34px -7px;
}

.picScroll .prevStop {
	background-position: -6px -40px;
}

.picScroll .nextStop {
	background-position: -34px -40px;
}

/* 微信微博 */
.wx-tit {
	border-bottom: 1px solid #ccc;
	height: 35px;
	margin-bottom: 20px;
}

.wx-tit ul {
	width: 146px;
	margin: 0 auto;
}

.wx-tit li {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.wx-tit li.on {
	color: #b22823;
	border-bottom: 1px solid #b22823;
}

.wx-tit li.on em {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 14px;
	height: 10px;
	background: url(/_m/xmb/images/ico1.png) no-repeat;
	background-size: 100% 100%;
	margin-left: -7px;
}

.wx-tit .line {
	padding: 0;
	color: #CCCCCC;
	float: left;
}

.wx-tit li img {
	width: 15px;
	margin-right: 3px;
}

.r2 li.first {
	position: relative;
	padding: 0;
	border: none;
}

.r2 li.first p {
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	padding-bottom: 7px;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.r2 li {
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

.r2 li .pic {
	width: 70px;
	float: left;
}

.r2 li .c2 {
	margin-left: 80px;
}

.r2 li .c2 .t1 {
	font-size: 0.925rem;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.r2 li .c2 .t2 {
	padding-top: 10px;
	font-size: 0.75rem;
	font-weight: normal;
	color: #999999;
}

/* 图说交大 */
.ts-list ul {
	margin: 0 -10px;
}

.ts-list ul li {
	width: 50%;
	float: left;
	position: relative;
}

.ts-list ul li a {
	padding: 0 10px;
	display: block;
}

.ts-list ul li a img {
	width: 100%;
}

.ts-list ul li em {
	background: url(/_m/xmb/images/shipin.png);
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}


.last-r {
	background: url(/_m/xmb/images/body-bg.png) bottom;
	background-size: 100% 100%;
	padding-bottom: 50px;
}


/* 友情链接 */
.yqlj {
	
	padding:15px 0;
	color: #FFFFFF;
	font-size: 0.75rem;
	background-color: #d65854;
}

/*版权开始*/

.foot {
	background: #b22823;
	color: #FFFFFF;
	font-size: 0.75em;
	text-align: center;
	padding-bottom: 10px;
}

.foot .foot-link {
	padding: 10px 0;
	border-bottom: 1px solid #e57d7d;
position: relative;
}

.foot .foot-link li {
	float: left;
	width: 24%;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	
}


.foot .foot-link li.last {
	border: none;
}

.foot .foot-link li a {
	padding: 0 5px;
	display: inline-block;
}

.foot .foot-link img {
	width: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

.foot .foot-link .ewm{
	display: none;
	position: absolute;
	bottom: 100%;
	width: 160px;
	left: 50%;
margin-left:-80px;
} 
.foot .foot-link .ewm img{width: 100%;}
.foot .foot-link .e2{left: 75%;}




.foot .cory {
	padding: 10px 0;
}

.foot a {
	color: #FFFFFF;
}

.foot p {
	color: #e4dede;
	line-height: 2em;
}

.foot .kslj a {
	color: #e4dede;
	padding: 0 10px;
	border-right: 1px solid #e4dede;
}

.yqlj .select {
	position: relative;

	float: left;
}

.yqlj .select ul {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 100%;
	left: 0;
	background-color: #9d201b;
	text-align: center;
	line-height: 24px;
}

.yqlj .select ul li{
	border-bottom: 1px solid #e57d7d;
line-height: 20px;
	    padding: 5px;
}

.yqlj .select ul li a{color: #FFFFFF;}
.yqlj .select ul.active{
	display: block;
}





.foot .pc {
	margin: 15px auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px dashed #cccccc;
	border-radius: 15px;
	overflow: hidden;
}


/*列表页*/

.list ul {
	padding: 10px 0;
}

.list ul li {
	margin: 20px 0;
	padding: 10px;
	background: #FFFFFF;
}

.list ul li .title {
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 8px 0;
	color: #313030;
}

.list ul li .date {
	font-size: 0.75em;
	color: #999;
}

.list ul li .date span.click {
	float: right;
	padding-right: 10px;
}

.list ul li .zhaiyao {
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #999;
}

.list ul li .zhaiyao p {
	color: #999;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*内容页开始*/

.content {
	padding: 20px;overflow-x:auto;
}

.content .title {
	font-size: 1em;
	line-height: 1.5em;text-align: center;
}

.content .title_2 {
	font-size: 0.875em;
	line-height: 2em;text-align: center;
}

.content .date {
	padding: 10px 0;
	line-height: 2em;
	color: #999999;
	font-size: 0.75em;
	border-bottom: 1px solid #dddddd;text-align: center;
}

.content .zhengwen {
	padding: 10px 0;
}

.content .zhengwen p {
	font-size: 0.875em;
	text-indent: 2em;
	line-height: 1.8em;
}

.content .zhengwen img {
	
	margin: 10px auto;
}

.weizhi{padding:10px;}
.weizhi a{color:#666;}
.list{min-height:400px;}

.list ul.xwzt-nav{overflow:hidden;padding-bottom:20px;}

.list ul.xwzt-nav li{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.list ul.xwzt-nav li a{
    margin: 10px;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    display: block;
}
