﻿* {
    box-sizing: border-box;
    border-width: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #EDEFF3;
    min-width: 1200px;
}
/*========================Top Bar============================*/
.webTopBanner
{
    width: 100%;
    height: 71px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1d1d1;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.webTopBarLogo
{
    width:1200px;
    height:70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
} 
.webBottomBanner {
    width: 100%;
    height: 180px;
    border-top-color: #d1d1d1;
    border-top-width: 1px;
    border-top-style: solid;
    background-image: url('/Static/Images/IndexPageBG.png');
}
.webBottomTextBar div
{
    line-height:30px;
}
.webBottomTextBar
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height:120px;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;    justify-content:space-between;
} 

.webTopBarLogoL
{
    width:325px;
    height:70px;
}
.webTopBarLogoImg
{
    width:320px;
    height:100%;    
}
.webTopBarMenu {
    display: flex;flex-direction: row;
    width:876px;
}
.webTopBarMenu div {
    width:125px;
    line-height: 70px;
    text-align: center;
}
.webTopBarMenu div a {
    text-decoration: none;
    color: #666666;
    font-family: 微软雅黑, 黑体,新宋体,宋体, Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.webTopBarMenu div a:hover
{
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #9a0059;
}
.webTopBarMenuSel
{
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #3399FF;
}

 
 
.webICP,.webICP2{
    font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
}
 

.webSearchEdit {
    border-width: 0px 0px 1px 0px;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3399FF;
    border-bottom-style: solid;
    border-bottom-color: #3399FF;
    height: 29px;
    line-height: 29px;
    width: 100%;
    outline:none
}

/*=================================Navigation=================================*/
.webNavBarUl
{
    width: 100%;
    position: relative;
    list-style-type: none;
 display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    margin-top:10px;
}  
.webNavBarPrev {
    width: 90px;
 
    height: 30px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    background-color: #3399FF;
    text-align: center;
    text-decoration: none;
    font-family: 微软雅黑, 宋体;
    font-size: 14px;
    color: #FFFFFF;
}
.webNavBarNext {
    width: 90px;
 
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    background-color: #3399FF;
    text-align: center;
    text-decoration: none;
    font-family: 微软雅黑, 宋体;
    font-size: 14px;
    color: #FFFFFF;
}
.webNavBarTurn {
    border-width: 1px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    background-color: #3399FF;
    text-align: center;
    text-decoration: none;
    font-family: 微软雅黑, 宋体;
    font-size: 14px;
    color: #FFFFFF;
}
.webNavBarPNO
{    width: 40px;
 
    height: 30px;
    float: left;
    margin-left: 5px;
}
.webNavBarLB {
 
    height: 30px;
    line-height: 30px;
    float: right;
    text-align: left;
    text-decoration: none;
    font-family: 微软雅黑, 宋体;
    font-size: 16px;
    color: #3399FF;
}
.webNavBarNext:hover,.webNavBarTurn:hover,.webNavBarPrev:hover
{
    background-color: #ea5404;
    color: #FFFFFF;
}
.webNavBarENO {
    border: 1px solid #3399FF;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
    width: 38px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
/*========================Content============================*/
.webArticleRightPanel {
    width: 320px;
    display: flex;
    flex-direction: column;
}
.webArticleMainPanel {
    width: 845px;
    text-align: left;
 
}
.webArticleBanner , .webArticleBanner img{
     height: 200px;
     width: 100%;
}
.webArticeListLine {
    width: 100%;
    height: 100px;
    text-decoration: none;
    color: #333333;
    background-color: #EDEDF1;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.webArticeListTitleLink {
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3399FF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    overflow:hidden;
}
.webArticeListTitleLink:hover {
    cursor: pointer;
    text-decoration: none;
    color: #FF0000;
}   
.webArticeListMonth {
        background-color: #B7C9F9;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
    }
.webArticeListDateDay {
        background-color: #84ACFF;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 36px;
        text-align: center;
}

.webArticeListTextLink {
        line-height: 24px;
        height: 50px;
        width: 100%;
        font-family: 宋体, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        text-decoration: none;
        display: block;
        overflow: hidden;
}

.webArticeListTextLink:hover {
            cursor: pointer;
            text-decoration: none;
            color: #FF0000;
}    
.webArticeImageBox {
             width: 275px;
             margin-top:10px;
             float: left;
             display: flex;
             flex-direction: column;        
}
.webArticeImagePic {
            width: 275px;
            height:  275px;
            display: block; 
}
.webArticeImageTitle {
        width: 275px;
        height: 32px;
        line-height: 26px;
        padding: 5px;
        color: #3399FF;
        background-color: #EDEDF1;
        text-decoration: none;
        font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
        font-size: 14px;
        display: block;
}
.webArticeImageTitle:hover {
            color: #FF0000;
}       
.webArticleHead {
    font-family: 微软雅黑, 黑体, 宋体, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
 
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4c4c4;
}                
.webArticleInfo {
            font-family: 微软雅黑, 黑体, 宋体, Arial, Helvetica, sans-serif;
            text-decoration: none;
            color: #666666;
            font-size: 14px;
            width: 100%;
            text-align: center;
            height: 30px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
}
.webArticlePnlBox {
    font-family: 微软雅黑, 黑体, 宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
}

/*========================Right Bar============================*/
.webRightPanelBtn {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 微软雅黑, 黑体, 宋体, Arial, Helvetica, sans-serif;
 display: flex;
 flex-direction: row;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    text-align: left;
    background-color: #6699FF;
}

    .webRightPanelBtn:hover {
        background-color: #FF6600;
    }


    .webRightRecentLine {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .webRightRecentLineSP {
        width: 7px;
        height: 30px; 
    }
    .webRightRecentLineHead {
        width: 22px;
        height: 30px; 
        font-family: Arial;
        font-size: 12px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        background-image: url('/Static/Images/SmallHeadBG.png');
    }
    .webRightRecentLineTxt, .webRightRecentLine a {
        width: 277px;
        font-family: 微软雅黑,黑体,宋体, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-decoration: none;
        text-align: left;
        overflow: hidden;
        height: 30px;
    }
    .webRightRecentLineTxt a:hover {
        color: #FF0000;
        cursor:pointer;
    }
    .webRightArticleTitle {
        font-size: 16px;
        text-decoration: none;
        color: #333333;
        font-family: 微软雅黑, 黑体, 宋体, Arial, Helvetica, sans-serif;
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-weight: bold;
        text-align: center;
        border-bottom-style: dashed;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
    }    