﻿
/*详情栏目标题*/
/*.details_title_box{position:fixed;top:0px;left:0px;z-index:999; width:100%;}*/
.top_title
{
    height: 49px;
    line-height: 49px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #2066b3;
    background:#444;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#66c1fd), to(#2671c4)) repeat-x 0 bottom;
    position: relative;
}

    .top_title .p_logo
    {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
        overflow: hidden;
    }

        .top_title .p_logo img
        {
            max-width: 100%;
			display:block;
        }

    .top_title .p_return
    {
        position: absolute;
        left: 5px;
        top: 10px;
        width: 30px;
        height: 30px;
    }

        .top_title .p_return a
        {
            display: block;
            height: 30px;
            background: url(nav_icon_04.png) no-repeat center center;
            background-size: 24px;
        }


    .top_title .p_title
    {
        width: 100%;
        height: 49px;
        text-align: center;
		color:#fff
    }

        .top_title .p_title a
        {
            font-weight: bold;
			color:#fff
        }


    .top_title .p_comment
    {
        position: absolute;
        top: 10px;
        right: 5px;
        height: 30px;
        line-height: 24px;
        width: 30px;
        overflow: hidden;
        background: url(nav_icon_03.png) no-repeat center center;
        background-size: 24px;
    }

        .top_title .p_comment a
        {
            display: block;
            height: 30px;
        }


    .top_title .p_menu
    {
        position: absolute;
        right: 5px;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url(nav_icon_01.png) no-repeat center center;
        background-size: 24px;
    }

    .top_title .p_comment_gohome
    {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        background: url(nav_icon_02.png) no-repeat center center;
        background-size: 24px;
    }

        .top_title .p_comment_gohome a
        {
            display: block;
            height: 30px;
        }
