﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    background-color:#EEE;
    /*background:url('images/default/bg.jpg') fixed;*/
}
.navbar-collapse {
    padding-left:0px;
    padding-right:0px;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
/*********Banner************/
.index-banner {
    background:url('images/default/home-banner.png') no-repeat 50%;height:38rem;
}
.white-background {
 background-color:white;
}
.marquee-box{
    padding: 3px 0px;
    background-color:#46A3FF;
	/*padding: 3px 0px;background-color:#e67b14;*/
}
.marquee-box .marquee-title{
color:red;font-weight:bold;
}
.marquee-box a{
display:inline-block;
margin-right:15px;
color:white;
}
/*************************/
.search-box {
margin:8px 0;
}
.navbar-inverse .navbar-nav > li > a {
font-size:16px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*******************************************/
.box-item {
    margin:10px auto;
}
.box-item a.section-item {
    display:inline-block;
    width:100%;
    height:100%;
    background: rgba(204,204,204,0.90);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B21083bf,endColorstr=#B21083bf);
    text-align: center;
    min-height:180px;
    border:solid 1px gray;
}
.box-item a:hover {
    -webkit-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.list-border {
    border:solid 1px gray;
}
.no-border {
    border:none;
    padding:8px 15px;
}
.szx-img {
    width:100%;
}


.content-block h2 {
    line-height: 32px;
    color: #666;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px solid #EEE;
}
.content-block .title strong {
    /*border-bottom: 2px solid #3399CC;*/
	border-bottom: 2px solid #269828;
    display: inline-block;
    position: relative;
    bottom: -2px;
    font-weight: normal;
}
/*最新文章样式开始*/
.news-list {
	float: left;
	width: 100%;
	padding: 10px 5px;
	border-bottom: solid 1px #f0f0f0;
	margin: 0px;
	text-decoration: none;
}
.news-img img {
	width: 100%;
	/*height: 100%;*/
	padding: 0px;
	margin: 0px;/*width:216px;
  height:140px;*/
}
.news-info {
	overflow: hidden;
	padding: 0px;
	display: block;
	position: relative;
}
.anoun-info {
    padding:0 15px;
}
.news-info dl {
	float: right;
	width: 100%;
	margin-bottom: 0px;
}
.news-info dl dt {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	overflow: hidden;
}
.news-info dl dt a{
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 18px;
	color:#444;
	
}
.news-info a {
color:#444;
}
.news-info dl dt a:hover,.news-info a:hover {
	color: #555;
}
.news-info dd, .news-info span {
	cursor: default;
}
.news-info .name {
	float: left;
	padding-left: 18px;
	padding-right: 4px;
	height: 20px;
	background: url(../images/news-icon.png) no-repeat left 3px;
}
.news-info .name a {
	display: inline-block;
	color: #3399CC;
}
.news-info .identity {
	float: left;
	height: 12px;
	padding: 5px 25px 0 0;
}
.news-info .time {
	float: left;
	padding-left: 18px;
	color: #b8b8b8;
	background: url(../images/news-icon.png) no-repeat left -28px;
}
.news-info .text {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 12px;
	word-wrap: break-word;
}
.news-info .news_bot {
	padding: 0px;
	bottom: 0;
	left: 0;
	color: #666;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 10px;
	width: 100%;
	z-index: 2;
}
.news-info .tags {
	float: left;
}
.content .tags a {
	display: inline-block;
	color: #666666;
	padding: 2px 8px;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	text-decoration: none;
}
.news-info .look {
	float: right;
	line-height: 22px;
}
.news-info .look strong {
	font-weight: normal;
	color: #3399CC;
}
 @media (max-width: 479px) {
.banner img{
   width:100%; 
}
.news-list .news-img {
	width: 100%;
	height: auto;
}
.news-list .news-info dl dt {
	margin-top: 10px;
}
.news-list .news-info {
	width: 100%;
	padding: 0 15px;
}
}
/*首页内容分页样式开始*/
.news-more {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: right;
}
.news-more a {
	display: inline-block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	/*background: #298ed2;*/
	background: #269828;
	color: #FFFFCC;
	border-radius: 50px;
	opacity: .9;
    text-align: center;
}
.news-more a:hover {
	color: #FFF;
	background: #298ed2;
	opacity: 1;
}
.quotes {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #AAA;margin:15px 0px;
}
.quotes span, .quotes a {
	padding: 6px 12px;
	margin: 0 3px;
	background: #DDD;
	border-radius: 5px;
}
.quotes a {
	color: #666;
	text-decoration: none;
}
.quotes a:hover {
	opacity: 1;
	color: #FFFFFF;
	background: #3399CC;
	opacity: 0.8;
}
.quotes .disabled {
	cursor: not-allowed;
}
.quotes .current {
	background: #3399CC;
	color: #FFFFCC;
	cursor: default;
}

/****************************/
.public-news .public-news-title {
    width: 100%;
    line-height: 22px;
    font-size: 22px;
    color: #444;
    text-align:center;
    font-weight:bold;
}
.public-news .public-news-attr {
    display:block;
    text-align:right;
}
.public-news p {

}
.public-news-body img {
    text-align:center;
    max-width:100%;
}
hr {
    margin:5px auto;
}

/*****************Category list***********************/
.category-item {
    margin-bottom:10px;
}
.category-item a {
    display: table;
    table-layout: fixed;
    height: 94px;
    width: 100%;
    -webkit-transition: ease-in-out .4s;
    -moz-transition: ease-in-out .4s;
    -ms-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
    /*background: rgba(26,36,71,0.8);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8938476,endColorstr=#C8938476);
    text-decoration:none;
border: 1px solid #eaeef1;
    border-radius: 3px;
}

.category-item a:hover {
background-color:#007db8!important;/*white!important;*/
    /*box-shadow: 0 0 10px #fff inset;
    background: rgba(0,132,205,1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5938476,endColorstr=#E5938476);*/
}
.category-item a:hover span{
color: #666666;
}
.category-item a span {
    font-size: 16px;
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: white;
}
/*.category-item li a i {
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../theme/ico/ico_38.png);
    background-repeat: no-repeat;
}
.category-item a:hover i {
    transition: ease-in-out .4s;
    transform: rotate(360deg);
}*/
.category-item a span:hover, .category-item a span img {
    /*transition: transform 0.7s ease-out;
    transform: rotate(360deg);
    -webkit-transition: transform 0.7s ease-out;
    transform: rotate(360deg);
    -moz-transition: transform 0.7s ease-out;
    transform: rotate(360deg);
    -o-transition: transform 0.7s ease-out;
    transform: rotate(360deg);
    -ms-transition: transform 0.7s ease-out;
    transform: rotate(360deg);*/

}
.category-item a em {
    display: block;
    margin-top: 15px;
    height: 32px;
}
.input-group-addon
{
	cursor: pointer;
}
.desc-content img{max-width:100%}

/*******************Slide Bar**************************/
.side-bar a,.chat-tips i {background: url('images/default/right_bg.png') no-repeat;}
/*.side-bar {width: 46px;position: fixed;top: 250px;right: 0px;font-size: 0;line-height: 0;z-index: 100;background-color: #669fdd;}
.side-bar a {width: 46px;height: 46px;display: inline-block;background-color: #669fdd;margin-bottom: 2px;}*/
.side-bar {width: 46px;position: fixed;top: 250px;right: 0px;font-size: 0;line-height: 0;z-index: 100;background-color: #269828;}
.side-bar a {width: 46px;height: 46px;display: inline-block;background-color: #269828;margin-bottom: 2px;}
.side-bar a:hover {background-color: #669fdd;}
.side-bar .icon-qq {background-position: 0 -62px;}
.side-bar .icon-chat {background-position: -10px -137px;position: relative;}
.side-bar .icon-chat:hover .chat-tips {display: block;}
.side-bar .icon-blog {background-position: -10px -210px;border-top:solid 2px white}
.side-bar .icon-mail {background-position: 0 -266px;}
.side-bar .icon-totop {background-position: 0 -334px;}
.chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 58px;top: -55px;background-color: #fff;display: none;}
.chat-tips i {width: 9px;height: 16px;display: inline-block;position: absolute;right: -9px;top: 80px;background-position:-88px -350px;}
.chat-tips img {width: 138px;height: 138px;}

/***********************Menu*******************************/
.navbar-inverse {
    /*background-color: #255f88;
    border-color: #255f88;*/
	background-color: #007db8;
	border-color: #007db8;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #298efd;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}
footer{background-color:#464141;color:white;}
footer a:link{color:white;}
.nav>li>a{
   padding: 10px 11px;
}