@charset "utf-8";
/*
 统一样式定义
 * */

body {
	font-size: 12px;
	font-family: Microsoft YaHei, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	background: #fff !important;
}

* {
	padding: 0;
	margin: 0;
}

em {
	font-style: normal;
}

.min-width {
	width: 100%;
}

img {
	vertical-align: middle;
}

ul,
li,
div,
p,
ol,
h1,
h2,
h3,
h4,
h5 {
	list-style: none;
	padding: 0;
	display: block;
	margin: 0
}

li:first-child {
	border: 0;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}

a:visited,
a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #005389;
	background-color: transparent;
}

li s {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #CCCCCC;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}

.hidden {
	display: none;
}

.content {
	padding: 0 15px;
	/*background: #F2DEDE;*/
}


/*文本截止*/

.ellipsis-line-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-line-clamp-2 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*
 头部样式
 * */

header {
	min-height: 267px;
}

header .min-width {
	min-width: 1200px;
	background: url(http://www.ytstrong.com/skin/images/header-bg.jpg) no-repeat top left;
	background-size: 100% 100%;
	height: 207px;
}

.containers {
	min-width: 1200px;
	margin: 0 auto;
	width: 1200px;
}

.top {
	height: 50px;
}

.top-buttons li {
	float: left;
}

.top-buttons li a {
	display: block;
	padding: 12px 22px;
	background: #1c87bf;
	margin-left: 8px;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.top-enter {
	padding-top: 13px
}

.top-enter li {
	padding: 0 10px;
	float: left;
	border-left: 1px solid #fff;
	height: 13px;
	line-height: 12px;
	cursor: pointer;
}

.top-enter li a {
	color: #FFF;
}

.header-title {
	padding-top: 25px;
	padding-left: 20px;
}

.sdkjt-title {
	width: 425px;
	height: 80px;
	/* background: url(http://m.ytstrong.com/templets/default/images/index-title.png) no-repeat top left; */
	display: inline-block;
}

.sdkjt-small-title {
	display: inline-block;
	margin-left: 30px;
	width: 240px;
	height: 80px;
	/* background: url(http://m.ytstrong.com/templets/default/images/small-title.png) no-repeat 0 10px; */
}

.header-search {
	width: 390px;
}

.weather {
	width: 100%;
	height: 30px;
	color: white;
	font-size: 14px;
	padding-left: 20px
}

.search-key {
	position: relative;
}

.search-key input {
	padding-left: 10px;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 34px;
}

.hot-search {
	color: #cc0000;
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
}

.hot-txt span {
	color: #333;
	padding-right: 15px;
	cursor: pointer;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	height: 34px;
	cursor: pointer;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat -210px -100px;
}
.clearmb {clear:both;height:10px;}
nav {
	min-width: 1200px;
	height: 60px;
	background: -webkit-linear-gradient(to top, #004581, #0061b3);
	background: -o-linear-gradient(to top, #004581, #0061b3);
	background: -moz-linear-gradient(to top, #004581, #0061b3);
	background: linear-gradient(to top, #004581, #0061b3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061b3', endColorstr='#004581', grandientType=0);
	/** IE7 **/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061b3', endColorstr='#004581', grandientType=0);
	/** IE8 **/
}

.header-nav {
	width: 1200px;
	margin: 0 auto;
}

.header-nav .navli {
	float: left;
	position:relative;
}

.header-nav .navli .nava {
	display: block;
	width: 145.425px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-left: 10px;
	border-top: 2px solid transparent;
}
.header-nav .navli:hover {
	background: #fff;
}

.header-nav .navli:hover .nava {
	color: #005389;
	border-top: 2px solid #dc8c00;
}
.subnav {display:none;position:absolute;top:58px;left:0;z-index:999;width:145.425px;background-color:#005389;}
.subnav li {border-top: 2px solid #dc8c00;}
.subnav li a {display: block;height:58px;line-height:58px;font-size:14px;color:#fff;text-align:center;}
.subnav li a:hover {background-color:rgba(255,255,255,1);color:#005389;}
/* text-decoration:underline; */

/*
 头部样式结束
 * */

article {
	/*background: url(../img/index/index-bg.png) no-repeat top left;*/
	min-height: 600px;
	min-width: 1200px;
	/*padding-top:15px;*/
}

a img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%;
	height: 100%;
}


/*
 脚部样式开始
 * */

footer {
	min-width: 1200px;
	min-height: 150px;
	background: #6bb0d4;
}

.footer {
	/*padding-left: 120px;*/
	padding-top: 35px;
	font-size: 13px;
	position: relative;
}

.footer p {
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.footer_gov {
	width: 100%;
	position: absolute;
}

.footer_gov a.organ {
	float: left;
	margin-left: 40px;
	width: 52px;
	height: 62px;
}

.footer_gov a.gov {
	float: right;
	margin-right: 40px;
	padding-top: 5px;
	width: 110px;
	height: 55px;
}


/*
 浮动框 微信 微博
 * */

.is-tool {
	width: 68px;
	position: fixed;
	top: 58%;
	z-index: 99999;
}

.is-tool li {
	height: 63px;
	margin-bottom: 20px;
}

.is-tool li a {
	display: block;
	padding-top: 34px;
	height: 63px;
	text-align: center;
	background-image: url(http://m.ytstrong.com/templets/default/images/index-icon-floating.png);
	background-position: 0 -210px;
	background-repeat: no-repeat;
	border-radius: 5px;
	color: #005389;
	/*-webkit-transition: .8s ease-in-out;*/
	/*transition: .8s ease-in-out;*/
	cursor: pointer;
}

.is-tool li:hover a {
	background-image: url(http://m.ytstrong.com/templets/default/images/index-icon-floating.png);
	color: #fff;
	/*-webkit-transform: rotateY(180deg);*/
	/*transform: rotateY(180deg);*/
}

.is-tool li.item1:hover a {
	background-position: -70px -210px;
}

.is-tool li.item2:hover a {
	background-position: -70px -140px;
}

.is-tool li.item3:hover a {
	background-position: -70px -70px;
}

.is-tool li.item4:hover a {
	background-position: -70px 0;
}

.l-tool .item5:hover a {
	background-position: -70px -279px;
}

.l-tool {
	left: 10px;
	/*margin-left: -660px;*/
}

.l-tool .item1 a {
	/*background-position: 0 -60px;*/
}

.l-tool .item2 a {
	background-position: 0 -140px;
}

.l-tool .weixinbox,
.l-tool .weibobox {
	position: absolute;
	top: -43px;
	left: 68px;
	width: 150px;
	display: none;
	padding-left: 10px;
}

.l-tool .weibobox {
	top: 30px
}

.l-tool .weixinbox img,
.l-tool .weibobox img {
	display: block;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.r-tool {
	/*left: 95%;*/
	right: 10px;
	/*margin-left: 590px;*/
}

.r-tool .sharebox {
	display: none;
	position: absolute;
	left: -80px;
	top: 140px;
	height: 50px;
	padding-top: 10px;
	padding-left: 10px;
	width: 75px;
	z-index: 9999;
	background: #fff;
}

.r-tool .item3 a {
	background-position: 0 -70px;
}

.r-tool .item4 a {
	background-position: 0 0;
}

.l-tool .item5 a {
	background-position: 0 -279px;
}

.g-location {
	height: 45px;
	line-height: 45px;
	padding-left: 55px;
	background: url(http://m.ytstrong.com/templets/default/images/loaction_bg.png) 30px center no-repeat;
}

@media screen and (max-width: 1350px) {
	.code,
	.r-tool {
		display: none;
	}
	.is-tool.l-tool p {
		display: block;
	}
}

.is-tool p {
	display: none;
	width: 35px;
	height: 62px;
	padding-left: 4px;
	padding-right: 10px;
	line-height: 20px;
	padding-top: 10px;
	color: #fff;
	margin-left: -10px;
	position: absolute;
	left: 10px;
	top: 0;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat -474px -70px;
}


/*
 面包屑导航
 * */

.breadcrumbs {
	padding-left: 30px;
	height: 45px;
	line-height: 45px;
	position: relative;
}

.breadcrumbs s {
	position: absolute;
	top: 17px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ed6f01;
}


/*
 列表项目样式
 * */

.informtion-lists {
	padding-top: 15px;
}

.informtion-lists li {
	line-height: 30px;
	padding-left: 15px;
	padding-right: 25px;
	position: relative;
}

.informtion-lists li a {
	display: block;
	font-size: 14px;
}

.informtion-lists li span {
	color: #999;
}

.informtion-lists s {
	position: absolute;
	top: 12px;
	left: 0;
	float: left;
	width: 4px;
	height: 8px;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat -210px -170px;
}

.informtion-lists a {
	width: 90%;
}


/*头条*/

.headlines {
	width: 590px;
	height: 360px;
	padding-top: 15px;
}

.headlines-logo {
	width: 80px;
	height: 80px;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat top left;
}

.headlines-news {
	min-height: 106px;
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #447cbb;
}

.headlines-news h4 {
	font-size: 20px;
	color: #cc0000;
	line-height: 30px;
	text-align: center;
}

.headlines-news div {
	padding-top: 5px;
	font-size: 12px;
	color: #888;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-indent: 2em;
}

.mynews-lists {}

.mynews-lists-title {
	height: 40px;
	margin-top: 10px;
	border-bottom: 1px solid #e0e2e3;
}

.mynews-lists-title>a {
	width: 15px;
	height: 15px;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat;
	background-position: -240px -60px;
	margin: 10px 20px 0;
}

.mynews-lists-title li {
	float: left;
	height: 40px;
}

.mynews-lists-title li a {
	display: block;
	padding: 0 25px;
	line-height: 38px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
}

.mynews-lists-title li.on a {
	color: #406a9e;
	border-bottom: 2px solid #6693ce;
}

.mycontrl-list {
	display: none;
}

.mycontrl-list.active {
	display: block;
}


/*新闻列表条目样式*/

.news-list {
	padding-top: 10px
}

.news-list li {
	line-height: 31px;
	padding-left: 10px;
}

.news-list a {
	font-size: 14px;
	display: block;
	width: 80%;
}

.news-list li span {
	color: #999;
}


/*
 头条结束
 * */


/*
 轮播样式
 * */

.mynews-carousel {
	width: 550px;
	height: 360px;
	padding-top: 15px;
}

.mynews-carousel .carousel-indicators {
	bottom: 10px !important;
	right: 0;
	left: auto;
	width: 25%;
	text-align: right;
	margin-left: 0;
	padding-right: 15px;
}

.mynews-carousel .carousel-indicators li {
	border: none;
	width: 10px;
	height: 10px;
	background: #cecece;
	margin: 0 5px;
}

.mynews-carousel .carousel-indicators li.active {
	border: none;
	width: 10px;
	height: 10px;
	background: #ce050d;
}

.mynews-carousel .carousel-caption {
	right: 0;
	left: 0;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	bottom: 0;
	background: rgba(0, 70, 131, .7);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f000315B, endColorstr=#0000315B);*/
	background: #004d90;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.mynews-carousel .carousel-caption a{
	color: white;
}
.mynews-carousel .carousel-caption a {
	display: block;
	width: 80%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	color: #fff;
}
.mynews-carousel .item>a {
	display: block;
	width: 550px;
	height: 345px;
}
.mynews-carousel img {}

/*
 轮播结束
 * */

/*
 通知公告
 * */
.inform-notice {
	width: 545px;
	height: 250px;
}
.notice-title {
	height: 54px;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
}
.notice-title>a {
	width: 15px;
	height: 15px;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat;
	background-position: -240px -60px;
	margin: 20px 20px 0;
}
.notice-title div a {
	display: inline-block;
	padding: 0 10px;
	line-height: 52px;
	font-size: 16px;
	border-bottom: 2px solid #6693ce;
}

/*
 通知公告样式结束
 * */

/*
 科技视频
 * */
.tech-video {
	margin-top: 30px;
	height: 250px;
	border: 1px solid #e0e2e3;
}
.video-title {
	float: left;
	width: 45px;
	background: #fbfbfc;
	border-right: 1px solid #e0e2e3;
	height: 100%;
	text-align: center;
}
.video-title a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-top: 60px;
	padding-left: 14px;
	width: 30px;
	height: 100%;
}
.video-title a span {
	display: block;
	margin-top: 20px;
	width: 20px;
	height: 20px;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat -240px -60px;
}
.video-slide {
	padding-top: 35px;
	/*padding-left: 25px;*/
	
	width: 1100px;
	overflow: hidden;
}
.video-slide ul {
	overflow: hidden;
}
.video-slide ul li {
	float: left;
	width: 275px;
	padding-right: 25px;
}
.video-slide ul li>a {
	display: block;
	position: relative;
}
.video-slide ul img {
	width: 250px;
	height: 150px;
}
.video-slide ul b {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 60px;
	height: 70px;
	background: url(http://m.ytstrong.com/templets/default/images/index-icons.png) no-repeat -145px -145px;
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	/* Firefox 4 */
	
	-webkit-transition: opacity 1s;
	/* Safari 和 Chrome */
	
	-o-transition: opacity 1s;
	/* Opera */
}
.video-slide ul li>a:hover b {
	opacity: 1;
}
.video-slide ul p {
	width: 99%;
	padding-top: 10px;
	font-size: 14px;
}

/*
 办事服务和公众参与的title
 * */
.banner {
	height: 80px;
	line-height: 80px;
	background: url(http://m.ytstrong.com/templets/default/images/service-banne.png) no-repeat top center;
	background-size: 100%;
	border: 1px solid #E5E5E5;
}
.banner span {
	display: inline-block;
	color: #406a9e;
	font-size: 24px;
}
.banner s {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 20px 15px 0 50px;
	background: url(../img/index/index-icons.png) no-repeat 0 -150px;
}


/*文字*/
.detail-text,
.detail-text div,
.detail-text p,
.detail-text span {
	color: #333 !important;
	font-size: 16px !important;
	line-height: 1.75em !important;
	font-family: "微软雅黑" !important;
	margin-bottom: 10px
}


/*
 分页的样式 * */
div.pager {
	text-align: center;
	padding-bottom: 10px;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #868585;
	font-size: 13px;
	padding-top: 10px;
	height: 40px;
}
div.pager a {
	border-bottom: #f0f0f0 2px solid;
	border-left: #f0f0f0 2px solid;
	padding-bottom: 2px;
	margin: 0px 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #868585;
	border-top: #f0f0f0 2px solid;
	border-right: #f0f0f0 2px solid;
	text-decoration: none;
	padding-top: 2px
}
div.pager a:hover {
	border-bottom: #004d90 2px solid;
	border-left: #004d90 2px solid;
	color: #004d90;
	border-top: #004d90 2px solid;
	border-right: #004d90 2px solid
}
div.pager a:active {
	border-bottom: #004d90 2px solid;
	border-left: #004d90 2px solid;
	color: #004d90;
	border-top: #004d90 2px solid;
	border-right: #004d90 2px solid
}
div.pager span.current {
	border-bottom: #004d90 2px solid;
	border-left: #004d90 2px solid;
	padding-bottom: 2px;
	background-color: #ff6c16;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	border-top: #004d90 2px solid;
	font-weight: bold;
	border-right: #004d90 2px solid;
	padding-top: 2px
}
div.pager span.disabled {
	display: none
}
div.pager input {
	margin: 0 5px;
	width: 25px;
}
div.pager .page-current {
	color: #FFFFFF;
	border: 1px solid #004d90;
	background: #004d90;
}
div.pager .page-current:hover {
	color: #fff;
	border: 1px solid #004d90;
}