html,body{font: 16px "microsoft yahei";}
body,ul,li{margin: 0px;padding: 0px;}
ul,li{list-style: none;}
/*#wrapper{
 background-image: url(../img/index_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}*/
body
{
	/*background-image: url(../img/exam-bg.jpg);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#logo
{
    max-width: 1200px;
    margin: 0 auto;
}

.nav>li
{
	background-color: rgb(20,121,192);
	font-size: 1rem;
}
.nav>li:hover
{
	background-color: rgba(20,121,192,0.5);
}
.dropdown-menu>li>a:hover
{
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default:hover .navbar-nav>li>a:hover {
    font-weight: bold;
}
#searchBox
{
	border: 1px solid #D3D3D3;
	outline-color:#1479C0 ;
	outline-width: 1px;
	background-image: url(../img/fangdj.png);
	background-repeat:no-repeat;
	background-position:center right; 
	font:13px 'microsoft yahei';
	display: inline-block;
	width: 10rem;
	margin: 0.8rem;
    margin-right: 0px;
    outline: none;
}
#carousel-3 .carousel-caption{
    padding-bottom: 0px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
    right: 0px;
    left: 0px;
    line-height: 1.8rem;
}
#carousel-2 .carousel-caption {
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
    right: 0px;
    left: 0px;
    line-height: 1rem;
}

/*////////////
以下css实现第一个轮播图淡入淡出效果
* */
#carousel-1.carousel-fade .carousel-inner .item{  
    opacity:0;  
    -webkit-transition-property:opacity ;  
    -moz-transition-property:opacity ;  
    -ms-transition-property:opacity ;  
    -o-transition-property:opacity ;  
    transition-property:opacity ;
}
#carousel-1.carousel-fade .carousel-inner .active{  
    opacity: 1;
}
#carousel-1.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{  
    left: 0;  
    opacity: 0;
}
#carousel-1.carousel-fade .carousel-inner .next.left,#carousel-1.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

/*////////////*/
.colTitle
{
    font-size: 1.1rem;
    line-height: 2.5rem;
    color: #1479C0;
    font-weight: bold;
    /*background-color: white;*/
    border-bottom: 1px solid #bbb;
    margin: 0px;
    padding: 0px;
}
.colTitleCn
{
    border-bottom: 2px solid #1479C0;
    display: inline-block;
}
.colTitleEn
{
    color: #BBBBBB;
    font-style: italic;
    font-size:1rem;
    font-weight: normal;
    display: inline-block;
}
.dateTime
{
	background-color: #1479C0;
	color: white;
	text-align: center;
	margin: 0.25rem;
	width: 2.5rem;
	border:1px solid #1479C0;
}
.year
{
	font-size: 0.8rem;	
}
.monthDay
{
	font-size: 0.6rem;
	background-color: white;
	line-height: 1.2rem;
	color: #1479C0;
}

.colContent p
{
	text-indent: 2rem;
	line-height: 1.8rem;
}
.copyRight
{
	font:0.8rem "microsoft yahei";
	line-height: 1.5rem;
	color: black;
}
.smallLink
{
	font:0.8rem "microsoft yahei";
	line-height: 1.5rem;
	text-decoration: none;
	color: black;
}
.smallLink:hover
{
	text-decoration: underline;
	color: #1479C0;
}
.panel-title
{
	font-weight: bold;
}
#newsAndNotic .list-group-item {
    padding: 0px 15px;
}
.shortLink
{
	width:18rem;
	display:inline-block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ads{
    width:100%;
    /* height: 10%; */
    position: fixed;
    bottom: 0px;
    background-color: #1479C0;
}
