﻿.content{
    width: 1168px;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(188, 188, 188, 0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(188, 188, 188, 0.357);
    box-shadow: 0px 0px 5px rgba(188, 188, 188, 0.35);
}

/*幻灯S*/
.content .topnews,.content .aboutcca{
	width: 100%;
}
.topnews .picnews{
	display: inline-block;
	width:603px;
	height:375px;
    position: relative;
    overflow: hidden;
}
.picnews .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 603px;
    height: 36px;
}
.picnews .txt li a{
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    padding-left: 12px; 
    font-size:14px;
    font-family: 'microsoft yahei',Pingfang FC,vender,arial;
}
.picnews .txt li a:hover{
    color: #ff8c8c;
}
.picnews .num{
    position: absolute;
    width: 120px;
    height: 36px;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.picnews .num li{
    width: 15px;
    height: 15px;
    text-align:center;
    line-height:15px;
    margin-left: 8px;
    margin-top: 10px;
    border-radius:8px;
    background: #fff;
    float:left;
    font-size:10px;
}
.picnews .num li a{    
    cursor:pointer;
}
.picnews .num li.current{
    background: #e80000;
    color:#fff;
}
.picnews .num li.current a{
    color: #fff;
}

/*幻灯E*/

.topnews .textnews{
	display: inline-block;
	width:540px;
	height: 375px;
	float: right;
}
/*JQ选项卡START*/
.aui-nav-content-box {
    width: 540px;
    position: relative;
	margin:0px auto;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom: 1; border-bottom: none;
    z-index: 110;
    background: #fff;
    width: 538px;
    display: block;
}

.aui-nav-list-box ul li a {
    color: #666;
    text-decoration: none;
}

.aui-nav-list-box ul li {
    float: left;
    font-size: 22px;
    height: 55px;
    cursor: pointer;
    line-height: 40px;
    width: 111px;
    margin-right: 23px;
    text-align: center;
}

.aui-nav-list-box ul .aui-current {
    font-size: 22px;
    background: url(../images/tab_on.png) no-repeat center bottom;
}

.aui-nav-list-box ul .aui-current a {
    color: #e80000;
}
.aui-nav-list-item {
    display: none;
    border-top: 3px solid #eee;
    padding-top: 10px;
}
.aui-nav-list-item li{
    padding-left: 16px;
    width: 524px;
    height: 34px;
    line-height: 34px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    background: url(../images/newsli.png) no-repeat left center;
}
.aui-nav-list-item li.more{
    background: #fff;
    text-align: right;
    color: #d00;
    border-top: 1px #eee solid;
}
.aui-nav-list-item li a{
    color: #000;
    text-decoration: none;
}
.aui-nav-list-item li a:hover{
    color: #e80000;
    text-decoration: none;
}
/*JQ选项卡END*/
/*关于协会*/
.aboutcca{
    margin-top: 50px;
    position: relative;
}
.aboutcca .title, .friendlink .title{
    width: 142px;
    height: 44px;
    line-height: 44px;
    background: #e80000;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 30px;
    top:-20px;
    z-index: 999;
}
.title .pic{
    width: 40px;
    height:auto;
}
.title img{
    width: 34px;
    height:auto;
    left: 6px;
    top: 6px;
    position: absolute;
}
.title .text{
    float: right;
    margin-right: 8px;
    color:#fff;
}
/*协会介绍*/
.aboutcca .about{
    width: 814px;
    height: 308px;
    background: url(../images/aboutbg.jpg);
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px #eee solid;
}
.about .text{
    padding:30px;
    line-height: 30px;
}
.about .text img{
    margin-left: 0px; 
    margin-right: 20px;
}
.about p{
    text-indent: 2em;
}
.about .text a{
    color:#e80000;
}
/*广告*/
.aboutcca .otherad{
    width: 329px;
    height: 308px;
    float: right;
    display: inline-block;
}
/*友情链接*/
.friendlink{
    margin-top: 50px;
    position: relative;    
}
.friendlink .fltext{  
    width: 1106px;
    padding:40px 30px 20px 30px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px #eee solid;
}
.friendlink .fltext li{
    display: block;
    margin-right: 16px;
    float: left;
}
