@charset "utf-8";
/* CSS Document */

/*div.channel div.body div.img*/
#nav img, #body img {
    width: 100%;
    height: 100%;
}
div#top{
    background: url('../img/index/top.png');
}
div#body {
    position: relative;
    border-bottom: 5px solid;
    line-height: 26px;
    font-size: 14px;
}

div.channel {
    position: relative;
    top: 0;
    left: 0;
}

.channel::before, .right::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.channel, .right::after {
    zoom: 1;
}

.channel div div {
    display: inline-block;
}

.channel div div {
    *display: inline;
    zoom: 1;
}

div.channel div.head {
    position: relative;
    left: 0;
    top: 0;
    height: 65px;
    z-index: 30;
}

div.channel div.head div.tab-title {
    position: relative;
    left: 240px;
    top: 20px;
    width: 130px;
    height: 35px;
    transform: skew(-10deg);
    -ms-transform: skew(-10deg); /* IE 9 */
    -moz-transform: skew(-10deg); /* Firefox */
    -webkit-transform: skew(-10deg, 0deg); /* Safari and Chrome */
    -o-transform: skew(-10deg); /* Opera */
}
div.channel div.head div.tab-title.cur{
    color:#fff;
}
div.channel div.head div.tab-title span{
    padding-left: 5px;
    font-size: 20px;
    line-height: 36px;
}

div.channel div.body {
    position: relative;
    /*top: -15px;*/
    color: #fff;
}

.abstract h3 {
    font-size: 19px;
    line-height: 30px;
    margin: 15px;
}

.abstract p {
    font-size: 15px;
    line-height: 25px;
    margin: 15px;
}
.abstract p:after{
    content: "(more)";
    text-decoration: underline;
}
.channel .slider h3 {
    margin: 20px;
}
.channel .slider p {
    margin: 20px;
}


div.channel div.body div.tab {
    position: absolute;
    width: inherit;
    height: inherit;
    visibility: hidden;
}

div.channel div.body div.tab.cur {
    visibility: visible;
}


div#whzg div.head {
    background: url('../img/index/channel/whzg.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#whzg div.tab-title {
    background-color: #ff927b;
}

div#whzg div.tab-title.cur {
    background-image: url("../img/index/channel/whzg-tab.png");
}

div#whzg div.body {
    height: 622px;
    background-color: #fa4893;
}
/*div#whzg div.big div.abstract{*/
    /*background-color: #f94326;*/
/*}*/
div.article{
    border-bottom:1px solid;
    padding:5px 5px;
    margin: 5px 0;
}
div.article div.title{
    font-size: 28px;
    font-weight: bolder;
    padding: 10px 0;
    margin: 0 10px 10px;
}
div.article div.content{
    font-size: 14px;
}


div#jujiao div.head {
    background: url('../img/index/channel/jujiao.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#jujiao div.body {
    background-color: #96def1;
    height: 380px;
    color: #000;
}

div#jujiao div.title-wrap {
    width: 316px;
    height: 380px;
}
/*div.channel a[title]:hover{*/
    /*color: #ff0000;*/
    /*text-decoration:underline;*/
/*}*/
div#jujiao div.title-wrap a:hover {
    color: #ff0000;
    text-decoration:underline;
}
div#jujiao div.title-wrap ul {
    padding: 40px 0 40px 40px;
}

div#jujiao div.title-wrap li.normal {
    list-style-image: url("../img/index/huisanjiao.png");
}

div#jujiao div.title-wrap li.video {
    list-style-image: url("../img/index/luxiangji.png");
}

div#jujiao div.pic-wrap {
    width: 664px;
    height: 380px;
    float: right;
    background-image: url("../img/index/biankuang.png");
    background-repeat: no-repeat;
}

div#jujiao div.pic-wrap div {
    margin: 5px 6px;
    width: 652px;
    height: 370px;
}

div#jujiao div.pic-wrap div {
    position: absolute;
    /*display: none;*/
    visibility: hidden;
}

div#jujiao div.pic-wrap div.cur {
    /*display: block;*/
    visibility: visible;
}

div#jujiao .title-wrap li.cur::after {
    content: url("../img/index/baisanjiao.png");
    float: right;
    padding-top: 7px;
}

/*
ie6,7的白三角,li中加span
div#jujiao .title-wrap li span{
    background-image:url("/baisanjiao.png");
    background-repeat: no-repeat;
    width:10px;
    height:15px;
    display:none;
    float:right;
    overflow: hidden; *//*否则会生成另一个list-style-image*//*
}
div#jujiao .title-wrap li.cur span{
    display:inherit;
}*/



div#chuantong div.head {
    background: url('../img/index/channel/chuantong.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#chuantong div.tab-title {
    background-color: #5aa0f8;
}

div#chuantong div.tab-title.cur {
    background-image: url("../img/index/channel/chuantong-tab.png");
}
div#chuantong div.body {
    background-color: #39aeef;
    height: 370px;
}

div#zhongguo div.head {
    background: url('../img/index/channel/zhongguo.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#zhongguo div.tab-title {
    background-color: #5aa0f8;
}

div#zhongguo div.tab-title.cur {
    background-image: url("../img/index/channel/zhongguo-tab.png");
}

div#zhongguo div.body {
    background-color: #39aeef;
    color: #fff;
    height: 348px;
}


div#yichan div.head {
    background: url('../img/index/channel/yichan.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#yichan div.tab-title {
    background-color: #ff6b7b;
}

div#yichan div.tab-title.cur {
    background-image: url("../img/index/channel/yichan-tab.png");
}

div#yichan div.body {
    background-color: #ff595b;
    height: 350px;
}

div#dajia div.head {
    background: url('../img/index/channel/dajia.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#dajia div.body {
    background-color: #ff595b;
    height: 440px;
}

div#yangsheng div.head {
    background: url('../img/index/channel/yangsheng.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}
div#yangsheng div.tab-title {
    background-color: #ff6b7b;
}

div#yangsheng div.tab-title.cur {
    background-image: url("../img/index/channel/yangsheng-tab.png");
}

div#yangsheng div.body {
    background-color: #ff595b;
    height: 328px;
}

div#yinshi div.head {
    background: url('../img/index/channel/yinshi.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#yinshi div.tab-title {
    background-color: #ff987b;
}

div#yinshi div.tab-title.cur {
    background-image: url("../img/index/channel/yinshi-tab.png");
}

div#yinshi div.body {
    background-color: #ff8452;
    height: 348px;
}

div#lvyou div.head {
    background: url('../img/index/channel/lvyou.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#lvyou div.tab-title {
    background-color: #5aa0f8;
}

div#lvyou div.tab-title.cur {
    background-image: url("../img/index/channel/lvyou-tab.png");
}

div#lvyou div.body {
    background-color: #39aeef;
    height: 348px;
}

div#yishu div.head {
    background: url('../img/index/channel/yishu.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#yishu div.tab-title {
    background-color: #6bc0ff;
}

div#yishu div.tab-title.cur {
    background-image: url("../img/index/channel/yishu-tab.png");
}

div#yishu div.body {
    background-color: #39aeef;
    height: 320px;
}

div#chuangxin div.head {
    background: url('../img/index/channel/chuangxin.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#chuangxin div.tab-title {
    background-color: #ff6b7b;
}

div#chuangxin div.tab-title.cur {
    background-image: url("../img/index/channel/chuangxin-tab.png");
}

div#chuangxin div.body {
    background-color: #ff595b;
    height: 288px;
}

div#gonggong div.head {
    background: url('../img/index/channel/gonggong.png');
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/head.png');
}

div#gonggong div.tab-title {
    background-color: #ff987b;
}

div#gonggong div.tab-title.cur {
    background-image: url("../img/index/channel/gonggong-tab.png");
}

div#gonggong div.body {
    background-color: #ff8452;
    height: 300px;
}

div#body div.channel div.head {
    background-repeat: no-repeat;
}

div#body div.channel div.head div.tab-title.cur {
    background-color: inherit;
}


#friends {
    text-align: left;
}

#youqing li {
    float: left;
    width:196px;
    height:42px;
}

