﻿@charset "utf-8";
/* 全局*/
body {
    background: #f6f6f6;
}


.main,.tm {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}
.flowR{float:right;}
.flowL{float:left;}
.M15px{margin-top:15px;}
.R8px{margin-right:8px;}
.F14px{font-size:14px;}
.FWhite{color:#ffffff;}
.pad10px{padding:10px;}
.w96b{width: 96%; margin:0 auto;}

/*搜索*/
.Logo{ width:130px; }
.Seachar{ width:760px;}
.hotNews{width:760px; height:40px; line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.seachrbtn{ height:52px; line-height:52px; float:left; }
.HKey{ width:620px; border: 2px #f10215 solid; height: 48px; padding:0px 10px; }
.HSeachar{     width: 116px;
    font-size: 18px;
    background: #f10215;
    color: #fff;}

/*左侧栏*/
.subside-box {
    float: left;
    width: 210px;
    margin-right: 10px;
}

.subside-box .h3-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    background-color: #666666;
    font-family: "microsoft yahei";
    font-weight: normal;
}

.subside-box .subside-mod .title {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    background-color: #eaeaea;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
    position: relative;
}


.subside-box .subside-mod .icon02 {
    border-style: solid dashed solid dashed;
    border-color: #999 transparent #999 transparent;
    border-width: 5px 5px 0;
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.subside-box .on .icon02 {
    border-width: 0 5px 5px;
}

.subside-box .on .subside-cnt {
    display: block;
}
.subside-box .subside-cnt {
    display: none;
    background-color: #fff;
}

.subside-box .subside-list .list-item {
    height: 30px;
    line-height: 30px;
    padding-left: 45px;
    border-bottom: 1px solid #faf8f9;
}

.subside-box .subside-list .list-item.licurrent a:link, .subside-box .subside-list .list-item.licurrent a:visited {
    color:#e83632;
}

/*右侧栏*/
.content {
    width: 770px;
    float: left;
    background-color: #fff;
    min-height: 500px;
}
.content .breadcrumb {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-family: "microsoft yahei";
    background: #666666;
    padding-left: 13px;
    color:#ffffff;
}
.content .breadcrumb font{
    color:#ffffff;
    font-size:14px;
}
#PageContent .ATitle{ text-decoration: none;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    border-bottom: 1px #ccc dotted;
    width: 96%;
    margin: 0 auto;}
#PageContent .ATitle:hover{ color:#e83632;}

.content .artTitle {
    width: 100%;
    font-size: 20px;
    font-family: "microsoft yahei";
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 25px;
    padding-top:15px;
    padding-bottom: 15px;
    text-align:center;
}