@charset "utf-8";

/*当无需间距时*/

div.marg-none {
    margin: 0;
}

div.marg-bot {
    margin-bottom: 20px
}

div.marg-top {
    margin-top: 20px;
}

.list-img {
    width: 130px;
    height: 85px;
}


/*列表时间*/

.list-time {
    font-size: 12px;
    line-height: 26px;
    float: right;
    letter-spacing: 1px;
    color: grey;
}

.commonPage {
    margin: 0 auto;
    width: 1000px;
    height: auto;
}

.comContent {
    width: 660px;
    float: left;
}

.contenAdd {
    width: 310px;
    float: right;
}

.artContent {
    padding: 30px 25px 0 25px;
    width: 610px;
    background: #f3f8ff;
    border-bottom: 1px dashed #c5c5c5;
}

.artContent p {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.secTitle {
    height: 30px;
    border-bottom: 1px solid #c5c5c5
}


/****二级页面公告模块******/


/****突发事件查询*****/

.EmergeInquiry {
    width: 240px;
    height: 208px;
    border: 1px solid #565656;
}


/****二级页面*****/


/****预警查询*****/

.waringList {
    background: #f3f8ff;
    width: inherit;
    min-height: 400px;
    text-align: center;
}

.waringList li {
    height: 35px;
    margin-bottom: 10px;
    text-align: left;
}

.waringList li span {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
}

.waringList .ListTitle {
    font-size: 16px;
    margin-left: 5px;
}

.waringList .ListTime {
    font-size: 15px;
    float: right;
}


/*引用栏*/

.weatherScence,
.yjKnowledge,
.AllMessage,
.yjxyBroad,
.yjyaBroad,
chairTalk {
    position: relative;
    margin-bottom: 20px;
}

.weatherScence {
    width: 300px;
    padding: 5px;
    background: #fff;
}

.weatherScence img {
    width: 300px;
    height: 92px;
}

.titleTotal {
    display: block;
    font-size: 16px;
    height: 24px;
    text-align: left;
}

.titleX {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 5px 0;
}


/*天气实景透明图片定位*/

.weatherScence .AddTitle {
    top: 130px;
    left: 0px;
}

.yjyaBroad>a,
.yjxyBroad>a,
.historyTyphoon>a,
.TyphoonKp>a {
    display: inline-block;
    background: #fff
}

.TyphoonKp>a {
    height: 145px;
}

.yjxyBroad .AddTitle {
    left: 0px;
    height: 30px;
}

.yjyaBroad .AddTitle,
.yjxyBroad .AddTitle,
.historyTyphoon .AddTitle {
    height: 30px;
    left: 5px;
    top: 129px;
    width: 300px;
}

.yjxyBroad a img {
    width: 300px;
    height: 128px;
    margin: 5px;
}


/*图片下的透明标题栏*/

.AddTitle {
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    /*IE8支持*/
    color: #fff;
    font-size: 18px;
    min-height: 30px;
    width: 310px;
    line-height: 30px;
    position: absolute;
    text-indent: 0.5em;
    top: 113px;
}

.AddTitle .titleTotal {
    text-align: center;
}


/*插入图片*/

.PicInsert {
    padding: 5px;
    background: #fff;
}

.PicInsert img {
    width: 300px;
    height: 92px;
}

.PicInsertL {
    padding: 5px;
    background: #fff;
    width: 650px;
}

.PicInsertL img {
    width: 650px;
}


/*图片列表栏*/

.listAndPic {
    height: auto;
    padding: 10px;
    background: #fff;
}

.listZi {
    height: auto;
    margin-bottom: 10px;
}

.listImg {
    display: inline-block;
    vertical-align: bottom;
}

.listWz {
    display: inline-block;
    vertical-align: top;
}


/*纯文字列表*/

.Messlist {
    background: #fff;
    height: auto;
}

.MesslistZi {
    font-size: 14px;
    padding: 5px 0;
}

.MesslistZi li {
    background: url("/img/common/listIcon.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    padding-left: 10px;
    cursor: pointer;
}

.MesslistZi li a:hover {
    color: #188eee;
}

.MesslistZi li span {
    float: right;
}

.MesslistZi p {
    border: 1px none;
    color: #737373;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0 10px;
    padding: 10px 0;
    text-indent: 1em;
    border-bottom: 1px dashed #c4c4c4;
}

.MesslistZi a span {
    color: #333;
}

.MesslistZi a span:hover {
    color: #1F90DE;
}


/*列表图片段落*/

.ListImageP {
    background: #fff;
    height: auto;
    padding: 10px 5px;
    margin-bottom: 20px;
    width: 300px;
}

.ListImageP img {
    width: 300px;
    height: 156px;
}

.listA {
    font-size: 14px;
    margin-bottom: 10px;
}

.listA span {
    display: block;
    margin-bottom: 3px;
    text-align: center;
}

.listA span a {
    border-left: 1px solid #000;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.listA span a:first-child {
    border-left: 0px;
}

.listA span a:hover {
    color: #188eee;
}


/*深浅标题*/

.headline {
    margin: 10px 0;
}

.headline .headlineTitle {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}

.headline .headlineX {
    color: #737373;
    display: block;
    font-size: 13px;
    margin: 0 5px;
    text-indent: 2em;
    cursor: pointer;
}

.headline .headlineX a:hover {
    color: #188eee;
}


/*图片文字横向排列*/

.PicLP {
    border-bottom: 1px dashed #dadada;
    height: 120px;
    width: 300px;
}

.PicLP div {
    vertical-align: top;
    float: left;
    width: 150px;
}

.PicLP .headline {
    margin-top: 0px;
}


/*视频列表*/

.viedoList {
    background: #fff;
    width: 640px;
    padding: 10px 0px 10px 20px;
}

.viedoList .viedo {
    display: inline-block;
    width: 124px;
    margin: 5px 14px;
}

.viedo .headline span {
    text-align: left;
    text-indent: 0;
    margin-bottom: 2px;
}


/*台风路径*/

.typhoonRoad {
    margin-bottom: 20px;
}

.typhoonRoad a img {
    width: 310px;
}


/*防御指引*/

.preventZYContent {
    background: #fff;
    width: 300px;
    padding: 10px 5px;
}

.preventZYContent .headline {
    display: inline-block;
}


/*历史台风专题 台风科普*/

.historyTyphoon {
    margin-right: 35px;
    position: relative
}

.historyTyphoon,
.TyphoonKp {
    display: inline-block;
    width: 310px;
    vertical-align: top
}

.historyTyphoon .MesslistZi li a span {
    float: none;
    display: inline-block;
    margin-right: 18px
}

.historyTyphoon .MesslistZi li a span:first-child {
    width: 128px;
    margin-right: 0
}

.historyTyphoon .MesslistZi li a span:last-child {
    width: 41px;
    margin-right: 0
}

.TyphoonKp .headline {
    margin: 0 10px;
    padding: 10px 0 0;
}

.sub_list_page {
    margin-bottom: 20px;
    text-align: center
}

.sub_list_page_left {
    float: left;
}

.sub_list_page_right {
    float: right
}

.sub_list_page_right input {
    background: #1f90de;
}

.sub_list_page_right input:hover {
    background: #8cd233;
}

.sub_list_page_right input:first-child,
.sub_list_page_right input:first-child:hover {
    background: none;
}

.sub_list_page .ts {
    border: 1px solid #e3e3e3;
    margin: 0 5px;
    cursor: pointer;
    color: #555;
}

.sub_list_page .dq {
    background: #1f90de;
    margin: 0 5px;
    padding: 0 3px;
    color: #fff;
    cursor: default;
}

.sub_list_page .grey {
    color: #676767;
    cursor: default;
}

.MesslistZi:hover .listWz span {
    color: #188eee;
}


/*列表页  图片列表 视频专题*/

.sptq-box-list {
    padding-top: 20px;
    box-sizing: border-box;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
}

.sptq-box-list .sptq-box-time {
    color: grey;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    right: 5px;
    top: 10px;
}

.sptq-box-img {
    float: left;
    /* margin: 0 10px; */
    position: relative;
    width: 150px;
}

.sptq-box-img a img,
.sptq-box-img a img#tqsp-play {
    left: 55px;
    position: absolute;
    top: 31px;
    width: 35px;
}

.sptq-box-content {
    float: left;
    margin-top: 5px;
    width: 460px;
}

.sptq-box-content span {
    display: block;
    color: grey;
}

.sptq-box-content span:first-child {
    font-size: 16px;
    line-height: 40px;
    color: #565656;
}

.sptq-box-content span:first-child:hover {
    color: #188eee;
}