body{
	position:relative;
}

/*第一行开始*/
/*左图片切换开始*/
.pic-slide-box{
    width: 590px;
}
.pic-slide-box .bd ul li{
    width: 100%;
}
.pic-slide-box .bd ul li p.title{
    height: 55px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.pic-slide-box .hd{
    position: absolute;
    top: 354px;
    left: 0;
    z-index: 2;
}
.pic-slide-box .hd ul li{
    width: 60px;
    height: 40px;
    margin-right: 1px;
    cursor: pointer;
}
.pic-slide-box .hd ul li p{
    font-size: 14px;
    line-height: 20px;
}
.pic-slide-box .hd ul li.pos1{
    background-color: rgba(253,165,0,.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2fda500,endColorstr=#f2fda500);
}
.pic-slide-box .hd ul li.pos2{
    background-color: rgba(253,165,0,.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8fda500,endColorstr=#d8fda500);
}
.pic-slide-box .hd ul li.pos3{
    background-color: rgba(253,165,0,.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bffda500,endColorstr=#bffda500);
}
.pic-slide-box .hd ul li.pos4{
    background-color: rgba(253,165,0,.65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a5fda500,endColorstr=#a5fda500);
}
.pic-slide-box .hd ul li.pos5{
    background-color: rgba(253,165,0,.55);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cfda500,endColorstr=#8cfda500);
}
.pic-slide-box .hd ul li.pos6{
    background-color: rgba(253,165,0,.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72fda500,endColorstr=#72fda500);
}
.pic-slide-box .hd ul li.pos7{
    background-color: rgba(253,165,0,.35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59fda500,endColorstr=#59fda500);
}
.pic-slide-box .hd ul li.pos8{
    background-color: rgba(253,165,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3ffda500,endColorstr=#3ffda500);
}
.pic-slide-box .hd ul li.on{
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffffff);
}
.pic-slide-box .hd ul li.on p.d{
    color: #cb2127;
}
.pic-slide-box .hd ul li.on p.ym{
    color: #333;
}
.pic-slide-box .next,
.pic-slide-box .prev{
    background: url("../images/1.png") no-repeat -30px 0;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 356px;
    right: 31px;
    z-index: 5;
}
.pic-slide-box .next{
    top: 356px;
	right: 0;
    background-position: 0 0;
}
.pic-slide-box .next:hover{
    background-position: -30px -20px;
}
.pic-slide-box .prev:hover{
    background-position: 0 -20px;
}
/*左图片切换结束*/
/*右新闻列表开始*/
.news-tab{
    width:585px;
}
.news-tab .hd ul{
    border-bottom: 1px solid #cb2127;
}
.news-tab .hd li{
    /*width: 102px;*/
    height: 32px;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
}
.news-tab .hd li a{
    font-size: 18px;
    color: #333;
    line-height: 32px;
}
.news-tab .hd li a.more{
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 86px;
    height: 26px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 3px;
    line-height: 26px;
    font-size: 14px;
    color:#666;
    display: none;
}
.news-tab .hd li.on{
    /*background-color: #cb2127;*/
    background-color: #db2323;
}
.news-tab .hd li.on a.title{
    color: white;
}
.news-tab .hd li.on a.more{
    display: block;
}
.news-tab .bd li .news-top{
    border-bottom: 1px dashed #cbcbcb;
}
.news-tab .bd li .news-top .title{
    display: block;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;

}
.news-tab .bd li .news-top .p{
    color: #868686;
}
.news-tab .bd li .list a{
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    overflow: hidden;
    padding-left: 20px;
}
.news-tab .bd li .list a .telength{
    width: 440px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}


.news-tab .bd li .list a:after{
    content: "";
    position: absolute;
    top: 16px;
    left: 2px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f29a76;
}
/*右新闻列表结束*/
/*第一行结束*/
/*第二行开始*/
/*左边通知开始*/
.notice{
    width: 544px;
}

.notice .column-name{
    border-bottom: 1px solid #cb2127;
    height: 45px;
    width: 520px;
}
.notice .column-name h3:after{
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    display: block;
    width: 5px;
    height: 15px;
    background-color: #db2323;
}
.notice .column-name .more{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 86px;
    height: 26px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 3px;
    line-height: 26px;
    font-size: 14px;
    color:#666;
}
.notice .list{
    width: 540px;
    padding: 15px 0;
}
.notice .list li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
}
.notice .list li .title {
    width: 450px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*左边通知结束*/
/*右边列表开始*/
#news-tab2{
    width: 656px;
    padding-top: 2px;
}
/*右边列表结束*/

/*第二行结束*/
/*第三行开始*/
.tlinks{
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
}
.tlinks li{
    /*width: 133px;*/
	width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tlinks li a{
    padding-top:10px;
}
.tlinks li .icon{
    font-size: 34px;
    color: #03A9F4;

}
.tlinks li p{
    display: block;
    padding-top: 10px;
}
/*第三行结束*/
/*第四行开始*/
.pic-links{
    height: 210px;
    margin-bottom: 30px;
}
.pic-links li{
    width: 297px;
	overflow:hidden;
}
.pic-links li .title{
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.pic-links li:hover .title{
    display: none;
}
.pic-links li .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: url("../images/cover.png") repeat scroll 0 0 / 100% 100%;
}
.pic-links li.pos2 .hover,
.pic-links li.pos3 .hover,
.pic-links li.pos5 .hover,
.pic-links li.pos6 .hover{
    padding-top: 25px;
}
.pic-links li:hover .hover{
    display: block;
}
.pic-links li.pos1{
    position: absolute;
    top: 0;
    left: 0;
}
.pic-links li.pos2{
    position: absolute;
    top: 0;
    left: 301px;
	height: 103px;
}
.pic-links li.pos3{
    position: absolute;
    top: 107px;
    left: 301px;
	height: 103px;
}
.pic-links li.pos4{
    position: absolute;
    top: 0;
    left: 602px;
}
.pic-links li.pos5{
    position: absolute;
    top: 0;
    left: 903px;
	height: 103px;
}
.pic-links li.pos6{
    position: absolute;
    top: 107px;
    left: 903px;
	height: 103px;
}
/*第四行结束*/

/*hover*/
.notice .list li:hover{
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.news-tab .bd li .list a:hover span,
.news-tab .bd li .news-top .title:hover{
   /* color: #f29a76;*/
   /*color: #55c5f9;*/
   color: #C40808;
}
.news-tab .hd li.on a.more:hover,
.notice .column-name .more:hover{
    background-color: #db2323;
    color: white;
}
.tlinks li:hover p{
    color: #db2323;
}
.lefttab:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 160px;
    top: 190px;
    right: 0;
    background-color: #cb2127;
}
.lefttab:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 160px;
    top: 30px;
    right: 0;
    background-color: #dcdcdc;
}
.bgcolor{
	color:#cb2127;
}
.notice:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 160px;
    top: 30px;
    right:0;
    background-color: #dcdcdc;
}
.notice:before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 160px;
    top: 190px;
    right:0;
    background-color: #db2323;
}

.allcontent{
	border-top: 4px solid #db2323;
}
.allcontentbt{
	border-bottom: 1px solid #dcdcdc;
}
/* .allcontent h3:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    display: block;
    width: 5px;
    height: 15px;
    background-color: #db2323;
} */
.df{
	display: flex;
}
.flx{
	flex: 1;
}