/* flexslider */
.flexslider {
    position: relative;
    width: 680px;
    height: 440px;
    overflow: hidden;
    zoom: 1;
}
#main{background: #fff;padding:20px 0;}
.flex-control-nav{
    text-align: right!important;
}
.flex-control-paging li a{
    text-indent: 100em!important;
}

.slides{
    overflow: hidden;

}
.slides li{
    float: left;
    width: 680px;
    height: 440px;
    color: white;
    position: relative;
}

.slides li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	color:rgba(255,255,255,.6);
	/*padding-left:20px;*/
    font-size: 16px;
    line-height: 50px;
    background: rgba(0,0,0,.6);
}
.flex-control-nav{
    bottom:18px!important;
	z-index:999;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(/static/images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width:92%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(/static/images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}
.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.carousel {
    width: 680px;
    height: 440px;
    /*background-color: #0071cd;*/
}

.today-news {
    width: 330px;
    height: 370px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    background-color:#f2f2f2;
}

.news-title {
    height: 46px;
    line-height: 46px;
    color: white;
    font-size: 18px;
    padding-left: 20px;
    overflow: hidden;
}

.title-text {
    float: left;
    width: 100px;
}

.title-more {
    float: right;
}

.news-title-purple {

}
.news-title-purple::before{content:"";width:6px;height:20px;position:absolute;margin-left:-20px;margin-top:12px;background:#cc0001;}
.news-title-purple span{font-weight:700;font-size:;color:#000;}
.news-title-purple .title-red{font-size:;color:#fff;background:#cc0001;padding:2px 5px;border-radius:3px;}

.marqueetop { height:auto;overflow:hidden;}

.today-news-list,.today-news-list1 {flex: 1;list-style-type: none;width: 100%;overflow: hidden;}
.news_border{border-bottom:dashed 1px #ccc;padding-bottom:10px;}
.today-news-list > li {display: block;margin:5px 20px;height: auto;}
.today-news-list1 > li {display: block;margin:10px 0px;height: auto;}
p.today-news-item-title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    background: url(/static/images/circle.png) no-repeat left center;
	
		position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.today-news-item > a {
    text-decoration: none;
    font-size: 12px;
    color: #a7a7a7;
    line-height: 20px;
    margin-top: 5px;
    cursor: pointer;
	
}
.today-news-item-content{
    position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2!important;
    -moz-box-orient: vertical;
    line-height:22px;
    /* 3 times the line-height to show 3 lines */
    overflow:hidden;
}
/*.today-news-item-content:after{*/
    /*content:"...";*/
    /*font-weight:bold;*/
    /*position:absolute;*/
    /*bottom:0;*/
    /*right:0;*/
    /*padding:0 20px 1px 45px;*/
    /*background:url(http://newimg88.b0.upaiyun.com/newimg88/2014/09/ellipsis_bg.png) repeat-y;*/
/*}*/

/*.today-news-item-content{*/
/*font-size: 12px;*/
/*color:#a7a7a7;*/
/*line-height: 20px;*/
/*margin-top:5px;*/
/*cursor: pointer;*/
/*display: -webkit-box;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 2;*/
/*overflow: hidden;*/
/*}*/


.news, .show {
    width: 580px;
    height: 240px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.news{
    /*background-color: #e0ac2d;*/
}
.news-title-yellow {
    background: url('/static/images/orange.png') no-repeat left center;
}

.news-list {
    flex: 1;
    /*display: flex;*/
    /*flex-direction: column;*/
    background-color: white;
    height: 240px;
    overflow: hidden;
    padding: 15px 30px 0 15px;
}

.news-list-item {
    flex: 1;
    /*display: flex;*/
    display: block;
    flex-direction: row;
    justify-content: space-between;
    height: 40.5px;
    line-height: 40.5px;
    overflow: hidden;
    padding-left:15px;
    background: url('/static/images/circle.png') no-repeat left center;
}

.news-list-item > a {
    text-decoration: none;
    font-size:14px!important;
    color: #7d7d7d;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
    float: left;
}

.news-list-item > a>.news-item-content{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item-time {
    font-size: 14px;
    color: #999;
    float: right;
}
.show {
    margin-left: 40px;
    /*background-color: #54a9c6;*/
}

.news-title-blue, .news-title-yellow {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    background:url(/static/images/news_title.png) no-repeat;
}

.news-title-blue > span, .news-title-yellow > span {
    cursor: pointer;
}

.news-title-blue > span > a, .news-title-yellow > span > a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.news-title-blue {
    background: url('/static/images/blue.png') no-repeat left center;
}

.today-news, .news, .show, .carousel {
    float: left;
}
.flex-control-paging li a{
    text-indent: 100em!important;
}
.fcnt{display:block;height:370px;width:840px;position:relative;overflow:hidden;float: left;background: #f2f2f2;}
.fcnt .mimg{float:left;width:675px;height:370px;overflow:hidden;border:1px solid #f2f2f2;}
.fcnt .mimg div{display:none;}
.mimg img{width:675px;height:370px;}
.fcnt ul{float:right;width:152px;height:340px;}
*html .fcnt ul{position:absolute;right:0;top:0;width:152px;height:340px;}
.fcnt li{display:block;height:82px;width:150px;margin-bottom:5px;cursor:pointer;overflow:hidden;}
.fcnt li img{width:150px;height:82px;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}
.fcnt li.cur img{width:142px;height:75px;margin:4px 0 0 4px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
#tri{position:absolute;top:0;right:2px;z-index:1000;width:155px;height:82px;background:url(/static/images/point.png) no-repeat;cursor:pointer;}
*html #tri{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="../img/point.png");background:none;}
.fcnt dl{position:absolute;bottom:0px;left:0px;width:677px;height:80px;color:#fff;background:url(/static/images/shadow.png) no-repeat;display:none;}
.fcnt dl a{color:#fff;}
.fcnt dt{line-height:38px;text-align:center;font-size:22px;font-family:"黑体";font-weight:900;}
.fcnt dd{line-height:24px;text-align:center;font-size:14px;}
*html .fcnt dl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/static/images/shadow.png");background:none;}