@charset "utf-8";



/*top*/
.top-box {
	background-color: rgba(29,109,204,0.8);
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	height: 60px;
	width: 100%;
	position:relative;
}
.top-box .top-box-media {
	width:1200px;
}
.top-box-media .top-box-nav {
	width:100%;
}
.top-box-media .top-box-nav li {
	height:60px;
	line-height:60px;
	font-size:16px;
	float:left;
	padding:0 0 0 25px;
}
.top-box-nav li a {
	color: #ffffff;
    cursor: pointer;
    text-decoration: none;
	background-color:transparent;
	display:inline-block;
	margin-right:25px;
}
.top-box-nav li a:hover {
	color: #cceffa;
}
.top-box-media .top-box-nav li.top-box-nav-active {
	height:60px;
	line-height:52px;
	font-size:16px;
	float:left;
	padding:0 0 0 25px;
}
.top-box-nav li.top-box-nav-active a {
	color: #ffffff;
    cursor: default;
    text-decoration: none;
	background-color:transparent;
	display:inline-block;
	margin-right:25px;
	border-top: 4px solid #ffffff;
}
.top-box-nav li.top-box-nav-active a:hover {
	color: #ffffff;
}

.top-box-nav li span {
	color: #78abe2;
	font-size:12px;
}
.top-box-nav li.nav-down {
	float:right;
	padding:0 25px;
	height:60px;
	color:#fff;
	position:relative;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down:hover {
	display:block;
	height:60px;
	cursor:pointer;
	color:#cceffa;
	background-color:#1d6dcc;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down .nav-menu {
	display: none;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down:hover .nav-menu {
	display: inline;
	background-color:#ffffff;
	min-width:140px;
	height:auto;
	padding-bottom:12px;
	border:1px solid #eaeaea;
	border-radius:2px;
	position:absolute;
	right:0;
	padding:10px 0;
	box-shadow: 1px 0 6px rgba(0,0,0,.1);
	white-space: nowrap;
	z-index:9999;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down i.nav-menu-arrow {
	color: #fff;
    font-size: 34px;
    border-width: 6px;
    box-shadow: -3px -3px 6px rgba(0,0,0,.1);
    transform-origin: 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    border-style: solid;
    right: 45px;
}
.top-box-nav li.nav-down .nav-menu a {
	display: block;
	color:#4f4f4f;
	font-size:16px;
	text-indent:20px;
	height:42px;
	line-height:42px;
	width:100%;
}
.top-box-nav li.nav-down .nav-menu a:hover {
	color:#ffffff;
	background-color:#1d6dcc;
}
.top-box-media .top-box-nav-move {
	display:none;
}

.top-box-media .top-box-login {
	height:60px;
	font-size:14px;
}
.top-box-login .top-link {
	width:130px;
	height:60px;
	line-height:60px;
	position:relative;
	text-align:center;
}
.top-box-login .top-link:hover {
	width:128px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.top-box-login .top-link a {
	height:60px;
	display:inline-block;
}
.top-box-login .top-link .top-link-menu {
	display:none;
}
.top-box-login .top-link:hover .top-link-menu {
	display: inline;
}
.top-link .top-link-menu {
	width:128px;
	border:1px solid #cccccc;
	position:absolute;
	top:60px;
	left:-1px;
	background-color:#ffffff;
}
.top-link .top-link-menu a {
	width:100%;
	font-size:12px;
	height:40px;
	line-height:40px;
	display:block;
}
.top-link .top-link-menu a:hover {
	background-color:#fafafa;
}

a#Login {
	display:inline-block;
	color:#ffffff;
	padding:0 20px;
	height:60px;
	line-height:60px;
	background-color:#50b400;
	margin-right:15px;
}
a#Login:hover {
	background-color:#3a8200;
}

.wlogin-box a {
	float:left;
	line-height:60px;
}
.wlogin-box .sLogin-box {
	line-height:60px;
	padding:0 8px;
}
.wlogin-box .sLogin-box p {
	color:#cccccc;
	padding-left:10px;
}
.wlogin-box .sLogin-box a {
	width:20px;
	height:20px;
	display:inline-block;
	margin: 0 3px;
	padding-top:5px;
}
.login-box a {
	line-height:60px;
	padding-right:15px;
}



/*header*/
.header-box {
	width:1200px;
	height:130px;
}
.header-box .logo-box {
	width:200px;
	height:70px;
	margin-top:30px;
}
.header-box .search-box {
	width:520px;
	height:45px;
	margin-top:45px;
	margin-left:100px;
	background-color:#ffffff;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,.08);
}
.search-box .search-input {
	width:390px;
	height:45px;
	padding-left:10px;
}
.search-box .search-input input {
	width:390px;
	height:41px;
	border:1px solid #ffffff;
	font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
	font-size:14px;
}
.search-box .search-btn {
	width:100px;
	height:45px;	
}
.search-box .search-btn input {
	width:100px;
	height:45px;
	font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
	font-size:16px;
	background-color:#1d6dcc;
	border:0;
	cursor: pointer;
	color:#e4eef9;
	transition:all 0.2s ease;
}
.search-box .search-btn input:hover {
	color:#ffffff;
	background-color:#3c86d5;
	transition:all 0.2s ease;
}
.header-box .login-box {
	height:30px;
	margin-top:55px;
}
.login-box .login-agile {
	font-size:14px;
	color:#999999;
	width:190px;
}
.login-agile a {
	display:inline-block;
	width:30px;
	height:30px;
	padding:0;
	margin-bottom:-10px
}
.login-agile a#t-weixin {
	background: url("../icon/icon_WeiXin.svg") no-repeat center;
	background-size: 30px;
}
.login-agile a#t-weibo {
	background: url("../icon/icon_WeiBo.svg") no-repeat center;
	background-size: 30px;
}
.login-agile a#t-qq {
	background: url("../icon/icon_QQ.svg") no-repeat center;
	background-size: 30px;
}
.login-box .login-sign-box {
	height:30px;
	margin-top:-18px;
}
.login-sign-box a {
	display:inline-block;
	height:30px;
	margin:0;
	padding:0;
}
.login-sign-box span {
	font-size:12px;
	color:#b1dff4;
	padding:0 12px;
}

.login-box .login-sign-yes-box {
	font-size:14px;
	height:30px;
	margin-top:-18px;
	color:#666666;
}
.login-sign-yes-box a {
	display:inline-block;
	height:30px;
	margin:0;
	padding:0;
	font-weight:700;
	color:#3c86d5;
}



/*广告*/
.ad-top-box {
	width:1200px;
	height:120px;
	margin-top:25px;
	margin-bottom:30px;
}
.ad-top-box .ad-box-820x120 {
	width:820px;
	height:120px;
	overflow:hidden;
	border-radius:6px;
	float:left
}
.ad-top-box .ad-box-820x120 img {
	width:820px;
	height:auto;
	border:0;
	overflow:hidden;
}
.ad-top-box .ad-box-1200x100 {
	width:1200px;
	height:100px;
	overflow:hidden;
	border-radius:6px;
	background-color:#f0f0f0;
}
.ad-top-box .ad-box-340x120 {
	width:340px;
	height:120px;
	overflow:hidden;
	border-radius:6px;
	background-color:#f0f0f0;
	float:right
}
.ad-box-300x140 {
	width:300px;
	height:140px;
	overflow:hidden;
	border-radius:4px;
	background-color:#f0f0f0;
}
.ad-box-300x140 img {
	width:300px;
	height:auto;
	border:0;
	overflow:hidden;
}
.ad-box-300x360 {
	width:300px;
	height:360px;
	border-radius:4px;
	overflow:hidden;
	background-color:#f0f0f0;
}
.ad-box-300x360 img {
	width:300px;
	height:auto;
	border:0;
	overflow:hidden;
}
.ad-box-340x340 {
	width:340px;
	height:340px;
	overflow:hidden;
	border-radius:6px;
	background-color:#f0f0f0;
	margin-top:1.5rem;
}



/*当前位置*/
.position-box {
	width:1200px;
	height:40px;
	padding-bottom:20px;
}
.position-l {
	font-size:14px;
	line-height:40px;
}
.position-l a {
	padding:0 3px;
}
.position-l a#logo {
	width:175px;
	height:30px;
	display:inline-block;
}
.position-l a#logo img {
	width:161px;
	height:30px;
	vertical-align: top;
}
.position-r .Search-box {
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#fafafa;
	border-radius:4px;
	padding:0 15px;
}
.Search-box i {
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	color:#ff7300;
	padding-right:4px;
	font-weight: 700;
	
}
.Search-box a {
	color:#999999;
}


/*二级栏目导航*/
.position-nav {
	width:100%;
	height:70px;
	background-color:#ffffff;
	margin-bottom:25px;
	border-top:2px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	position:relative;
}
.position-nav ul li {
	float:left;
	line-height:70px;
}
.position-nav li a {
	height:70px;
	color:#666666;
}
.position-nav li a:hover {
	height:70px;
	color:#0054b4;
}
.position-nav li span {
	font-size:12px;
	color:#e2e2e2;
	margin: 0 20px;
}
.position-nav li.position-nav-active a {
	border-top:4px solid #0054b4;
	display:inline-block;
	margin-top:-3px;
	height:70px;
	color:#0054b4;
	font-weight:700;
}



/*主框架*/
.main-box {
	width:1140px;
	background-color:#ffffff;
	padding:30px;
}
.main-box .main-l {
	width:800px;
	float:left;
}
.news-item-box .news-item-img {
	padding:18px 0;
	border-bottom:1px solid #eeeeee;
	background-color:#ffffff;
	transition:all 0.2s ease;
}
.news-item-box .news-item-img:hover {
	border-bottom:1px solid #eeeeee;
	background-color:#fafafa;
	transition:all 0.2s ease;
}
.news-item-img .news-photo {
	float:left;
	display: block;
    width: 160px;
    height: 120px;
    overflow: hidden;
}
.news-item-img .news-photo img {
	transform: scale(1);
	transition: transform .5s;
}
.news-item-img .news-photo img:hover {
	transform: scale(1.1);
	transition: transform .5s;
}
.news-item-img .news-detail {
	width: 600px;
    margin-left: 25px;
    float: left;
}
.news-detail .news-title {
	width: 90%;
}
.news-detail .news-title h3 {
	font: normal 22px/28px "Microsoft Yahei";
    min-height: 60px;
    padding-bottom: 26px;
	padding-top:8px;
	font-weight:700;
}
.news-detail .news-tag {
	height:22px;
}
.news-tag .news-tag-name {
    line-height: 14px;
    margin-right: 10px;
	font-size:14px;
}
.news-tag .news-tag-time {
    font-size:14px;
	line-height: 12px;
	margin-right: 6px;
}
.news-tag .news-tag-zan {
	font-size:12px;
	line-height: 12px;
	float:right;
	padding-top:4px;
	cursor: pointer;
	position:relative;
}
.news-tag .news-tag-zan:hover {
	color:#0054b4;
}
.news-tag .news-tag-zan i {
	margin-right:4px;
	vertical-align: top;
}


.news-item-box .news-item-text {
	padding:18px 0;
	border-bottom:1px solid #eeeeee;
	background-color:#ffffff;
	transition:all 0.2s ease;
}
.news-item-box .news-item-text:hover {
	border-bottom:1px solid #eeeeee;
	background-color:#fafafa;
	transition:all 0.2s ease;
}
.news-item-text .news-detail {
	width: 785px;
}
.news-item-text .news-detail .news-title h3 {
	font: normal 22px/28px "Microsoft Yahei";
	font-weight:700;
    min-height: 35px;
    padding-bottom: 14px;
	padding-top:0;
}

/*加载更多*/
.news-more {
	width:100%;
	height:50px;
	text-align:center;
}
.news-more a {
	width:300px;
	height:45px;
	font-size:16px;
	line-height:45px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	border:1px solid #eeeeee;
	background-color:#ffffff;
	color:#353535;
}
.news-more a:hover {
	border:1px solid #1d6dcc;
	color:#50b400;
}
.news-more span {
	width:300px;
	height:45px;
	font-size:16px;
	line-height:45px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	border:1px solid #f0f0f0;
	background-color:#ffffff;
	color:#ff8a00;
}
.news-more p {
	width:300px;
	height:45px;
	font-size:16px;
	line-height:45px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	border:1px solid #f0f0f0;
	background-color:#ffffff;
	color:#666666;
}



/*分页*/
.news-page {
	width:100%;
	height:50px;
	text-align:center;
}
.news-page a {
	width:160px;
	height:45px;
	font-size:16px;
	line-height:45px;
	text-align:center;
	display:inline-block;
	border:1px solid #eeeeee;
	background-color:#ffffff;
	color:#4f4f4f;
	margin-right:20px;
}
.news-page a:hover {
	border:1px solid #1d6dcc;
	color:#1d6dcc;
}
.comment-item-box .comment-item .comment-item-tool {
	font-size:12px;
	line-height:18px;
	padding-top:5px;
	text-align:right;
	position:relative;
}
.comment-item-tool a {
	color:#cccccc
}
.comment-item-tool a:hover {
	color:#50b400
}
.comment-item-tool a i {
	font-size:14px;
	line-height:18px;
	padding-right:5px;
	text-align:right;
}
.comment-item-box .comment-item .comment-item-tool-active {
	font-size:12px;
	line-height:18px;
	padding-top:5px;
	text-align:right;
	position:relative;
	
}
.comment-item-tool-active a {
	color:#50b400;
}
.comment-item-tool-active a i {
	font-size:14px;
	line-height:18px;
	padding-right:5px;
	text-align:right;
	color:#50b400
}




.main-box .main-r {
	width:300px;
	float:right;
}
.news-box {
	margin-top:1.5rem;
}
.news-box h3.title-default {
	height:55px;
	border-top:2px solid #7ea6d6;
	position: relative;
	padding-bottom:4px;
}
.news-box h3.title-default p {
	font-size:22px;
	color:#0054b4;
	height:55px;
	line-height:55px;
	position:absolute;
	left:0;
	top:-1px;
}
.item-news-box {
	padding: 0;
}
.item-news-box li {
	font-size:16px;
	line-height:34px;
	width:290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-news-box li span {
	font-family: "Microsoft Yahei";
	font-weight:700;
	padding-right:5px;
}



/*footer*/
.footer-box {
	width:100%;
	position:relative;
	background-color:#ecf0f1;
}
.footer-nav-box-1200 {
	width:1200px;
	padding-top:45px;
}
.footer-nav-box-1200 .footer-nav {
	float:left;
}
.footer-nav-box-1200 .footer-copyright {
	font-size:12px;
}
.footer-nav-box-1200 .footer-info {
	float:right;
	padding-top:18px;
}
.footer-nav-box-1200 .footer-copyright-link {
	font-size:14px;
	padding-top:18px;
}
.footer-nav-box-1200 .footer-copyright-link span {
	font-size:10px;
	color:#cecece;
	padding:0 10px;
}
.footer-nav-box {
	font-size:14px;
	width:100%;
	height:150px;
	background-color:#ecf0f1;
	line-height:10px;
}
.footer-nav span {
	font-size:10px;
	line-height:50px;
	color:#cecece;
	padding:0 10px;
}
.footer-nav-box-move {
	display:none;
}


/*动画效果*/
.add-num{
    display:none;
}
.add-num .add-animation{
    position:absolute;
    top:15px;
    right: 10px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity:0;
    animation: mypraise 0.5s ;
    -moz-animation: mypraise 0.5s ;	/* Firefox */
    -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */
    -o-animation: mypraise 0.5s ;	/* Opera */
    font-style:normal;
}
.praise .hover , .add-num .add-animation.hover , #praise-txt.hover{
    color: #50b400;
}
/*点赞数量加减动画开始*/
@keyframes mypraise
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-moz-keyframes mypraise /* Firefox */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-webkit-keyframes mypraise /* Safari 和 Chrome */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=10);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=10);
        -moz-opacity:0;
    }
}

@-o-keyframes mypraise /* Opera */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}


@media only screen and (max-width: 540px) {
	
}


@media only screen and (max-width: 768px) {
	
	
}


@media only screen and (max-width: 991px) {
	
	
}


@media only screen and (max-width: 1199px) {
	.top-box {
		background-color: rgba(29,109,204,0.8);
		box-shadow:0 0 3px rgba(0,0,0,0.3);
		height: 60px;
		width: 100%;
		position:relative;
	}
	.top-box .top-box-media {
		width:90%;
		margin:0 auto;
	}
	.top-box-media .top-box-nav {
		display:none;
	}
	.top-box-media .top-box-nav-move {
		display: inline;
		width:80px;
	}
	.top-box-nav-move .nav-down {
		width:1rem;
		height:1rem;
	}
	.top-box-nav-move .nav-down i {
		color:#ffffff;
		font-size:2rem;
		line-height:55px;
		width:1rem;
		height:1rem;
		display:inline-block;
		cursor:pointer;
	}
	.top-box-nav-move ul {
		width:100%;
		height:auto;
		position: absolute;
		top:60px;
		left:0;
		right:0;
		padding: 10px 0;
		background-color: rgba(255,255,255,0.98);
		border-top:1px solid #e2e2e2;
		border-bottom:1px solid #e2e2e2;
	}
	.top-box-nav-move ul li {
		width:33.33333%;
		font-size:1.2rem;
		height:2.8rem;
		line-height:2.8rem;
		text-align:center;
		float:left;
	}
	.top-box-login .top-link {
		display:none;
	}
	.wlogin-box .sLogin-box {
		display: none;
	}
	.wlogin-box a {
		font-size:1rem;
	}
	
	a#Login {
		display:inline-block;
		color:#ffffff;
		padding:0 30px;
		height:60px;
		line-height:60px;
		background-color:#50b400;
		margin-right:15px;
	}
	a#Login:hover {
		background-color:#3a8200;
	}
	
	.wlogin-box a {
		line-height:60px;
	}
	.wlogin-box .sLogin-box {
		line-height:60px;
	}
	
	.login-box a {
		line-height:60px;
	}
	
	
	/*header*/
	.header-box {
		width:100%;
		height:auto;
	}
	.header-box .logo-box {
		width:90%;
		height:70px;
		text-align:center;
		margin-top:30px;
		float: none
	}
	.header-box .search-box {
		width:85%;
		height:45px;
		margin: 30px auto;
		background-color:#ffffff;
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,.08);
		float: none
	}
	.search-box .search-input {
		width:210px;
		height:45px;
	}
	.search-box .search-input input {
		width:220px;
		height:41px;
		border:1px solid #ffffff;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		font-size:14px;
	}
	.search-box .search-btn {
		width:80px;
		height:45px;	
	}
	.search-box .search-btn input {
		width:80px;
		height:45px;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		font-size:16px;
		background-color:#1d6dcc;
		border:0;
		cursor: pointer;
		color:#e4eef9;
		transition:all 0.2s ease;
	}
	.search-box .search-btn input:hover {
		color:#ffffff;
		background-color:#3c86d5;
		transition:all 0.2s ease;
	}
	.header-box .login-box {
		display:none;
	}
	
	
	/*广告*/
	.ad-top-box {
		width:100%;
		height:auto;
		margin-top:25px;
		margin-bottom:30px;
	}
	.ad-top-box .ad-box-820x120 {
		width:90%;
		height:auto;
		overflow:hidden;
		border-radius:6px;
		float:none;
		margin:15px auto;
	}
	.ad-top-box .ad-box-820x120 img {
		width:100%;
		height:auto;
		border-radius:6px;
	}
	.ad-top-box .ad-box-1200x100 {
		width:90%;
		height:100px;
		overflow:hidden;
		border-radius:6px;
		background-color:#f0f0f0;
		margin:15px auto;
	}
	.ad-top-box .ad-box-340x120 {
		width:90%;
		height:auto;
		overflow:hidden;
		border-radius:6px;
		background-color:#ffffff;
		float:none;
		margin:0 auto;
	}
	.ad-box-340x120 {
		width:90%;
		height:auto;
		overflow:hidden;
		border-radius:6px;
		background-color:#ffffff;
		margin:0 auto;
	}
	.ad-box-340x120 img {
		width:100%;
		height:auto;
		border-radius:6px;
	}
	.ad-box-340x340 {
		width:90%;
		height:340px;
		overflow:hidden;
		border-radius:6px;
		background-color:#f0f0f0;
		margin:1.5rem auto;
	}
	.ad-top-box .ad-box-300x140 {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:4px;
		background-color:#ffffff;
		float:none;
		margin:0 auto;
		margin-left:0;
	}
	.ad-box-300x140 {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:4px;
		background-color:#ffffff;
		margin:0 auto;
		margin-left:0;
	}
	.ad-box-300x140 img {
		width:100%;
		height:auto;
		border-radius:4px;
	}
	.ad-box-300x360 {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:4px;
		background-color:#ffffff;
		margin:1rem auto;
		margin-left:0;
	}
	.ad-box-300x360 img {
		width:100%;
		height:auto;
		border-radius:4px;
	}
	
	
	/*当前位置*/
	.position-box {
		width:100%;
		height: auto;
		padding-top:1rem;
		padding-bottom:.5rem;
		margin:0 auto;
	}

	.position-l {
		width:90%;
		font-size:.9rem;
		float:none;
		margin:0 auto;
		padding:0;
	}
	.position-l a {
		padding-right:4px;
	}
	.position-l a#logo {
		width:100%;
		height:45px;
		display:inline-block;
	}
	.position-l a#logo img {
		padding:8px 0;
		width:161px;
		height:30px;
		vertical-align: top;
	}
	.position-l .inbolck {
		display:block;
	}
	.position-r {
		width:90%;
		font-size:.8rem;
		line-height:45px;
		margin:1rem auto;
		float:none;
		text-align:center
	}
	.position-r .Search-box {
		width:100%;
		height:40px;
		line-height:40px;
		font-size:.8rem;
		background-color:#f4f4f4;
		border-radius:4px;
		padding:0;
	}
	.Search-box i {
		font-size:1.2rem;
		display:inline-block;
		vertical-align:top;
		color:#ff7300;
		padding-right:4px;
		font-weight: 700;
	}
	a#menu_phpcms {
		display:none;
	}
	

	/*二级栏目导航*/
	.position-nav {
		width:90%;
		height:70px;
		background-color:#ffffff;
		border-top:2px solid #eaeaea;
		border-bottom:1px solid #eaeaea;
		position:relative;
		margin:0 auto;
		overflow: hidden;
	}
	.position-nav ul li {
		float:left;
		line-height:70px;
	}
	.position-nav li a {
		height:70px;
		color:#666666;
	}
	.position-nav li a:hover {
		height:70px;
		color:#0054b4;
	}
	.position-nav li span {
		font-size:12px;
		color:#e2e2e2;
		margin: 0 20px;
	}
	.position-nav li.position-nav-active a {
		border-top:4px solid #0054b4;
		display:inline-block;
		margin-top:-3px;
		height:70px;
		color:#0054b4;
		font-weight:700;
	}
	
	
	
	/*主框架*/
	.main-box {
		width:100%;
		padding:0;
	}
	.main-box .main-l {
		width:90%;
		float:none;
		margin:0 auto;
	}
	.news-item-box .news-item-img {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-box .news-item-img:hover {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-img .news-photo {
		float:left;
		display: block;
		width: 100%;
		height: auto;
	}
	.news-item-img .news-photo img {
		width:100%;
		height: auto;
		transform: scale(1);
		transition: transform .5s;
	}
	.news-item-img .news-photo img:hover {
		transform: scale(1.1);
		transition: transform .5s;
	}
	.news-item-img .news-detail {
		width: 100%;
		margin-left: 0;
		float: left;
	}
	.news-detail .news-title {
		width: 100%;
	}
	.news-detail .news-title h3 {
		font: normal 20px/24px "Microsoft Yahei";
		min-height: 50px;
		padding-bottom: 26px;
		padding-top:8px;
		font-weight:700;
	}
	.news-detail .news-tag {
		height:22px;
	}
	.news-tag .news-tag-name {
		line-height: 12px;
		font-size:.8rem;
	}
	.news-tag .news-tag-time {
		font-size:.8rem;
		line-height: 12px;
		margin-right: 6px;
	}
	.news-tag .news-tag-zan {
		display:none;
	}
	
	
	.news-item-box .news-item-text {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-box .news-item-text:hover {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-text .news-detail {
		width: 100%;
	}
	.news-item-text .news-detail .news-title h3 {
		font: normal 20px/26px "Microsoft Yahei";
		min-height: 35px;
		padding-bottom: 14px;
		padding-top:0;
		font-weight:700;
	}
	
	.comment-item-box .comment-item .comment-item-tool {
		font-size:.8rem;
		line-height:1.2rem;
		padding-top:10px;
		text-align:right;
	}
	.comment-item-tool a {
		color:#cccccc
	}
	.comment-item-tool a:hover {
		color:#50b400
	}
	.comment-item-tool a i {
		font-size:1rem;
		line-height:1.2rem;
		padding-right:5px;
		text-align:right;
	}
	.comment-item-box .comment-item .comment-item-tool-active {
		font-size:.8rem;
		line-height:1.2rem;
		padding-top:10px;
		text-align:right;
		position:relative;
		
	}
	.comment-item-tool-active a {
		color:#50b400;
	}
	.comment-item-tool-active a i {
		font-size:1rem;
		line-height:1.2rem;
		padding-right:5px;
		text-align:right;
		color:#50b400
	}
	
	
	
	/*加载更多*/
	.news-more {
		width:100%;
		height:50px;
		text-align:center;
	}
	.news-more a {
		width:100%;
		height:45px;
		font-size:16px;
		line-height:45px;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		border:1px solid #eeeeee;
		background-color:#ffffff;
		color:#353535;
	}
	.news-more a:hover {
		border:1px solid #50b400;
		color:#50b400;
	}
	.news-more span {
		width:100%;
		height:45px;
		font-size:16px;
		line-height:45px;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		border:1px solid #f0f0f0;
		background-color:#ffffff;
		color:#ff8a00;
	}
	.news-more p {
		width:100%;
		height:45px;
		font-size:16px;
		line-height:45px;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		border:1px solid #f0f0f0;
		background-color:#ffffff;
		color:#666666;
	}
	
	
	
	/*分页*/
	.news-page {
		width:100%;
		height:50px;
		text-align:center;
	}
	.news-page a {
		width:120px;
		height:50px;
		font-size:1rem;
		line-height:50px;
		text-align:center;
		display:inline-block;
		border:1px solid #eeeeee;
		background-color:#ffffff;
		color:#353535;
		margin-right:1rem;
	}
	.news-page a:hover {
		border:1px solid #3c86d5;
		color:#3c86d5;
	}
	
	
	
	
	.main-box .main-r {
		width:90%;
		float:none;
		margin:2rem auto
	}
	.news-box {
		width:100%;
		margin:0 auto;
		padding-bottom:1rem;
		margin-left:0;
	}
	.news-box h3.title-default {
		height:50px;
		border-top:2px solid #3c86d5;
		position: relative;
		padding-bottom:4px;
	}
	.news-box h3.title-default p {
		font-size:1.2rem;
		color:#353535;
		height:50px;
		line-height:50px;
		padding: 0 15px;
		position:absolute;
		left:0;
		top:-1px;
	}
	.item-news-box {
		padding: 0 15px;
	}
	.item-news-box li {
		font-size:1rem;
		line-height:2.2rem;
		width:90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.item-news-box li span {
		font-family: "Microsoft Yahei";
		font-weight:700;
		padding-right:5px;
	}
	
	
	
	/*footer*/
	.footer-nav-box {
		display:none;
	}
	.footer-nav-box-move {
		display: inline;
		width:100%;
		height:auto;
		text-align:center;
	}
	.footer-nav-box-move .footer-copyright {
		font-size:.8rem;
		height:60px;
		line-height:60px;
		background-color:#ecf0f1;
	}
}


@media only screen and (min-width: 0) and (max-width: 540px) {
	
	/*top*/
	.top-box-nav-move ul li {
		font-size:.8rem;
		line-height:2.2rem;
	}
	
}


@media only screen and (min-width: 540px) and (max-width: 768px) {
	
	/*top*/
	.top-box-nav-move ul li {
		font-size:1rem;
	}
		
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/*top*/
	.top-box-nav-move ul li {
		font-size:1rem;
	}
	
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
	/*top*/
	.wlogin-box .sLogin-box {
		display: inline;
	}
	
}


