/* CSS Document */

h3 a{
	float: right;
	padding-right: 15px;
	font-size: 1.4rem; font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
a.more{
	color: #cb1b1d;
}
a.more:hover{
	color: #1377eb;
}
i{
	margin-right: 10px;
}


:root .gradient{filter:none;}
.top-pic{position:relative;}
.top-pic .info{ 
	position: absolute;
	top:30%;
	background:rgba(26,67,115,0.6);
    color: #fff; 
	padding: 15px 30px 10px 30px;
	line-height: 200%;
}
.top-pic .info .more{color: #fff;
	
}
 .col-news-list{
	 width:97%;
}
.col-news-list h3{
	font-size: 1.6em; font-size: 16px;
	color: #1361a3;
	font-weight: bold;
	line-height: 26px;
}
.col-news-list p{
	display: block;
	padding: 10px 0 10px 0;
	line-height: 22px;	
}
.col-news-list p a{
	float: right;
	display: inline-block;
}

.wrap-main h3{
	
    background: url(bg_mainrightrcol_acca.png) no-repeat right bottom;
    border-bottom: 1px solid #cb1b1d;
    font-size: 1.8rem; font-size: 18px;
	font-weight: normal;
    line-height: 42px;
}
.wrap-main h3 span {
    background: url(bg_mainrightltit_acca.png) no-repeat left top #cb1b1d;
    display: inline-block;
    color: #fff;
    padding-left: 25px;
}
.wrap-main h3 span p {
    background: url(bg_mainrightrtit_acca.png) no-repeat right bottom #cb1b1d;
    padding-right: 25px;
}

.wrap-main section ul{
	
}
.wrap-main section li{
	margin-bottom: 12px;
}

.col-news-list li{
	background: url(ico_bluesquare_acca.gif) no-repeat 0 8px;
	padding-left: 12px;
	line-height: 20px;
	margin-bottom: 3px;
}
.col-news-list li span{
	color: #a6a6a6;
	font-size: 1.2rem; font-size: 12px;
	padding-left: 10px;
}


@media (min-width:992px){
	
	
	
	
}
@media (max-width:991px){
	.wrap-main section ul{
		padding: 10px;
	}
	.col-news-list {
    width: 100%;
}
	
@media (max-width:768px){	
	.top-pic{position:relative; height:250px;}
	.top-pic .info{ 
	position: absolute;
	top:0%;
	background:rgba(26,67,115,0.6);
    color: #fff; 
    margin-bottom: 10px;
	height: 100%;
	
	
}
	.top-pic img{height:100%;}
	.date{ float:none;}
	
}

/* carousel
========================================================================*/
.carousel {  
    position: relative;  
}  
.carousel-inner {  
    position: relative;  
    width: 100%;  
    overflow: hidden;  
}  
.carousel-inner > .item {  
    position: relative;  
    display: none;  
    -webkit-transition: .6s ease-in-out left;  
    -o-transition: .6s ease-in-out left;  
    transition: .6s ease-in-out left;  
}  
.carousel-inner > .item > img,  
.carousel-inner > .item > a > img {  
    line-height: 1;  
}  
@media all and (transform-3d), (-webkit-transform-3d) {  
    .carousel-inner > .item {  
        -webkit-transition: -webkit-transform .6s ease-in-out;  
        -o-transition:      -o-transform .6s ease-in-out;  
        transition:         transform .6s ease-in-out;  
  
        -webkit-backface-visibility: hidden;  
        backface-visibility: hidden;  
        -webkit-perspective: 1000px;  
        perspective: 1000px;  
    }  
    .carousel-inner > .item.next,  
    .carousel-inner > .item.active.right {  
        left: 0;  
        -webkit-transform: translate3d(100%, 0, 0);  
        transform: translate3d(100%, 0, 0);  
    }  
    .carousel-inner > .item.prev,  
    .carousel-inner > .item.active.left {  
        left: 0;  
        -webkit-transform: translate3d(-100%, 0, 0);  
        transform: translate3d(-100%, 0, 0);  
    }  
    .carousel-inner > .item.next.left,  
    .carousel-inner > .item.prev.right,  
    .carousel-inner > .item.active {  
        left: 0;  
        -webkit-transform: translate3d(0, 0, 0);  
        transform: translate3d(0, 0, 0);  
    }  
}  
.carousel-inner > .active,  
.carousel-inner > .next,  
.carousel-inner > .prev {  
    display: block;  
}  
.carousel-inner > .active {  
    left: 0;  
}  
.carousel-inner > .next,  
.carousel-inner > .prev {  
    position: absolute;  
    top: 0;  
    width: 100%;  
}  
.carousel-inner > .next {  
    left: 100%;  
}  
.carousel-inner > .prev {  
    left: -100%;  
}  
.carousel-inner > .next.left,  
.carousel-inner > .prev.right {  
    left: 0;  
}  
.carousel-inner > .active.left {  
    left: -100%;  
}  
.carousel-inner > .active.right {  
    left: 100%;  
}
/* 轮播（Carousel）指标 */
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	right: 2%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	border-radius: 10px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
/* 轮播（Carousel）标题 */
.carousel-caption{
}
.carousel-caption {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	line-height: 24px;
	padding: 5px 17% 5px 2%;
	text-align: left;
	color: #fff;
	background-color: #1c4177 \9;
	background-color: rgba(28, 65, 119, 0.6);
}
@media only screen and (min-width: 991px) {
	.carousel-caption {
		font-size: 1.6rem; font-size: 16px;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 503px;
		height: 365px;
	}
}

/* scroll-newsleft 
========================================================================*/


